From 6a8a08ff5246b8d474a3bff55c97f66c140dd625 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 01 八月 2024 15:33:18 +0800 Subject: [PATCH] feat:异常恢复监控 --- src/views/system/data-manage/equipment/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/data-manage/equipment/index.vue b/src/views/system/data-manage/equipment/index.vue index ec08f28..49b781b 100644 --- a/src/views/system/data-manage/equipment/index.vue +++ b/src/views/system/data-manage/equipment/index.vue @@ -370,7 +370,7 @@ display: flex; justify-content: center; align-items: center; - border-radius: 20px; + border-radius: 10px; width: 20%; height: 80px; margin-left: 5%; -- Gitblit v1.8.0