From d19a3c93c88931147d243070e4f00cbcbe4ea6b5 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Tue, 16 Jul 2024 11:23:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/therapist/orderDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/therapist/orderDetail.vue b/pages/therapist/orderDetail.vue index a44de99..fb37422 100644 --- a/pages/therapist/orderDetail.vue +++ b/pages/therapist/orderDetail.vue @@ -46,7 +46,7 @@ 资深 - + {{order.status == 1?"可服务":"休息中"}} {{order.time}} From d9d89188185cf5fde9a5178377acdca736fc2c11 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Tue, 16 Jul 2024 13:37:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index c97ceaa..ac4f479 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1173,7 +1173,7 @@ } /deep/.uni-searchbar__box{ - height: 31px; + height: 32px; border-radius: 15px !important; background-color: #fff !important; border: 1px solid #E5E5E5; @@ -1185,7 +1185,7 @@ justify-content: center; } /deep/.uni-searchbar{ - width:200px; + width:80%; border-radius: 31rpx; } .index-headset{