Authored by 陈峰

缩放logo

... ... @@ -66,7 +66,7 @@ $collapseLeftBorder: 2px;
margin-left: 0px;
border-left: solid 2px #fff;
background-color: #3d4350 !important;
transition: none;
transition: border 0s;
}
}
... ... @@ -85,6 +85,8 @@ $collapseLeftBorder: 2px;
color: #fff;
font-size: 18px;
text-align: center;
font-style: italic;
&:before {
content: 'Yoho!';
}
... ... @@ -118,7 +120,7 @@ $collapseLeftBorder: 2px;
.ivu-menu-submenu-title {
position: initial !important;
padding: 0px !important;
width: $collapseWidth - $collapseLeftBorder;
width: 100%;
height: $collapseWidth - $collapseLeftBorder;
justify-content: center;
align-items: center;
... ...
... ... @@ -99,7 +99,11 @@ body {
.ivu-table {
table {
width: 100% !important;
}
}
.layout-logo-left {
... ...