feat: base scrollable-content 样式调整
This commit is contained in:
parent
26e054c579
commit
731af1b2fc
|
|
@ -103,6 +103,7 @@ const handleQuit = () => {
|
|||
border-top: 1px solid #e5e5e5;
|
||||
padding: 2px;
|
||||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue