From 6a1a61295cc69757837e5429dac129124a450df1 Mon Sep 17 00:00:00 2001 From: duanliang Date: Sat, 26 Apr 2025 17:58:56 +0800 Subject: [PATCH] 26 --- src/views/monitor/components/box-2.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/monitor/components/box-2.vue b/src/views/monitor/components/box-2.vue index c8990ba..54ea126 100644 --- a/src/views/monitor/components/box-2.vue +++ b/src/views/monitor/components/box-2.vue @@ -656,6 +656,7 @@ position: relative; height: vh(490); padding: 0 vw(20); + padding-right:0; overflow-y: auto; overflow-x: hidden; /* 滚动条整体样式 */ @@ -734,8 +735,10 @@ text-overflow: ellipsis; // display: flex; align-items: flex-start; + padding-right:0; &:nth-last-of-type(1) { padding: vh(0) vw(20); + padding-right:0; } } }