fix(pc-client): PC 端统一手机端设计 Token 并补提交 src/components(B-52 视觉阻塞修复)

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
编码工程师
2026-08-16 00:27:52 +08:00
co-authored by multica-agent
parent 9074b5d1d7
commit 2fe8417900
27 changed files with 884 additions and 28 deletions
@@ -0,0 +1,22 @@
.sider_resize {
width: 300px;
min-width: 240px;
max-width: 45vw;
resize: horizontal;
overflow: scroll;
height: 100%;
opacity: 0;
&::-webkit-scrollbar {
height: calc(100vh - 40px);
}
}
.sider_bar {
position: absolute;
right: 0;
top: 0;
bottom: 0;
border-left: 1px solid var(--gap-text);
pointer-events: none;
}