chore: drawer ux

This commit is contained in:
jialin
2024-08-09 10:26:46 +08:00
parent 8490e32ef1
commit 77f38394e6
22 changed files with 547 additions and 150 deletions
@@ -0,0 +1,12 @@
.h3 {
position: sticky;
top: 0;
z-index: 100;
display: flex;
justify-content: space-between;
font-size: 14px;
padding: 16px 20px;
padding-top: 0;
margin-bottom: 0;
background-color: var(--color-white-1);
}