yangfeng
2024-03-07 21d14a5080768c7ecd9cf0df05c064eaa5d5a7b8
src/components/makepager/TableCommonView.vue
@@ -326,6 +326,12 @@
      }
      this.$emit("tableRowClassName", row)
    }
  },
  //解决表格抖动问题
  beforeUpdate() {
    this.$nextTick(() => {
      this.$refs["table"].doLayout()
    })
  }
}
</script>
@@ -400,6 +406,9 @@
  .el-table .cell .el-button--text.el-button--small {
    padding: 4px 0;
  }
  .el-table .onSelect {
    background: #ebf2ff;
  }
}
.overSpread1 {