Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -89,6 +89,7 @@ | ... | @@ -89,6 +89,7 @@ |
| 89 | v-model="customBrand" | 89 | v-model="customBrand" |
| 90 | placeholder="请输入品牌名称" | 90 | placeholder="请输入品牌名称" |
| 91 | class="custom-input" | 91 | class="custom-input" |
| 92 | + :cursorSpacing="50" | ||
| 92 | /> | 93 | /> |
| 93 | </view> | 94 | </view> |
| 94 | <view class="input-group"> | 95 | <view class="input-group"> |
| ... | @@ -97,6 +98,7 @@ | ... | @@ -97,6 +98,7 @@ |
| 97 | v-model="customModel" | 98 | v-model="customModel" |
| 98 | placeholder="请输入型号名称" | 99 | placeholder="请输入型号名称" |
| 99 | class="custom-input" | 100 | class="custom-input" |
| 101 | + :cursorSpacing="50" | ||
| 100 | /> | 102 | /> |
| 101 | </view> | 103 | </view> |
| 102 | <view class="button-group"> | 104 | <view class="button-group"> |
| ... | @@ -130,6 +132,7 @@ | ... | @@ -130,6 +132,7 @@ |
| 130 | v-model="customModelOnly" | 132 | v-model="customModelOnly" |
| 131 | placeholder="请输入型号名称" | 133 | placeholder="请输入型号名称" |
| 132 | class="custom-input" | 134 | class="custom-input" |
| 135 | + :cursorSpacing="50" | ||
| 133 | /> | 136 | /> |
| 134 | </view> | 137 | </view> |
| 135 | <view class="button-group"> | 138 | <view class="button-group"> | ... | ... |
-
Please register or login to post a comment