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