修改页面样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user