Showing
1 changed file
with
3 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-01-26 13:08:09 | 2 | * @Date: 2024-01-26 13:08:09 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-01-26 14:32:16 | 4 | + * @LastEditTime: 2024-01-26 14:38:09 |
| 5 | * @FilePath: /xysBooking/src/views/search.vue | 5 | * @FilePath: /xysBooking/src/views/search.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -15,8 +15,8 @@ | ... | @@ -15,8 +15,8 @@ |
| 15 | <input type="text" v-model="idCode" placeholder="请输入证件号码" @blur="checkIdCode" maxlength="18" style="width: 100%;"> | 15 | <input type="text" v-model="idCode" placeholder="请输入证件号码" @blur="checkIdCode" maxlength="18" style="width: 100%;"> |
| 16 | </div> | 16 | </div> |
| 17 | </div> | 17 | </div> |
| 18 | - <div style="color:#A67939; font-size: 0.85rem; text-align: center;"> | 18 | + <div style="color:#A67939; font-size: 0.95rem; text-align: center;"> |
| 19 | - <van-icon name="warning-o" /> 获取参观码,扫码或识别身份证成功进闸机 | 19 | + <van-icon name="warning-o" /> 温馨提示<br/>获取参观码,扫码或识别身份证成功进闸机 |
| 20 | </div> | 20 | </div> |
| 21 | </div> | 21 | </div> |
| 22 | <div v-else> | 22 | <div v-else> | ... | ... |
-
Please register or login to post a comment