Commit bcbfe09f authored by chenqikuai's avatar chenqikuai

fix

parent 21459ecd
......@@ -2,7 +2,8 @@
<Transition>
<div
v-if="visible"
class="fixed h-screen w-screen top-0 left-0 flex items-center flex-col z-30"
class="fixed h-screen w-screen top-0 left-0 flex items-center flex-col"
style="z-index: 100"
>
<div class="opacity-70 bg-black absolute w-full h-full"></div>
<div class="close cursor-pointer" @click="$emit('update:visible', false)">
......
......@@ -79,7 +79,7 @@ const clickItem = (item: string) => {
.albumItem {
width: 295px;
height: 238px;
border-radius: var(--sy-border-radius);
border-radius: 30px;
.operateIcon2 {
display: none;
&:hover {
......@@ -99,7 +99,7 @@ const clickItem = (item: string) => {
width: 263px;
height: 149px;
margin-top: 18px;
border-radius: var(--sy-border-radius);
border-radius: 25px;
}
.name {
font-size: 16px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment