Browse Source

fix: 优化281多行文本框边距

ldong 4 months ago
parent
commit
4b7a4761ea
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages-approve/businessTrip/add.vue

+ 2 - 1
pages-approve/businessTrip/add.vue

@@ -58,8 +58,9 @@
             <view class="label">行程说明</view>
             <view class="content">
                 <textarea
+                    disable-default-padding
                     maxlength="-1"
-                    style="width:100%" 
+                    style="width:100%;margin-top: 2px;" 
                     v-model="formData.Itinerary" 
                     placeholder="请输入行程说明" 
                     auto-height