style: 调整LOGO样式
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user