Commit d7ee9ea3 authored by tianhongyang's avatar tianhongyang

fix

parent 97080f85
......@@ -394,12 +394,14 @@ export default {
// 是否存在X轴滚动条
&.has-x-scroll {
.el-table {
.el-table__fixed {
height: calc(100% - 15px) !important;
}
.el-table__fixed-right {
height: calc(100% - 15px) !important;
::v-deep .custom-table-item {
.el-table {
.el-table__fixed {
height: calc(100% - 15px) !important;
}
.el-table__fixed-right {
height: calc(100% - 15px) !important;
}
}
}
}
......
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