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 : '--'} + + + + +