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;
}