This commit is contained in:
X1627315083
2025-07-24 09:26:27 +08:00
parent 53b4a15b92
commit 1dfb5a9d8f
12 changed files with 190 additions and 53 deletions

View File

@@ -879,14 +879,26 @@ export default defineComponent({
position: relative;
cursor: pointer;
text-align: center;
&:hover{
.moreBox,.pin_block{
opacity: 1;
}
:deep(.operate_file_block){
opacity: 1;
}
}
:deep(.operate_file_block){
opacity: 0;
transition: all 0.2s ease-in-out;
}
.moreBox{
position: absolute;
right: 1rem;
top: 1rem;
// opacity: 0;
opacity: 0;
width: 3rem;
height: 3rem;
transition: all 0.3s ease-in-out;
transition: all 0.2s ease-in-out;
}
&.modal_imgItem:nth-child(even) {
margin-right: 0;
@@ -909,6 +921,8 @@ export default defineComponent({
border-radius: 3rem;
background: rgba(0,0,0,.7);
color: #fff;
opacity: 0;
transition: all 0.2s ease-in-out;
>label{
width: 100%;
height: 100%;