feat: base scrollable-content 样式调整

This commit is contained in:
caoqianming 2025-10-31 09:35:44 +08:00
parent 26e054c579
commit 731af1b2fc
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ const handleQuit = () => {
border-top: 1px solid #e5e5e5;
padding: 2px;
overflow-y: auto;
overflow-x: auto;
height: 100%;
flex: 1;
}