Skip to content

Commit

Permalink
[bug] me-mask-outer
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujunxi committed Mar 14, 2018
1 parent ebc6163 commit b8e7502
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions src/meui/components/dialog/src/loading/loading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</transition>
<div class="me-mask"></div>
</div>

</template>

<script>
Expand All @@ -35,7 +35,7 @@ export default {
left: 0
width 100%
height 100%
z-index 1000
z-index 1001
display flex
align-items center
justify-content center
Expand All @@ -47,6 +47,7 @@ export default {
width auto
color: #FFFFFF
padding 10px 0px
z-index 1000
.me-loading__hd
padding 8px 0
.me-loading__bd
Expand Down
2 changes: 1 addition & 1 deletion src/meui/components/popup/src/popup.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="popup-wrap" >
<transition name="fade">
<div v-if="value" class="me-mask" @click="close()"></div>
<div v-if="value" class="me-mask-outer" @click="close()"></div>
</transition>
<div
:class="['popup', classes, value?'active':'']"
Expand Down
2 changes: 1 addition & 1 deletion src/meui/stylus/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ body, html
.me-flexbox-item-center
align-self: center

.me-mask
.me-mask-outer
position fixed
top 0px
left 0
Expand Down
2 changes: 0 additions & 2 deletions src/pages/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ export default {
{title:'Button - 按钮',path:'/Index/Button'},
{title:'Form - 表单',path:'/Index/Form'},
{title:'Cell - 列表',path:'/Index/Cell'},
{title:'Radio - 单选',path:'/Index/Cell'},
{title:'CheckBox - 多选',path:'/Index/Cell'},
{title:'Uploader - 图片上传',path:'/Index/Cell'},
{title:'Datepicker - 日期选择',path:'/Index/Cell'},
{title:'Citypicker - 地区选择',path:'/Index/CityPicker'},
Expand Down

0 comments on commit b8e7502

Please sign in to comment.