tools间距缩小

This commit is contained in:
X1627315083
2025-10-06 17:16:01 +08:00
parent 61fe587731
commit 6a71ec8cee
3 changed files with 7 additions and 7 deletions

View File

@@ -398,7 +398,7 @@ const handleToolClick = (tool) => {
.tools-list{
display: flex;
flex-direction: column;
gap: 0.7rem;
gap: 0.5rem;
flex: 1;
overflow-y: auto;
overflow-x: hidden;