We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732a676 commit c3f68fdCopy full SHA for c3f68fd
entry/src/main/ets/pages/TabSheets.ets
@@ -23,7 +23,6 @@ export struct TabSheets {
23
.textOverflow({ overflow: TextOverflow.Clip })
24
.maxLines(1)
25
.flexShrink(1)
26
- .padding({ right: 10 })
27
Stack() {
28
Image($r('app.media.ic_public_cancel_filled'))
29
.width(STYLE_CONFIGURATION.ICON_SIZE)
@@ -36,6 +35,8 @@ export struct TabSheets {
36
35
.hoverEffect(HoverEffect.Highlight)
37
}
38
+ .justifyContent(FlexAlign.SpaceBetween)
39
+ .width(180)
40
41
.padding({
42
left: $r('sys.float.ohos_id_elements_margin_horizontal_l'),
0 commit comments