From 593d4a88d38af4ec935b4481237f904e6c6bc050 Mon Sep 17 00:00:00 2001 From: duanliang Date: Sat, 26 Apr 2025 19:34:50 +0800 Subject: [PATCH] 26 --- src/views/monitor/components/box-2.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/monitor/components/box-2.vue b/src/views/monitor/components/box-2.vue index 54ea126..e5890df 100644 --- a/src/views/monitor/components/box-2.vue +++ b/src/views/monitor/components/box-2.vue @@ -737,8 +737,9 @@ align-items: flex-start; padding-right:0; &:nth-last-of-type(1) { - padding: vh(0) vw(20); - padding-right:0; + // padding: vh(0) vw(20); + // padding-right:0; + padding-bottom:0; } } }