shish há 3 anos atrás
pai
commit
ff327ec637

+ 1 - 1
hdApp/src/components/app-delivery-modify.vue

@@ -92,7 +92,7 @@
 
       <tui-list-cell class="line-cell" :hover="false">
         <view class="tui-title">备注</view>
-        <textarea style="min-height:100upx;height:auto;" v-model="form.remark" placeholder="选填" />
+        <input v-model="form.remark" placeholder-class="phcolor" class="tui-input" placeholder-style="color:#ccc" name="remark" placeholder="选填" />
       </tui-list-cell>
 
     </view>

+ 1 - 1
hdApp/src/components/app-delivery.vue

@@ -92,7 +92,7 @@
 
       <tui-list-cell class="line-cell" :hover="false">
         <view class="tui-title">备注</view>
-        <textarea style="min-height:100upx;height:auto;" v-model="form.remark" placeholder="选填" />
+        <input v-model="form.remark" placeholder-class="phcolor" class="tui-input" placeholder-style="color:#ccc" name="remark" placeholder="选填" />
       </tui-list-cell>
 
     </view>