Browse Source

feat: save

gemercheung 1 year ago
parent
commit
ab08df019e
1 changed files with 3 additions and 1 deletions
  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="请输入"
       />