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-08-23 17:46:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cc3cefc84c103d8a3ad0263a7a3bcf867c5dc62d
cc3cefc8
1 parent
bab31a97
fix: 直播预约卡折叠屏只有一项时ui优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
View file @
cc3cefc
...
...
@@ -372,7 +372,7 @@ export struct ZhSingleRow03 {
})
Text(item.newsTitle)
.width(
201
)
.width(
'calc(100% - 106vp - 12vp)'
)
.height(60)
.maxLines(3)
.textOverflow({overflow: TextOverflow.Ellipsis})
...
...
@@ -380,6 +380,7 @@ export struct ZhSingleRow03 {
}
.margin({bottom: 16})
.justifyContent(FlexAlign.Start)
.width('100%')
Row() {
Flex({justifyContent: FlexAlign.SpaceBetween}){
...
...
Please
register
or
login
to post a comment