From 5d4959494e6eb05a974be716c706477aeb1ec49e Mon Sep 17 00:00:00 2001 From: duanliang Date: Sat, 26 Apr 2025 17:39:35 +0800 Subject: [PATCH] 26 --- src/views/monitor/components/box-2.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/monitor/components/box-2.vue b/src/views/monitor/components/box-2.vue index f0a2e4f..c8990ba 100644 --- a/src/views/monitor/components/box-2.vue +++ b/src/views/monitor/components/box-2.vue @@ -566,6 +566,8 @@ .new-title{ margin-bottom:vh(20); color:#fff; + position:relative; + // left:vw(-15); } .tree-item__child-item{ .new-title:last-child{ @@ -692,7 +694,7 @@ transform: rotate(180deg); } &__name { - padding: 0 vw(10); + padding: 0 vw(5); display: block; font-weight: 400; font-size: vw(15); @@ -704,7 +706,7 @@ &__child { position: relative; margin-top: vh(20); - margin-left: vw(20); + // margin-left: vw(20); // border-left: vw(2) solid #37d8fc; } &-top__icon { @@ -722,7 +724,7 @@ height: vw(16); } &__child-item { - padding: vh(0) vw(20) vh(20) vw(20); + padding: vh(0) vw(20) vh(20) vw(10); cursor: pointer; color: rgb(192,216,254); font-weight: 400;