Files
lina/src/components/DataTable/compenents/el-data-table/index.less
OrangeM21 38b4810d9e perf(sass): 替换node-sass为sass
BREAKING CHANGE: 替换node-sass为sass
2020-08-04 13:42:03 +08:00

17 lines
396 B
Plaintext

.el-data-table ::v-deep .el-pagination{
text-align: center !important;
}
.el-data-table ::v-deep .el-table td{
padding: 4px 0;
}
.el-data-table ::v-deep .el-table th{
padding: 4px 0;
}
.el-data-table ::v-deep .el-form-item{
margin-bottom:10px !important ;
margin-top:10px;
}
.el-data-table ::v-deep .el-pagination{
padding:15px 0 !important ;
}