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-22 15:20:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7a15eb2a75105cccd0e628a8be083aa533fb4299
7a15eb2a
1 parent
3680b14c
fix: 热点频道,横划卡只配1个运营位,折叠屏右侧展示缺少圆角
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/ZhCarouselLayout01.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhCarouselLayout01.ets
View file @
7a15eb2
...
...
@@ -7,6 +7,7 @@ import { EmptyComponent } from '../view/EmptyComponent';
import { CardMediaInfo } from '../cardCommon/CardMediaInfo';
import { onlyWifiLoadImg } from '../../utils/lazyloadImg';
import { Notes } from '../cardview/notes';
import { getNotesContentWidth } from '../../utils/FuncUtils'
import { InfomationCardClick } from '../../utils/infomationCardClick'
import font from '@ohos.font';
...
...
@@ -262,7 +263,7 @@ struct CarouselLayout01CardView {
}
.width(CommonConstants.FULL_WIDTH)
.aspectRatio(CompUtils.ASPECT_RATIO_16_9)
.alignContent(Alignment.
BottomStart
)
.alignContent(Alignment.
Top
)
.hoverEffect(HoverEffect.Scale)
}
}
...
...
Please
register
or
login
to post a comment