perf: 样式优化

This commit is contained in:
weifashi 2023-12-06 21:18:14 +08:00
parent 4b7283dbe8
commit abd453f2f6

View File

@ -27,7 +27,7 @@
.scrollbar-container { .scrollbar-container {
flex: 1; flex: 1;
width: 100%; width: 100%;
margin-top: 14px; margin-top: 6px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
@ -342,8 +342,8 @@
display: flex; display: flex;
align-items: center; align-items: center;
flex-shrink: 0; flex-shrink: 0;
padding: 0 14px; padding: 8px 14px;
margin-top: 34px; margin-top: 28px;
border-radius: 8px; border-radius: 8px;
cursor: pointer; cursor: pointer;
transition: box-shadow 0.3s; transition: box-shadow 0.3s;