chore: dark config

This commit is contained in:
jialin
2025-04-28 10:05:06 +08:00
parent d4d7148f16
commit ce9c31f368
35 changed files with 678 additions and 399 deletions
+1 -1
View File
@@ -10,11 +10,11 @@
justify-content: space-between;
padding: 0;
padding-right: 6px;
overflow: hidden;
cursor: pointer;
transition: background-color 0.3s ease;
border-radius: var(--border-radius-base);
border: 1px solid var(--ant-color-border);
background-color: #fff;
.btn-group {
display: none;
-1
View File
@@ -14,7 +14,6 @@
padding-top: 16px;
position: sticky;
top: 0;
background: var(--color-white-1);
z-index: 100;
align-items: center;
}