fix(pc-client): PC 端统一手机端设计 Token 并补提交 src/components(B-52 视觉阻塞修复)
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user