From 9b5661ebf15f5536748849493cb8b65a6c3644dd Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 24 七月 2025 11:34:01 +0800 Subject: [PATCH] 修改健康检测 --- se-index/src/components/InferentialTaskControl.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/se-index/src/components/InferentialTaskControl.vue b/se-index/src/components/InferentialTaskControl.vue index 2571927..f6518fa 100644 --- a/se-index/src/components/InferentialTaskControl.vue +++ b/se-index/src/components/InferentialTaskControl.vue @@ -223,7 +223,7 @@ height: 85%; background-image: url("~@/assets/images/InferentialTaskControl/bg.png"); background-size: 100% 100%; - margin: 5% 5% 0; + margin: 0 5% 0; padding: 10px 1% 20px; } /deep/ .el-form-item__label { -- Gitblit v1.9.3