Compare commits

..

No commits in common. 'edbf9d687cf92991ae789afefe6db789d83c5b46' and 'e327afe75d6c06b4e7f178aa83d96c69b29d0077' have entirely different histories.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

@ -55,7 +55,6 @@ import {
import bgLoading from '@/assets/images/bg-loading.png'
const show=ref(false)
const listData = ref<any[]>([])
const timer = ref()
const showClose = ref(false)
@ -786,14 +785,6 @@ function previewImageUrl(img1, img2) {
nodes.next,
]
};
function handleMouseEnter(){
show.value=true
}
function handleMouseLeave(){
show.value=false
}
defineExpose({
showLoginSuccessModal,
closeLoginSuccessModal,listData
@ -1077,20 +1068,11 @@ defineExpose({
<div class="img-name">
<n-tooltip trigger="hover">
<template #trigger>
<div style="postion:relative">
<div class="pppp" v-if="item.imgName.length>15">{{ item.imgName }}</div>
<div class="img-name"
>{{ item.imgName }}</div>
<div></div>
</div>
<span>{{ item.imgName }}</span>
</template>
<span
style="font-size: 12px; margin-top: 4px; margin-bottom: 16px"
>{{ item.imgName }}</span>
</n-tooltip>
</div>
<div
@ -1444,22 +1426,6 @@ defineExpose({
grid-gap: 10px 15px;
}
}
.pppp{
display: none;
}
.img-name:hover{
.pppp{
display: block;
position: absolute;
background: #252525;
padding: 7px;
top: -26px;
left: 0;
font-size: 12px;
margin: auto 0;
z-index: 110;
}
}
/*::v-deep(.n-image-preview-toolbar .n-base-icon:nth-last-child(2)){
display: none;
}*/

@ -136,7 +136,7 @@ function close() {
.img-logo {
width: 7.5625rem;
height: 2.1875rem;
}
.img-ai {

Loading…
Cancel
Save