From d57ac2413e65190b011499577e43eba939af0659 Mon Sep 17 00:00:00 2001 From: Ledo Date: Mon, 21 Jul 2025 00:12:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/heli/hlvuestyle/userSelect.vue | 6 +- .../src/views/heli/plan/planSchedule.vue | 677 ++++++++++++++++-- 2 files changed, 634 insertions(+), 49 deletions(-) diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/hlvuestyle/userSelect.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/hlvuestyle/userSelect.vue index 26119c3..1621717 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/hlvuestyle/userSelect.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/hlvuestyle/userSelect.vue @@ -11,16 +11,18 @@ @@ -254,5 +809,33 @@ onMounted(async () => { .warning-row { background-color: #D3D3D3 !important; } - +.green-cell { + background-color: #e6f7e6 !important; +} +.yellow-cell { + background-color: #fffbe6 !important; +} +.red-cell { + background-color: #fff1f0 !important; +} +.custom-cell { + display: flex; + flex-direction: column; + width: 100%; +} + +.first-row, .second-row { + display: flex; +justify-content: flex-start; + width: 100%; + margin-bottom: 4px; /* 增加行间距 */ +} + +.status-icon { + width: 35px; /* 增大图片宽度 */ + height: 35px; /* 增大图片高度 */ + margin-left: 8px; + vertical-align: middle; + object-fit: contain; /* 确保图片比例不变形 */ +}