chenjun

滚动条与字重叠

@@ -51,6 +51,7 @@ export struct DetailDialog { @@ -51,6 +51,7 @@ export struct DetailDialog {
51 .margin({ top: 8, bottom: 8 }) 51 .margin({ top: 8, bottom: 8 })
52 } 52 }
53 .alignItems(HorizontalAlign.Start) 53 .alignItems(HorizontalAlign.Start)
  54 + .margin({right:4})
54 55
55 } 56 }
56 .height(200) 57 .height(200)
@@ -79,7 +80,7 @@ export struct DetailDialog { @@ -79,7 +80,7 @@ export struct DetailDialog {
79 top: 20, 80 top: 20,
80 bottom: 30, 81 bottom: 30,
81 left: 16, 82 left: 16,
82 - right: 16 83 + right: 12 //给滚动条预留4像素
83 }) 84 })
84 85
85 } 86 }