k94314517
2025-05-17 8b1dffc0ce5787d74020ac8a1c6ed00f16a7a0f4
company/src/components/system/role/PermissionConfigWindow.vue
@@ -2,7 +2,7 @@
  <GlobalWindow
    :visible.sync="visible"
    :confirm-working="isWorking"
    width="582px"
    width="800px"
    title="配置角色权限"
    @confirm="confirm"
  >
@@ -122,3 +122,8 @@
  }
}
</style>
<style>
  .el-transfer-panel {
    width: 300px !important;
  }
</style>