@@ -30,11 +30,11 @@ const overlayTransitionClass = ref({
30
30
const transitionClass = computed (() => {
31
31
return {
32
32
enter: ' ease-out duration-300' ,
33
- enterFrom: ' opacity-0 translate-y-4 sm :translate-y-0 sm :scale-95' ,
34
- enterTo: ' opacity-100 translate-y-0 sm :scale-100' ,
33
+ enterFrom: ' opacity-0 translate-y-4 lg :translate-y-0 lg :scale-95' ,
34
+ enterTo: ' opacity-100 translate-y-0 lg :scale-100' ,
35
35
leave: ' ease-in duration-200' ,
36
- leaveFrom: ' opacity-100 translate-y-0 sm :scale-100' ,
37
- leaveTo: ' opacity-0 translate-y-4 sm :translate-y-0 sm :scale-95' ,
36
+ leaveFrom: ' opacity-100 translate-y-0 lg :scale-100' ,
37
+ leaveTo: ' opacity-0 translate-y-4 lg :translate-y-0 lg :scale-95' ,
38
38
}
39
39
})
40
40
@@ -280,9 +280,9 @@ function pageJump(path: listTypes['path'], link: listTypes['link']) {
280
280
<div class =" fixed inset-0 bg-stone-200/75 backdrop-blur-sm transition-opacity dark:bg-stone-8/75" />
281
281
</TransitionChild >
282
282
<div class =" fixed inset-0" >
283
- <div class =" h-full flex items-end justify-center p-4 text-center sm :items-center sm:p-0 " >
283
+ <div class =" h-full flex items-end justify-center p-4 text-center lg :items-center" >
284
284
<TransitionChild as =" template" v-bind =" transitionClass" >
285
- <DialogPanel class =" relative h-full max-h-4/5 w-full flex flex-col text-left sm :max-w-2xl" >
285
+ <DialogPanel class =" relative h-full max-h-4/5 w-full flex flex-col text-left lg :max-w-2xl" >
286
286
<div class =" flex flex-col overflow-y-auto rounded-xl bg-white shadow-xl dark:bg-stone-8" >
287
287
<div class =" flex items-center px-4 py-3" border-b =" ~ solid stone-2 dark:stone-7" >
288
288
<SvgIcon name =" i-ep:search" :size =" 18" class =" text-stone-5" />
0 commit comments