画布选区缩略图更新问题

This commit is contained in:
李志鹏
2025-10-02 13:41:03 +08:00
parent 5fd9b6dc73
commit 10fc0dab10
3 changed files with 5 additions and 3 deletions

View File

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