Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -437,6 +437,9 @@ export struct ZhSingleRow03 { | @@ -437,6 +437,9 @@ export struct ZhSingleRow03 { | ||
| 437 | .fontSize(12) | 437 | .fontSize(12) |
| 438 | .textAlign(TextAlign.Center) | 438 | .textAlign(TextAlign.Center) |
| 439 | .borderRadius(3) | 439 | .borderRadius(3) |
| 440 | + .borderStyle(BorderStyle.Solid) | ||
| 441 | + .borderWidth(this.isReserved(Number(item.objectId)) ? 1 : 0) | ||
| 442 | + .borderColor('#e5e5e5') | ||
| 440 | .onClick(() => { | 443 | .onClick(() => { |
| 441 | this.bookAndCancel(item.relId, item.objectId, !this.isReserved(Number(item.objectId))) | 444 | this.bookAndCancel(item.relId, item.objectId, !this.isReserved(Number(item.objectId))) |
| 442 | }) | 445 | }) |
-
Please register or login to post a comment