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 16:07:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c407d3d3e586fb55c0578ded685dc622be9a6f34
c407d3d3
1 parent
060e9cbe
fix: 三图卡视频,标签与稿件名称未对齐
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card4Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card4Component.ets
View file @
c407d3d
...
...
@@ -50,16 +50,16 @@ export struct Card4Component {
Column() {
Stack() {
if(this.contentDTO.objectType == '5'){
Notes({ objectType: this.contentDTO.objectType,objectLevel:this.contentDTO.objectLevel }).height(
19
).align(Alignment.Center)
Notes({ objectType: this.contentDTO.objectType,objectLevel:this.contentDTO.objectLevel }).height(
28
).align(Alignment.Center)
} else {
if (this.contentDTO.seoTags) {
Notes({ newTags: this.contentDTO.seoTags }).height(
19
).align(Alignment.Center)
Notes({ newTags: this.contentDTO.seoTags }).height(
28
).align(Alignment.Center)
}
if (this.contentDTO.newTags) {
Notes({ newTags: this.contentDTO.newTags }).height(
19
).align(Alignment.Center)
Notes({ newTags: this.contentDTO.newTags }).height(
28
).align(Alignment.Center)
}
if (this.contentDTO.top === 1) {
Notes({ newTags: '置顶' }).height(2
0
).align(Alignment.Center)
Notes({ newTags: '置顶' }).height(2
8
).align(Alignment.Center)
}
}
Text() {
...
...
Please
register
or
login
to post a comment