Commit d7ee9ea3 authored by tianhongyang's avatar tianhongyang

fix

parent 97080f85
...@@ -394,6 +394,7 @@ export default { ...@@ -394,6 +394,7 @@ export default {
// 是否存在X轴滚动条 // 是否存在X轴滚动条
&.has-x-scroll { &.has-x-scroll {
::v-deep .custom-table-item {
.el-table { .el-table {
.el-table__fixed { .el-table__fixed {
height: calc(100% - 15px) !important; height: calc(100% - 15px) !important;
...@@ -404,6 +405,7 @@ export default { ...@@ -404,6 +405,7 @@ export default {
} }
} }
} }
}
/* 不需要分页 或没有分页参数 */ /* 不需要分页 或没有分页参数 */
&.no-pagination { &.no-pagination {
......
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