From 168b16352a3f120161e27014d228805ac0d12afb Mon Sep 17 00:00:00 2001 From: huangchenhao <123673748@qq.com> Date: Mon, 22 Dec 2025 16:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B8=9D=E8=B7=AF=E6=99=BA?= =?UTF-8?q?=E7=AE=A1=E5=A4=A7=E5=B1=8F=20=E6=B3=A8=E9=87=8A=E6=8E=89?= =?UTF-8?q?=E5=A4=84=E7=BD=AE=E6=96=B9=E6=A1=88=E5=86=85=E9=83=A8=E7=9A=84?= =?UTF-8?q?=E7=9B=B8=E5=BA=94=E8=B0=83=E5=BA=A6=E7=BA=A2=E8=89=B2=E9=98=B4?= =?UTF-8?q?=E5=BD=B1=E6=95=88=E6=9E=9C=20=E8=B0=83=E6=95=B4=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/shared/EmergencyPlanContent.vue | 7 ++++--- .../components/shared/StretchableModal.vue | 10 +++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/packages/screen/src/views/3DSituationalAwarenessRefactor/components/shared/EmergencyPlanContent.vue b/packages/screen/src/views/3DSituationalAwarenessRefactor/components/shared/EmergencyPlanContent.vue index 2d5842a..97f11c3 100644 --- a/packages/screen/src/views/3DSituationalAwarenessRefactor/components/shared/EmergencyPlanContent.vue +++ b/packages/screen/src/views/3DSituationalAwarenessRefactor/components/shared/EmergencyPlanContent.vue @@ -703,6 +703,7 @@ const handleDeletePlan = (id) => { .el-select__selected-item { color: #fff !important; opacity: 1 !important; + font-size: 12px; } // placeholder 文本(只针对真正的 placeholder) @@ -781,7 +782,7 @@ const handleDeletePlan = (id) => { box-shadow: 0 0 0 1px rgba(28, 161, 255, 0.3) inset !important; border-radius: vw(4); color: var(--text-white); - font-size: fs(13); + font-size: 12px; font-family: SourceHanSansCN-Regular, sans-serif; line-height: 1.6; padding: vh(8) vw(12); @@ -886,10 +887,10 @@ const handleDeletePlan = (id) => { } .resource-value { - font-size: fs(13); + font-size: 12px; font-family: SourceHanSansCN-Medium, sans-serif; font-weight: 500; - color: var(--text-white); + color: #4FECFF; } } } diff --git a/packages/screen/src/views/3DSituationalAwarenessRefactor/components/shared/StretchableModal.vue b/packages/screen/src/views/3DSituationalAwarenessRefactor/components/shared/StretchableModal.vue index d7731a8..58bd6f4 100644 --- a/packages/screen/src/views/3DSituationalAwarenessRefactor/components/shared/StretchableModal.vue +++ b/packages/screen/src/views/3DSituationalAwarenessRefactor/components/shared/StretchableModal.vue @@ -222,11 +222,11 @@ onUnmounted(() => { display: flex; align-items: center; justify-content: center; - &:hover { - // border: 2px solid rgba(255, 80, 80, 0.6); - box-shadow: 0 0 10px rgba(255, 80, 80, 0.6), 0 0 20px rgba(255, 0, 0, 0.4), - 0 0 35px rgba(255, 0, 0, 0.25); - } + // &:hover { + // // border: 2px solid rgba(255, 80, 80, 0.6); + // box-shadow: 0 0 10px rgba(255, 80, 80, 0.6), 0 0 20px rgba(255, 0, 0, 0.4), + // 0 0 35px rgba(255, 0, 0, 0.25); + // } } &__close {