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-06-13 15:49:47 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
ad0a09095b63cb11852e212fa4c6e0cf19c08393
ad0a0909
2 parents
092bb867
57a1db57
Merge branch 'main' of
http://192.168.1.42/developOne/harmonyPool
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sight_harmony/commons/wdJsBridge/.gitignore
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card10Component.ets
sight_harmony/commons/wdJsBridge/.gitignore
View file @
ad0a090
...
...
@@ -5,4 +5,4 @@
/.cxx
/.test
/oh-package-lock.json5
/BuildProfile
\ No newline at end of file
/BuildProfile.ets
\ No newline at end of file
...
...
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card10Component.ets
View file @
ad0a090
...
...
@@ -66,7 +66,7 @@ export struct Card10Component {
.width(CommonConstants.FULL_WIDTH)
.fontSize($r('app.float.font_size_18'))
.fontWeight(600)
.maxLines(
2
)
.maxLines(
1
)
.textOverflow({ overflow: TextOverflow.Ellipsis })
.margin({ bottom: 19 })
.onClick((event: ClickEvent) => {
...
...
Please
register
or
login
to post a comment