diff --git a/pages/detailNursing/detailNursing.vue b/pages/detailNursing/detailNursing.vue index a181717..9f9c6a3 100644 --- a/pages/detailNursing/detailNursing.vue +++ b/pages/detailNursing/detailNursing.vue @@ -117,7 +117,7 @@ - + 打卡记录 @@ -131,6 +131,7 @@ {{typeFormat(item.type)}} {{item.created_at}} + {{item.address}} @@ -845,6 +846,11 @@ margin: 46rpx auto; } + .u-order-address { + color: rgb(140, 140, 140); + font-size: 25rpx; + } + ::v-deep .u-checkbox__icon-wrap--disabled--checked text { color: #1d5cba !important; }