222
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
编码猿
2025-09-09 23:50:41 +08:00
parent 41c8335f7f
commit 2fa1456e5e

View File

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