源控程序优化
This commit is contained in:
@@ -517,7 +517,7 @@ const stopLoading = async () => {
|
|||||||
await closeSimulateTest(controlContent.value)
|
await closeSimulateTest(controlContent.value)
|
||||||
emit('update:pauseDisabled', true)
|
emit('update:pauseDisabled', true)
|
||||||
emit('update:startDisabeld', true)
|
emit('update:startDisabeld', true)
|
||||||
ElMessage.success({ message: '停止中...', duration: 5000 })
|
ElMessage.info({ message: '停止中...', duration: 7000 })
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
isStopping.value = false
|
isStopping.value = false
|
||||||
emit('update:pauseDisabled', false)
|
emit('update:pauseDisabled', false)
|
||||||
|
|||||||
@@ -513,7 +513,7 @@ const start = async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.running-script-status {
|
.running-script-status {
|
||||||
flex: 0 0 80%;
|
flex: 0 0 90%;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
Reference in New Issue
Block a user