hookehuyr

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

......@@ -18,3 +18,7 @@
padding-left: 10rpx !important;
font-size: 1.05rem;
}
.placeholder-user {
color: #333 !important;
}
......
<!--
* @Date: 2022-09-30 09:53:14
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-24 16:44:07
* @LastEditTime: 2022-11-16 10:15:44
* @FilePath: /swx/src/pages/addRecord/index.vue
* @Description: 文件描述
-->
......@@ -17,7 +17,7 @@
<view class="at-input" style="margin-right: 1rem;">
<view class="at-input__container">
<label class="h5-label at-input__title at-input__title">用户名</label>
<input class="h5-input at-input__input" placeholder-class="placeholder" :placeholder="username" :disabled="true"/>
<input class="h5-input at-input__input" placeholder-class="placeholder-user" :placeholder="username" :disabled="true"/>
</view>
</view>
<view class="at-input" style="margin-right: 1rem;">
......