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-19 15:47:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f37ab0e59aea904521d8d0251d01bb97ca6ff5b6
f37ab0e5
1 parent
b58f725e
fix: 19083 一多适配--折叠屏,金刚位应等分展示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhGridLayout03.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhGridLayout03.ets
View file @
f37ab0e
...
...
@@ -30,8 +30,7 @@ export struct ZhGridLayout03 {
build() {
GridRow({
columns: { sm: listSize, md: 8 },
breakpoints: { value: ['320vp', '520vp', '840vp'] }
columns: listSize,
}) {
ForEach(this.compDTO.operDataList, (item: ContentDTO, index: number) => {
GridCol() {
...
...
Please
register
or
login
to post a comment