From 822fecc3b107fd9d335143859e1523a710dd8a0e Mon Sep 17 00:00:00 2001 From: wx <645899409@qq.com> Date: Wed, 24 Dec 2025 14:42:16 +0800 Subject: [PATCH] =?UTF-8?q?update=201.=E6=A0=B9=E6=8D=AE=E6=96=B0=E7=96=86?= =?UTF-8?q?=E5=8F=8D=E9=A6=88(12.22)=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/indexSun.vue | 4 ++-- src/views/indexSun/centerMap.vue | 21 +++++++++++++++++++-- src/views/indexSun/indexSun.ts | 29 ++++++++++++++++++++++++----- src/views/indexSun/oneRightNew.vue | 27 ++++++++++++++++++++------- 4 files changed, 65 insertions(+), 16 deletions(-) diff --git a/src/views/indexSun.vue b/src/views/indexSun.vue index 9c0004d..f745dbe 100644 --- a/src/views/indexSun.vue +++ b/src/views/indexSun.vue @@ -647,8 +647,8 @@ firstFormOne.value = []; const params = { centerId: centerId.value, - // startDate: '2000-01-01', - // endDate: '2030-12-31', + startDate: '2000-01-01', + endDate: '2030-12-31', }; indexModalTitle.value = '今日应急'; modalApi.value = todayEmergencyListApi; diff --git a/src/views/indexSun/centerMap.vue b/src/views/indexSun/centerMap.vue index 1353443..95b24f7 100644 --- a/src/views/indexSun/centerMap.vue +++ b/src/views/indexSun/centerMap.vue @@ -757,11 +757,12 @@ } :deep(.modal-box) { - width: 330px; + width: 480px !important; padding: 10px 20px; display: flex; flex-direction: column; justify-content: space-around; + margin-bottom: 10px; .top-left-a-right { width: 48px; @@ -773,9 +774,10 @@ .modal-item { display: flex; justify-content: space-between; + margin-bottom: 5px; .item-one { - width: 48%; + width: 180px; } .item-two { @@ -787,6 +789,7 @@ .modal-btn { display: flex; justify-content: center; + margin-bottom: 5px; .view-btn { padding: 5px; @@ -807,6 +810,20 @@ width: 330px; height: 110px; } + :deep(.modal-box-special) { + > div { + &:first-child { + margin-bottom: 5px; + } + &:not(:first-child) { + margin-bottom: 10px; + } + + .item-two { + padding-right: 5px; + } + } + } .hospital-list { position: absolute; bottom: 160px; diff --git a/src/views/indexSun/indexSun.ts b/src/views/indexSun/indexSun.ts index 0152549..af6aeca 100644 --- a/src/views/indexSun/indexSun.ts +++ b/src/views/indexSun/indexSun.ts @@ -144,9 +144,17 @@ export function infoContent(res: any) { ${res.orgName ? res.orgName : '--'} + + + + +