From 7738d7d1535ede2e6e5002ec096be77401e2928c Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Fri, 26 Jun 2026 10:31:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BA=90=E6=8E=A7=E7=A8=8B=E5=BA=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../machine/controlSource/components/controlSourceDetail.vue | 2 +- frontend/src/views/machine/controlSource/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/machine/controlSource/components/controlSourceDetail.vue b/frontend/src/views/machine/controlSource/components/controlSourceDetail.vue index b803a39..38fb479 100644 --- a/frontend/src/views/machine/controlSource/components/controlSourceDetail.vue +++ b/frontend/src/views/machine/controlSource/components/controlSourceDetail.vue @@ -517,7 +517,7 @@ const stopLoading = async () => { await closeSimulateTest(controlContent.value) emit('update:pauseDisabled', true) emit('update:startDisabeld', true) - ElMessage.success({ message: '停止中...', duration: 5000 }) + ElMessage.info({ message: '停止中...', duration: 7000 }) } catch (error) { isStopping.value = false emit('update:pauseDisabled', false) diff --git a/frontend/src/views/machine/controlSource/index.vue b/frontend/src/views/machine/controlSource/index.vue index 3ff376f..a89bc1d 100644 --- a/frontend/src/views/machine/controlSource/index.vue +++ b/frontend/src/views/machine/controlSource/index.vue @@ -513,7 +513,7 @@ const start = async () => { } .running-script-status { - flex: 0 0 80%; + flex: 0 0 90%; min-width: 0; overflow: hidden; text-overflow: ellipsis;