田源
2024-05-16 94696e8332d543a97015d897e2505e8a78d734de
主数据行高错行
已修改1个文件
4 ■■■■ 文件已修改
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -1225,6 +1225,10 @@
</script>
<style lang="scss" scoped>
.el-table__fixed-body-wrapper .el-table__body {
  padding-bottom: 15px; // 滚动条高度
}
//固定列高度
/deep/ .el-table__fixed {
  height: calc(100vh - 365px) !important;