Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
张善主
2024-05-17 17:16:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1bc144539598f07f9b41a78acba041b274e5df6f
1bc14453
1 parent
6ac37488
feat(意见反馈):底部按钮调整
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/FeedBackActivity.ets
sight_harmony/features/wdComponent/src/main/resources/base/element/color.json
sight_harmony/features/wdComponent/src/main/ets/components/FeedBackActivity.ets
View file @
1bc1445
...
...
@@ -213,9 +213,9 @@ export struct FeedBackActivity {
.textAlign(TextAlign.Center)
.height(44)
.width('90%')
.fontColor(this.canSubmit ? $r('app.color.color_
9E9E9E_40') : $r('app.color.color_fff
'))
.fontColor(this.canSubmit ? $r('app.color.color_
fff') : $r('app.color.color_FFFFFF_40
'))
.fontSize($r('app.float.font_size_18'))
.backgroundColor(this.canSubmit ? $r('app.color.color_ED2800
_99') : $r('app.color.color_EDEDED
'))
.backgroundColor(this.canSubmit ? $r('app.color.color_ED2800
') : $r('app.color.color_ED2800_99
'))
.borderRadius(4)
.onClick(async (event: ClickEvent) => {
if (await FastClickUtil.isMinDelayTime()) {
...
...
sight_harmony/features/wdComponent/src/main/resources/base/element/color.json
View file @
1bc1445
...
...
@@ -162,7 +162,7 @@
}
,
{
"name"
:
"color_
9E9E9E
_40"
,
"name"
:
"color_
FFFFFF
_40"
,
"value"
:
"#40FFFFFF"
}
,
...
...
Please
register
or
login
to post a comment