review code.

This commit is contained in:
lijiahangmax
2023-11-30 22:21:25 +08:00
parent 973825d92a
commit 875c873622
29 changed files with 389 additions and 123 deletions

View File

@@ -377,7 +377,6 @@
margin: -16px -16px 0 -16px;
padding: 16px 16px 12px 16px;
position: fixed;
background: var(--color-fill-2);
z-index: 999;
height: @top-height;
transition: none;

View File

@@ -71,7 +71,7 @@
display: flex;
flex-direction: column;
user-select: none;
background: var(--color-bg-1);
background: var(--color-bg-2);
}
.tab-item {