画布选择图片改为多选

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

@@ -2106,7 +2106,7 @@ textarea:focus {
.generalMenu_printModel_upload .input_border .input_box_btnBox .upload_item .upload_file_item,
.generate .input_border .input_box_btnBox .upload_item .upload_file_item {
position: absolute;
left: 0;
left: 1rem;
top: 50%;
transform: translateY(-50%);
height: 4.7rem;
@@ -2207,7 +2207,7 @@ textarea:focus {
cursor: pointer;
transition: all 0.3s;
position: relative;
width: 4rem;
width: 3rem;
display: flex;
min-height: 3rem;
justify-content: center;