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-09-26 18:04:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f9a9daf60e614eddb0ee7572cd2945352d0246f9
f9a9daf6
1 parent
2b124d82
fix: 稿件详情查看图片详情,对图片上滑查看时暂时的页码数字不清楚,与背景色相近时,几乎看不见
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/pages/MultiPictureListPage.ets
sight_harmony/features/wdComponent/src/main/ets/pages/MultiPictureListPage.ets
View file @
f9a9daf
...
...
@@ -147,7 +147,7 @@ export struct MultiPictureListPage {
// ImageDownloadComponent({ url: this.currentUrl })
SaveNetWorkPictures({ url: this.currentUrl })
}
.
margin
({
.
padding
({
top: 14,
left: 20,
bottom: 14,
...
...
@@ -155,6 +155,11 @@ export struct MultiPictureListPage {
})
// .backgroundColor(Color.Blue)
.id('e_swiper_titles')
.linearGradient({
direction: GradientDirection.Bottom, // 渐变方向
colors: [['rgba(18, 18, 18, 0)', 0],
['rgba(18, 18, 18, 0.8)', 1.0]] // 数组末尾元素占比小于1时满足重复着色效果
})
.alignRules({
bottom: { anchor: "__container__", align: VerticalAlign.Bottom },
middle: { anchor: "__container__", align: HorizontalAlign.Center }
...
...
Please
register
or
login
to post a comment