shish 1 месяц назад
Родитель
Сommit
6fb0f90229
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      ghsApp/src/pagesOrder/shMethod.vue

+ 3 - 3
ghsApp/src/pagesOrder/shMethod.vue

@@ -21,10 +21,10 @@
     <!-- 配置表单区域 -->
     <scroll-view scroll-y class="form-scroll">
       <view class="form-container">
-        <!-- 别名 -->
+
         <tui-list-cell class="line-cell" :hover="false">
-          <view class="tui-title">名</view>
-          <input type="text" v-model="form.name" @focus="form.name = ''" class="tui-input" placeholder="请填写名" />
+          <view class="tui-title">名</view>
+          <input type="text" v-model="form.name" @focus="form.name = ''" class="tui-input" placeholder="请填写名" />
         </tui-list-cell>
 
         <!-- 状态 -->