parent
826dbe2741
commit
e9deecdf02
18 changed files with 129 additions and 50 deletions
@ -1,5 +1,4 @@ |
|||||||
@import "../ms-admin/4.7.0/less/app.less"; |
@import "../ms-admin/4.7.0/less/app.less"; |
||||||
|
|
||||||
.ms-admin-material-list { |
.ms-admin-material-list { |
||||||
.ms-margin-padding(15px, 10px); |
.ms-margin-padding(15px, 10px); |
||||||
} |
} |
||||||
@ -1,15 +1,35 @@ |
|||||||
@import "../ms-admin/4.7.0/less/app.less"; |
@import "../ms-admin/4.7.0/less/app.less"; |
||||||
.ms-admin-title { |
|
||||||
height: 50px; |
|
||||||
display: flex; |
|
||||||
align-items: center; |
|
||||||
} |
|
||||||
|
|
||||||
.ms-admin-menu { |
.ms-admin-menu { |
||||||
min-height: ~'calc(100vh - 50px)'; |
min-height: 100vh; |
||||||
background: #fff; |
min-width: 200px; |
||||||
} |
.ms-header { |
||||||
|
border-right: solid 1px #e6e6e6; |
||||||
.ms-admin-menu-item { |
div { |
||||||
min-width: 100% !important; |
height: 100%; |
||||||
|
.ms-align-center; |
||||||
|
i { |
||||||
|
display: inline-block; |
||||||
|
text-align: center; |
||||||
|
line-height: 1.4em; |
||||||
|
.ms-width-height(1.4em); |
||||||
|
border-radius: 4px; |
||||||
|
color: #fff; |
||||||
|
font-size: 1.4em; |
||||||
|
background: #02CF5D; |
||||||
|
} |
||||||
|
span { |
||||||
|
margin: auto; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
.el-main { |
||||||
|
padding: 0; |
||||||
|
.ms-admin-menu-menu { |
||||||
|
min-height: ~'calc(100vh - 50px)'; |
||||||
|
background: #fff; |
||||||
|
} |
||||||
|
.ms-admin-menu-menu-item { |
||||||
|
min-width: 100% !important; |
||||||
|
} |
||||||
|
} |
||||||
} |
} |
||||||
Loading…
Reference in new issue