hookehuyr

添加陪伴记录用户名显示颜色修改为黑色

...@@ -18,3 +18,7 @@ ...@@ -18,3 +18,7 @@
18 padding-left: 10rpx !important; 18 padding-left: 10rpx !important;
19 font-size: 1.05rem; 19 font-size: 1.05rem;
20 } 20 }
21 +
22 +.placeholder-user {
23 + color: #333 !important;
24 +}
......
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;">
......