From 3756eeaca02872fb88caa7282dd83fdb5a9bc357 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 26 二月 2026 16:20:29 +0800
Subject: [PATCH] 经销商管理

---
 admin/src/components/business/OperaInformationWindow.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/admin/src/components/business/OperaInformationWindow.vue b/admin/src/components/business/OperaInformationWindow.vue
index 9268057..f9805e2 100644
--- a/admin/src/components/business/OperaInformationWindow.vue
+++ b/admin/src/components/business/OperaInformationWindow.vue
@@ -1,5 +1,6 @@
 <template>
   <GlobalWindow
+      width="80%"
     :title="title"
     :visible.sync="visible"
     v-loading="isUploading"
@@ -131,6 +132,12 @@
 ::v-deep .el-form-item__content {
   flex: 0.6;
 }
+::v-deep .el-select {
+  width: 100%;
+  .el-input__inner {
+    width: 100%;
+  }
+}
 $image-width: 100px;
 .avatar-uploader {
   width: $image-width;

--
Gitblit v1.9.3