fix: 修复左上角的logo的样式

This commit is contained in:
Captain.B 2020-12-03 15:23:20 +08:00
parent 6630a22b8d
commit 30e3432d6d
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@
</el-row>
<el-row id="header-top" type="flex" justify="space-between" align="middle">
<el-col :span="12">
<img :src="'/display/file/logo'" style="width: 156px;height: 37px;" alt="">
<img :src="'/display/file/logo'" class="logo" alt="">
<ms-top-menus/>
</el-col>
@ -100,7 +100,6 @@ export default {
height: 37px;
background-repeat: no-repeat;
background-position: 50% center;
background-image: url("../assets/logo-light-MeterSphere.svg");
}
.menus > * {