调整多选修改标签功能

This commit is contained in:
X1627315083
2024-01-04 14:51:57 +08:00
parent 21c5fad138
commit 6abd6816d9
10 changed files with 150 additions and 63 deletions

View File

@@ -197,6 +197,24 @@ li {
:not(body):has(>.driver-active-element) {
overflow: initial !important;
}
.driver-close__ {
position: absolute;
top: 2rem;
right: 2rem;
z-index: 99999;
color: #fff;
font-size: 4rem;
width: 2rem;
height: 2rem;
border: 0.5rem solid;
display: flex;
align-items: center;
justify-content: center;
padding: 1.5rem;
border-radius: 0.5rem;
cursor: pointer;
pointer-events: auto !important;
}
.delete_like_file_block {
display: none;
width: 2.5rem;
@@ -699,7 +717,7 @@ i {
border: 1px solid rgba(0, 0, 0, 0.15);
padding-left: 1.5rem;
border: 0.1rem solid #F1F1F1;
font-size: 1.2rem;
font-size: 1.6rem;
font-weight: 400;
}
.collection_modal_body .input_box inputinput:-moz-placeholder,