源控程序优化

This commit is contained in:
caozehui
2026-06-26 10:31:52 +08:00
parent 20bc6e3ab5
commit 7738d7d153
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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;