src/components/Table/lims-table.vue
@@ -321,7 +321,7 @@ props: { isSelection: { type: Boolean, default: false, default: undefined, }, height: { type: String, @@ -389,7 +389,7 @@ }, rowKey: { type: String, default: undefined, default: "id", }, page: { type: Object, @@ -410,9 +410,9 @@ }; }, watch: { column(val) { this.doLayout(); }, // column(val) { // this.doLayout(); // }, }, updated() { this.$nextTick(() => { @@ -611,7 +611,7 @@ } >>> .el-table__body-wrapper::-webkit-scrollbar { height: 14px; height: 6px; /* 设置滚动条宽度 */ } </style>