zhanghua
2022-12-21 02fbad0abac2692f8df1fa67b88f8995ab27db19
src/components/Table/index.vue
@@ -76,6 +76,10 @@
        }
    },
    props: {
      getTableList: {
        type: Function,
        default: () => {}
      },
        // 表格数据
        tableData: {
            type: Array,
@@ -202,7 +206,7 @@
                &::v-deep .el-input__inner {
                    border: none;
                    background-color: #09152f;
                    // background-color: #09152f;
                }
                &:hover .el-checkbox {