From 66ec594270f2e45f358fb8718ce786a359416fc4 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 06 三月 2024 15:04:05 +0800
Subject: [PATCH] 点位样式

---
 src/views/system/unit/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/unit/index.vue b/src/views/system/unit/index.vue
index bf074d6..b09b0a5 100644
--- a/src/views/system/unit/index.vue
+++ b/src/views/system/unit/index.vue
@@ -138,7 +138,7 @@
           <el-input v-model="form.unitContactPhone" placeholder="璇疯緭鍏ュ崟浣嶈仈绯讳汉鐢佃瘽" />
         </el-form-item>
         <el-form-item label="澶囨敞" prop="remark">
-          <el-input v-model="form.remark" maxlength="100" show-word-limit autosize type="textarea" placeholder="澶囨敞淇℃伅" />
+          <el-input v-model="form.remark" maxlength="100" show-word-limit rows="3" type="textarea" placeholder="澶囨敞淇℃伅" />
         </el-form-item>
       </el-form>
       <div slot="footer" class="dialog-footer">

--
Gitblit v1.8.0