fix
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user