File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ const disabledClick = () => {
227
227
<div
228
228
v-if =" disabled"
229
229
:class =" `${prefixCls}--disabled`"
230
- class =" wh-full absolute left-0 top-0 flex items-center justify-center"
230
+ class =" absolute left-0 top-0 h-full w-full flex items-center justify-center"
231
231
@click =" disabledClick"
232
232
>
233
233
<div class =" absolute left-[50%] top-[50%] font-bold" >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export default defineComponent({
50
50
<section class = { [prefixCls , ` ${prefixCls }__${layout .value } ` , ' w-[100%] h-[100%] relative' ]} >
51
51
{ mobile .value && ! collapse .value ? (
52
52
<div
53
- class = " wh-full absolute left-0 top-0 z-99 bg-[var(--el-color-black)] opacity-30"
53
+ class = " absolute left-0 top-0 z-99 h-full w-full bg-[var(--el-color-black)] opacity-30"
54
54
onClick = { handleClickOutside }
55
55
></div >
56
56
) : undefined }
You can’t perform that action at this time.
0 commit comments