Showing
1 changed file
with
0 additions
and
3 deletions
| @@ -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 | }) |
-
Please register or login to post a comment