From 41115bb4b6d0161ff6d2c15ef6b3d5386a14ac9c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 02 三月 2026 16:40:54 +0800
Subject: [PATCH] 合并

---
 admin/src/components/business/OperaGoodsLabelsWindow.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/admin/src/components/business/OperaGoodsLabelsWindow.vue b/admin/src/components/business/OperaGoodsLabelsWindow.vue
index cfac92f..be352a9 100644
--- a/admin/src/components/business/OperaGoodsLabelsWindow.vue
+++ b/admin/src/components/business/OperaGoodsLabelsWindow.vue
@@ -1,6 +1,7 @@
 <template>
-  <GlobalAlertWindow
+  <GlobalWindow
     :title="title"
+    width="500px"
     :visible.sync="visible"
     :confirm-working="isWorking"
     @confirm="confirm"
@@ -24,17 +25,17 @@
       </el-form-item>
 
     </el-form>
-  </GlobalAlertWindow>
+  </GlobalWindow>
 </template>
 
 <script>
 import BaseOpera from '@/components/base/BaseOpera'
-import GlobalAlertWindow from '@/components/common/GlobalAlertWindow'
+import GlobalWindow from '@/components/common/GlobalWindow'
 import UploadAvatarImage from '@/components/common/UploadAvatarImage'
 export default {
   name: 'OperaProductLabelWindow',
   extends: BaseOpera,
-  components: { GlobalAlertWindow,UploadAvatarImage },
+  components: { GlobalWindow,UploadAvatarImage },
   data () {
     return {
       // 琛ㄥ崟鏁版嵁

--
Gitblit v1.9.3