From 3a61aa096c3191e97770a92e4e145fe63ddc1aa4 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 27 二月 2026 18:41:05 +0800
Subject: [PATCH] 经销商管理

---
 admin/src/components/business/OperaLabelsFeeAreaWindow.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/admin/src/components/business/OperaLabelsFeeAreaWindow.vue b/admin/src/components/business/OperaLabelsFeeAreaWindow.vue
index 33eccef..184d1c6 100644
--- a/admin/src/components/business/OperaLabelsFeeAreaWindow.vue
+++ b/admin/src/components/business/OperaLabelsFeeAreaWindow.vue
@@ -23,18 +23,18 @@
       </el-form-item>
       <div style="display: flex">
         <el-form-item label="棣栭噸" prop="weight0" style="display: inline-block;flex: 1;">
-          <el-input  v-model="form.weight0"    style="width: 150px" placeholder="璇疯緭鍏ラ閲�"    type="number">    <template slot="append" >kg</template>  </el-input>
+          <el-input  v-model="form.weight0"    style="width: 200px" placeholder="璇疯緭鍏ラ閲�"    type="number">    <template slot="append" >kg</template>  </el-input>
         </el-form-item>
         <el-form-item label="棣栭噸杩愯垂" prop="fee0" style="display: inline-block;flex: 1;">
-          <el-input  v-model="form.fee0"  style="width: 150px"    placeholder="璇疯緭鍏ラ噾棰�"  > <template slot="append" >鍏�</template> </el-input>
+          <el-input  v-model="form.fee0"  style="width: 200px"    placeholder="璇疯緭鍏ラ噾棰�"  > <template slot="append" >鍏�</template> </el-input>
         </el-form-item>
       </div>
       <div style="display: flex">
       <el-form-item label="缁噸" prop="weight1" style="display: inline-block;flex:1">
-        <el-input  v-model="form.weight1" style="width: 150px"    placeholder="璇疯緭鍏ョ画閲�"    type="number">    <template slot="append" >kg</template>  </el-input>
+        <el-input  v-model="form.weight1" style="width: 200px"    placeholder="璇疯緭鍏ョ画閲�"    type="number">    <template slot="append" >kg</template>  </el-input>
       </el-form-item>
       <el-form-item label="缁噸杩愯垂澧炲姞" prop="fee1" style="display: inline-block;flex: 1;">
-        <el-input  v-model="form.fee1" style="width: 150px"    placeholder="璇疯緭鍏ラ噾棰�"  > <template slot="append" >鍏�</template> </el-input>
+        <el-input  v-model="form.fee1" style="width: 200px"    placeholder="璇疯緭鍏ラ噾棰�"  > <template slot="append" >鍏�</template> </el-input>
       </el-form-item>
     </div>
       <el-form-item label="鎺掑簭鐮�" prop="sortnum">

--
Gitblit v1.9.3