Showing
2 changed files
with
6 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-30 09:53:14 | 2 | * @Date: 2022-09-30 09:53:14 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-10-24 16:44:07 | 4 | + * @LastEditTime: 2022-11-16 10:15:44 |
| 5 | * @FilePath: /swx/src/pages/addRecord/index.vue | 5 | * @FilePath: /swx/src/pages/addRecord/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
| 17 | <view class="at-input" style="margin-right: 1rem;"> | 17 | <view class="at-input" style="margin-right: 1rem;"> |
| 18 | <view class="at-input__container"> | 18 | <view class="at-input__container"> |
| 19 | <label class="h5-label at-input__title at-input__title">用户名</label> | 19 | <label class="h5-label at-input__title at-input__title">用户名</label> |
| 20 | - <input class="h5-input at-input__input" placeholder-class="placeholder" :placeholder="username" :disabled="true"/> | 20 | + <input class="h5-input at-input__input" placeholder-class="placeholder-user" :placeholder="username" :disabled="true"/> |
| 21 | </view> | 21 | </view> |
| 22 | </view> | 22 | </view> |
| 23 | <view class="at-input" style="margin-right: 1rem;"> | 23 | <view class="at-input" style="margin-right: 1rem;"> | ... | ... |
-
Please register or login to post a comment