画布选择图片改为多选

This commit is contained in:
X1627315083
2025-09-17 14:01:58 +08:00
parent 1183460db4
commit 5b163af1ff
11 changed files with 50 additions and 21 deletions

View File

@@ -2105,7 +2105,7 @@ textarea:focus{
width: 4.7rem;
.upload_file_item{
position: absolute;
left: 0;
left: 1rem;
top: 50%;
transform: translateY(-50%);
height: 4.7rem;
@@ -2150,7 +2150,7 @@ textarea:focus{
cursor: pointer;
transition: all .3s;
position: relative;
width: 4rem;
width: 3rem;
align-items: center;
justify-content: center;