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
wangyong_wd
2024-03-27 09:15:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9bdde4a42a69e49817606e3b1cd768eb2a9de867
9bdde4a4
1 parent
30252a1a
头图卡样式优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/HeadPictureCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/HeadPictureCardComponent.ets
View file @
9bdde4a
import { CompDTO } from 'wdBean';
import { CommonConstants } from 'wdConstant';
import { CompUtils } from '../../utils/CompUtils';
@Component
export struct HeadPictureCardComponent {
...
...
@@ -16,7 +15,6 @@ export struct HeadPictureCardComponent {
Row()
.width(CommonConstants.FULL_WIDTH)
.height(59)
.backgroundColor(Color.Red)
.linearGradient({
colors: [
['rgba(0, 0, 0, 0.0)', 0.0], ['rgba(0, 0, 0, 0.3)', 1.0]
...
...
Please
register
or
login
to post a comment