style: 优化数据集分页样式

main
wu.jian2 2 years ago
parent 2a82068915
commit 8514f60d05

@ -1376,10 +1376,8 @@ export default {
} }
.bs-pagination { .bs-pagination {
padding: 0 !important; padding: 16px !important;
right: 16px !important; position: unset !important;
bottom: 16px !important;
position: absolute !important;
::v-deep .el-input__inner { ::v-deep .el-input__inner {
width: 110px !important; width: 110px !important;
border: none; border: none;

@ -1042,10 +1042,8 @@ export default {
} }
.bs-pagination { .bs-pagination {
padding: 0px !important; padding: 16px !important;
right: 16px !important; position: unset !important;
bottom: 16px !important;
position: absolute !important;
::v-deep .el-input__inner { ::v-deep .el-input__inner {
width: 110px !important; width: 110px !important;
border: none; border: none;

@ -879,11 +879,6 @@ export default {
} }
} }
// .tree-box {
// padding: 0;
// max-height: 270px;
// }
::v-deep .el-input__inner { ::v-deep .el-input__inner {
width: 100% !important; width: 100% !important;
} }

Loading…
Cancel
Save