523d79c0 by 焦泽平

高度宽度调整

1 parent c24f1b28
......@@ -11,7 +11,7 @@
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 18px 18px 0!important;
padding: 10px 10px 0!important;
}
.pagination {
padding: 18px;
......
......@@ -189,7 +189,7 @@ export default {
margin-left: -10px;
}
}
margin-bottom: 18px;
margin-bottom: 10px;
}
.el-button {
width: 100px;
......
......@@ -544,7 +544,7 @@ export default {
box-sizing: border-box;
padding: 18px 0 4px 0;
border: 1px solid #E6E6E6;
margin-bottom: 18px;
margin-bottom: 10px;
}
.el-button {
width: 100px;
......