修改页面样式

This commit is contained in:
GGJ
2024-04-26 09:07:32 +08:00
parent 7b8fc76c19
commit 650c42846a

View File

@@ -14,6 +14,7 @@
:name="config.layout.menuCollapse ? 'el-icon-Expand' : 'el-icon-Fold'"
:class="config.layout.menuCollapse ? 'unfold' : ''"
:color="config.getColorVal('menuActiveColor')"
style="margin: 15px;"
size="18"
class="fold"
/>
@@ -49,13 +50,13 @@ const onMenuCollapse = function () {
align-items: center;
justify-content: center;
box-sizing: border-box;
padding: 15px 10px;
padding: 5px 10px;
background: v-bind(
'config.layout.layoutMode != "Streamline" ? config.getColorVal("menuTopBarBackground"):"transparent"'
);
}
.logo-img {
height: 40px;
height: 50px;
object-fit: cover;
margin: auto;
}