Commit bcbfe09f authored by chenqikuai's avatar chenqikuai

fix

parent 21459ecd
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
<Transition> <Transition>
<div <div
v-if="visible" 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="opacity-70 bg-black absolute w-full h-full"></div>
<div class="close cursor-pointer" @click="$emit('update:visible', false)"> <div class="close cursor-pointer" @click="$emit('update:visible', false)">
......
...@@ -79,7 +79,7 @@ const clickItem = (item: string) => { ...@@ -79,7 +79,7 @@ const clickItem = (item: string) => {
.albumItem { .albumItem {
width: 295px; width: 295px;
height: 238px; height: 238px;
border-radius: var(--sy-border-radius); border-radius: 30px;
.operateIcon2 { .operateIcon2 {
display: none; display: none;
&:hover { &:hover {
...@@ -99,7 +99,7 @@ const clickItem = (item: string) => { ...@@ -99,7 +99,7 @@ const clickItem = (item: string) => {
width: 263px; width: 263px;
height: 149px; height: 149px;
margin-top: 18px; margin-top: 18px;
border-radius: var(--sy-border-radius); border-radius: 25px;
} }
.name { .name {
font-size: 16px; 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