entry/src/main/ets/pages/account/CourseCollection.ets
@@ -109,7 +109,7 @@ .border({ width: 1, style: BorderStyle.Solid, color: '#f2f2f2' }) .borderRadius(10) } }, (index: number) => index.toString()) }) } .listDirection(Axis.Vertical) // 排列方向 .scrollBar(BarState.Off)