陈剑华

fix: 时间练卡ui

@@ -235,7 +235,7 @@ export struct Card9Component { @@ -235,7 +235,7 @@ export struct Card9Component {
235 .maxLines(2) 235 .maxLines(2)
236 .textOverflow({ overflow: TextOverflow.Ellipsis }) 236 .textOverflow({ overflow: TextOverflow.Ellipsis })
237 .alignSelf(ItemAlign.Start) 237 .alignSelf(ItemAlign.Start)
238 - .padding({ bottom: 20, left: 10 }) 238 + .padding({ bottom: 16, left: 10 })
239 .border({ width: { left: isLastOne ? 0 : 1 }, color: 0xededed}) 239 .border({ width: { left: isLastOne ? 0 : 1 }, color: 0xededed})
240 .margin({ left: 4 }) 240 .margin({ left: 4 })
241 } 241 }