From 8e42f147afee0af116d1562204ffa33276f473a1 Mon Sep 17 00:00:00 2001 From: zhanchao Date: Tue, 1 Sep 2026 16:31:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../case/components/archive-detail/benefit-project-tab.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/case/components/archive-detail/benefit-project-tab.vue b/pages/case/components/archive-detail/benefit-project-tab.vue index 872a24c..957600d 100644 --- a/pages/case/components/archive-detail/benefit-project-tab.vue +++ b/pages/case/components/archive-detail/benefit-project-tab.vue @@ -47,7 +47,7 @@ 录单人 - + @@ -70,7 +70,7 @@ 治疗医生 - + {{ item.treatmentRemark }} @@ -447,6 +447,6 @@ watch(() => props.archiveId, (value, oldValue) => { align-items: center; justify-content: center; box-shadow: 0 20rpx 36rpx rgba(8, 119, 241, 0.3); - z-index: 1000; + z-index: 9999; }