修改圆角和背景色
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2026-04-16 09:30:37 +08:00
parent dc74a1ee10
commit 04efd7ef4a
2 changed files with 3 additions and 3 deletions

View File

@@ -78,8 +78,8 @@
.sidebar li.active { .sidebar li.active {
color: #004BFA; color: #004BFA;
background: #fff; background: #fff;
border-top-right-radius: 12px; border-top-right-radius: 0.17rem;
border-bottom-right-radius:12px ; border-bottom-right-radius:0.17rem ;
} }
/* 右侧内容 */ /* 右侧内容 */

View File

@@ -257,7 +257,7 @@
} }
.modal-item:hover { .modal-item:hover {
background-color: #f5f5f5; /* background-color: #f5f5f5; */
border-radius: 8px; border-radius: 8px;
} }