瀏覽代碼

style: contact us 页面enquiry textarea默认高度调整.

peter 7 月之前
父節點
當前提交
aea452efda
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pages/home/contactus.vue

+ 1 - 0
pages/home/contactus.vue

@@ -32,6 +32,7 @@
           :label="item.placeholder"
           :key="item.label">
           <el-input
+            :rows="item.type === 'textarea' ? 6 : 1"
             :type="item.type"
             size="small"
             :name="item.prop"