Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-11-16 10:17:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8ab234849274191cc21057a25fbbbe3e58a79871
8ab23484
1 parent
e54e7047
添加陪伴记录用户名显示颜色修改为黑色
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
src/pages/addRecord/index.less
src/pages/addRecord/index.vue
src/pages/addRecord/index.less
View file @
8ab2348
...
...
@@ -18,3 +18,7 @@
padding-left: 10rpx !important;
font-size: 1.05rem;
}
.placeholder-user {
color: #333 !important;
}
...
...
src/pages/addRecord/index.vue
View file @
8ab2348
<!--
* @Date: 2022-09-30 09:53:14
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-1
0-24 16:44:07
* @LastEditTime: 2022-1
1-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;">
...
...
Please
register
or
login
to post a comment