Skip to content

Commit 2833d64

Browse files
committed
调整主页服务界面位置
1 parent a740f7a commit 2833d64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/views/HomeView.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,7 @@ const disposeMetricsCharts = () => {
14591459
text-align: center;
14601460
font-size: 18px;
14611461
font-weight: 500;
1462+
margin-top: -30px;
14621463
margin-bottom: 12px;
14631464
color: #2c3e50;
14641465
}
@@ -1556,7 +1557,7 @@ const disposeMetricsCharts = () => {
15561557
15571558
.legend {
15581559
position: absolute;
1559-
bottom: 12px;
1560+
bottom: 60px;
15601561
right: 12px;
15611562
background: rgba(255, 255, 255, 0.95);
15621563
backdrop-filter: blur(8px);

0 commit comments

Comments
 (0)