From 2fa1456e5ee88023a261a85790bb30da9637e7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=8C=BF?= Date: Tue, 9 Sep 2025 23:50:41 +0800 Subject: [PATCH] 222 --- public/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 0fea452..a4b0eb7 100644 --- a/public/index.html +++ b/public/index.html @@ -30,10 +30,8 @@ li { font-size: 16px; - cursor: pointer; - .address { display: flex; align-items: center; @@ -42,15 +40,18 @@ &:first-child { &::before { content: "公网地址:"; + margin-bottom: 5px; display: inline-block; font-weight: 600; } } &:last-child { + margin-top: 20px; &:before { content: "局域网地址:"; + margin-bottom: 5px; display: inline-block; font-weight: 600; }