MrShi
2026-03-13 3ee1be7978ce01fb4db6de2c026e1b6975557abc
admin/src/components/system/dict/DictDataManagerWindow.vue
@@ -16,6 +16,7 @@
            v-loading="isWorking.search"
            :data="tableData.list"
            stripe
            class="no-scroll"
            @selection-change="handleSelectionChange"
        >
          <el-table-column type="selection" width="55"></el-table-column>
@@ -130,7 +131,9 @@
  //max-height: 50%;
  overflow: auto;
}
.no-scroll {
  overflow: hidden !important;
}
/deep/ .window__body {
  .table-content {
    padding: 0;