diff --git a/src/views/spray/index.vue b/src/views/spray/index.vue index 534057d..cdccc54 100644 --- a/src/views/spray/index.vue +++ b/src/views/spray/index.vue @@ -265,9 +265,21 @@ const viewParams = (index: number) => { 玻片{{ index + 1 }}

+ - 喷涂设置 + + 运行参数 @@ -357,6 +369,11 @@ const viewParams = (index: number) => { justify-content: center; width: 100%; } +.spray-status { + display: flex; + align-items: center; + gap: 10px; +} :deep(.ft-button) { margin: 0; }