Skip to content

Commit

Permalink
fix: 修复无网络组件zindex没有使用问题 (umicro#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenLiuPng committed Jul 2, 2022
1 parent cbb57e7 commit af78cdc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<u-overlay
:show="!isConnected"
:zIndex="zIndex"
@touchmove.stop.prevent="noop"
:customStyle="{
backgroundColor: '#fff',
Expand Down

0 comments on commit af78cdc

Please sign in to comment.