陈剑华

feat: 预约列表已预约边框

... ... @@ -166,9 +166,6 @@ export struct AppointmentListChildComponent {
.width(52)
.height(24)
.borderRadius(3)
.borderStyle(BorderStyle.Solid)
.borderWidth(this.isReserved(Number(item.objectId)) ? 1 : 0)
.borderColor('#e5e5e5')
.onClick(() => {
this.dialogController.open()
})
... ...