后台样式修改

This commit is contained in:
wwb 2019-11-08 18:06:37 +08:00
parent c58a38d1e5
commit 8abc9ea374
2 changed files with 11 additions and 2 deletions

View File

@ -63,7 +63,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
#myPageTop input { #myPageTop input {
width: 242px; width: 242px;
} }
#form .iconfont { .el-button .iconfont {
font-size: 12px; font-size: 12px;
margin-right: 5px; margin-right: 5px;
} }
@ -75,4 +75,12 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
} }
[v-cloak]{ [v-cloak]{
display: none; display: none;
}
/* 滚动条样式重写*/
.el-table__body-wrapper::-webkit-scrollbar{
width:6px;
}
.el-table__body-wrapper::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(144,147,153,.5);
} }

View File

@ -21,7 +21,8 @@
*/ */
html, html,
body { body {
min-height: 100vh; min-height: 600px;
min-width: 810px;
width: 100vw; width: 100vw;
background-color: #eee; background-color: #eee;
margin: 0; margin: 0;