Skip to content

Commit

Permalink
fix(h5): #311
Browse files Browse the repository at this point in the history
  • Loading branch information
fxy060608 committed Apr 19, 2019
1 parent c2d59ea commit 1370f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/platforms/h5/components/app/popup/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<uni-modal
v-show="visible"
@touchmove.prevent>
<div
class="uni-mask"
@click="_close('mask')" />
<div class="uni-mask"/>
<div class="uni-modal">
<div
v-if="title"
Expand Down
3 changes: 2 additions & 1 deletion src/platforms/h5/components/async-loading/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
</div>
</template>
<style>
.uni-async-loading {
.uni-async-loading {
box-sizing: border-box;
width: 100%;
padding: 50px;
text-align: center;
Expand Down

0 comments on commit 1370f3a

Please sign in to comment.