daijian_wd

fix: 解决收藏bug1

@@ -125,7 +125,8 @@ export struct OperRowListView { @@ -125,7 +125,8 @@ export struct OperRowListView {
125 .backgroundColor(Color.White) 125 .backgroundColor(Color.White)
126 .padding({ 126 .padding({
127 top: 10, 127 top: 10,
128 - bottom: `${this.bottomSafeHeight}px` 128 + // bottom: `${this.bottomSafeHeight}px`
  129 + bottom: 50
129 }) 130 })
130 } 131 }
131 132