fix:表格错位的问题

This commit is contained in:
zhangyu
2022-07-25 13:56:41 +08:00
parent 354335d297
commit 9a9dc50938
2 changed files with 3 additions and 4 deletions

View File

@@ -337,12 +337,12 @@
}
/* start--覆盖el-table边框、gutter等样式 */
.el-table__body-wrapper {
overflow: auto;
//overflow: auto;
background-color: $--table-body-background-color;
height: calc(100% - 42px) !important;
//height: calc(100% - 42px) !important;
}
.el-table__fixed-body-wrapper {
top: 42px !important;
//top: 42px !important;
}
.el-table__body-wrapper, .el-table__fixed-body-wrapper {
box-shadow: 1px 0 $--border-color-light;

View File

@@ -124,7 +124,6 @@
</template>
</el-table-column>
<el-table-column
:resizable="false"
v-if="showOption"
:width="operationWidth"
fixed="right">