jiangping
2025-05-20 6eb07738a33b80eb01ad031261e78601db601c6e
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>