Browse Source

feat: save

gemercheung 1 năm trước cách đây
mục cha
commit
ab08df019e
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/view/relics-edit.vue

+ 3 - 1
src/view/relics-edit.vue

@@ -37,9 +37,11 @@
     <el-form-item label="文物地址:">
       <el-input
         v-model="data.address"
-        style="width: 100%"
+        style="width: 100%;padding-bottom: 25px;"
         :maxlength="500"
         show-word-limit
+         :autosize="{ minRows: 3, maxRows: 6 }"
+      
         type="textarea"
         placeholder="请输入"
       />