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
yangchenggong1_wd
2024-10-15 14:48:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ac590dd57ab2c4fbd79745982f62b436f0199bea
ac590dd5
1 parent
f194d5d9
fix |> 20568 【依赖华为】我的评论列表中,上方展示的昵称,换行比安卓早,并且等级的位置展示不正确
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/pages/OtherNormalUserHomePage.ets
sight_harmony/features/wdComponent/src/main/ets/pages/OtherNormalUserHomePage.ets
View file @
ac590dd
...
...
@@ -7,6 +7,7 @@ import { OtherHomePageBottomCommentComponent } from '../components/mine/home/Oth
import { OtherHomePageBottomFollowComponent } from '../components/mine/home/OtherHomePageBottomFollowComponent';
import { CustomTitleUI } from '../components/reusable/CustomTitleUI';
import { EmptyComponent } from '../components/view/EmptyComponent';
import { UserGradeTextSpan } from '../components/view/UserGradeTextSpan';
import MinePageDatasModel from '../model/MinePageDatasModel';
import { OtherUserDetailRequestItem } from '../viewmodel/OtherUserDetailRequestItem';
...
...
@@ -110,6 +111,12 @@ struct OtherNormalUserHomePage {
Column() {
Row() {
UserGradeTextSpan({nameContent:`${this.userName}`,gradeContent:`等级${this.levelId}`,gradeWidth:this.levelId >9 ? 50 : 45})
}.constraintSize({maxWidth:`calc(100% - 16vp - 90vp)`})
.padding({top:8})
/*Row() {
Text(`${this.userName}`)
.fontColor($r('app.color.white'))
.maxLines(1)
...
...
@@ -130,7 +137,7 @@ struct OtherNormalUserHomePage {
.height('35lpx')
}
Blank()
}.width('507lpx')
}.width('507lpx')
*/
Row() {
Row() {
...
...
Please
register
or
login
to post a comment