style: 调整LOGO样式

This commit is contained in:
TsMask
2023-10-27 15:58:04 +08:00
parent 5d30d738ca
commit 2012837024
2 changed files with 10 additions and 10 deletions

View File

@@ -203,7 +203,7 @@ document.addEventListener('visibilitychange', function () {
</template>
<template v-if="appStore.logoType === 'brand'">
<img
class="logo-brand"
:class="{'logo-brand': proConfig.layout !== 'side'}"
:src="appStore.getLOGOBrand"
:alt="t('common.title')"
:title="appStore.appName"
@@ -281,17 +281,17 @@ document.addEventListener('visibilitychange', function () {
.logo-brand {
height: 48px;
width: 224px;
width: 174px;
vertical-align: middle;
border-style: none;
margin-right: 12px;
margin-right: 16px;
}
.title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 180px;
width: 130px;
}
.footer {