diff --git a/src/views/spray/index.vue b/src/views/spray/index.vue index d775653..113f0b2 100644 --- a/src/views/spray/index.vue +++ b/src/views/spray/index.vue @@ -303,6 +303,7 @@ const viewParams = (index: number) => { 运行参数
@@ -394,6 +395,14 @@ const viewParams = (index: number) => { } .spray-params-footer { height: 80px; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + gap: 10px; + .unit-text { + font-size: 30px; + } } .spray-status { display: flex;