Commit de640e65 authored by 铭飞's avatar 铭飞 Committed by Gitee
Browse files

!197 后台样式

Merge pull request !197 from wodful/master
parents 0cad1267 8abc9ea3
......@@ -22,7 +22,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
}
.ms-pagination {
padding: 20px 0;
padding: 20px 0 0;
text-align: right;
}
......@@ -63,7 +63,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
#myPageTop input {
width: 242px;
}
#form .iconfont {
.el-button .iconfont {
font-size: 12px;
margin-right: 5px;
}
......@@ -76,3 +76,11 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
[v-cloak]{
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);
}
\ No newline at end of file
......@@ -21,7 +21,8 @@
*/
html,
body {
min-height: 100vh;
min-height: 600px;
min-width: 810px;
width: 100vw;
background-color: #eee;
margin: 0;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment