陈剑华

feat: 预约列表已预约边框

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