This commit is contained in:
李志鹏
2025-11-11 14:28:41 +08:00
parent 5f3c4b5ac9
commit 7bc82af120
12 changed files with 30 additions and 13 deletions

View File

@@ -395,9 +395,15 @@ const handleToolClick = (tool) => {
height: 100%;
padding-top: .5rem;
padding-bottom: 4rem;
position: relative;
/* overflow-y: auto; */
/* overflow-x: hidden; */
}
.fillColor-input{
position: absolute;
top: 0;
right: 0;
}
.tools-list{
display: flex;
flex-direction: column;