From 8dab672f74f8caa891a818cffdb34488f2ec7dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=BA=86?= <18331150170@163.com> Date: Thu, 6 Nov 2025 19:32:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BE=E5=B7=A5=E6=98=8E=E7=BB=86=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/heli/taskdispatch/detailDialog.vue | 99 ++++++++++++------- 1 file changed, 65 insertions(+), 34 deletions(-) diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/taskdispatch/detailDialog.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/taskdispatch/detailDialog.vue index 4ba8bcf5..9d2d8d50 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/taskdispatch/detailDialog.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/taskdispatch/detailDialog.vue @@ -194,39 +194,53 @@ class="!w-260px" v-model="formData.requiredCompletedDate" type="date" value-form - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -1973,4 +1987,21 @@ const printHandle = (id) => { top: 3px; width: 5px; } */ +.checkGroup{ + white-space: nowrap; + overflow: auto; + .el-row{ + display: block; + } + .el-checkbox.is-bordered{ + width: 100px; + padding: 0 7px; + margin-right: 4px; + .el-checkbox__label{ + padding-left: 5px; + font-size: 1rem; + } + } +} +