From 50fb58286ed3b718c39a97e0987ee7561a295651 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 04 七月 2025 17:56:41 +0800
Subject: [PATCH] git ch

---
 company/src/components/business/allocateEnterprises.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/company/src/components/business/allocateEnterprises.vue b/company/src/components/business/allocateEnterprises.vue
index d67e1cb..9488e2c 100644
--- a/company/src/components/business/allocateEnterprises.vue
+++ b/company/src/components/business/allocateEnterprises.vue
@@ -3,7 +3,7 @@
         class="menu-config-dialog"
         :visible.sync="visible"
         :confirm-working="isWorking"
-        width="576px"
+        width="800px"
         title="鍒嗛厤鏈嶅姟浼佷笟"
         @confirm="confirm"
     >
@@ -93,7 +93,11 @@
     }
   }
 </script>
-
+<style>
+    .el-transfer-panel {
+        width: 300px !important;
+    }
+</style>
 <style scoped lang="scss">
     @import "@/assets/style/variables.scss";
     .global-window {

--
Gitblit v1.9.3