Merge pull request !197 from wodful/master
master
铭飞 6 years ago committed by Gitee
commit de640e6536
  1. 12
      src/main/webapp/static/ms-admin/4.7.2/css/app.css
  2. 3
      src/main/webapp/static/ms-admin/4.7.2/css/index.css

@ -22,7 +22,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
} }
.ms-pagination { .ms-pagination {
padding: 20px 0; padding: 20px 0 0;
text-align: right; text-align: right;
} }
@ -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;
} }
@ -76,3 +76,11 @@ 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);
}

@ -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;

Loading…
Cancel
Save