Commit 9e63f2ab authored by 王晓倩's avatar 王晓倩

修改列表页尺寸

parent f1436b93
...@@ -19,7 +19,7 @@ html{width: 100%;height: 100%;} ...@@ -19,7 +19,7 @@ html{width: 100%;height: 100%;}
.margT10{margin-top: 10px;} .margT10{margin-top: 10px;}
.iconfont{font-size: 20px;} .iconfont{font-size: 20px;}
main > div{background: #ffffff;height:calc(100vh - 120px);padding: 0 10px;} main > div{background: #ffffff;height:calc(100vh - 110px);padding: 0 10px;}
main > div .el-table{height:calc(100% - 120px);} main > div .el-table{height:calc(100% - 120px);}
main > div .el-table .el-table__body-wrapper{height: calc(100% - 48px); overflow-y: auto;} main > div .el-table .el-table__body-wrapper{height: calc(100% - 48px); overflow-y: auto;}
.userlist { .userlist {
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
} }
main > div { main > div {
background: #ffffff; background: #ffffff;
height: calc(100vh - 111px) !important; height: calc(100vh - 110px) !important;
padding: 0px 0px 0px 10px !important; padding: 0px 0px 0px 10px !important;
} }
.row{ .row{
......
Markdown is supported
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