Merge branch 'develop' into dongjian
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
},
|
||||
methods: {
|
||||
onCancel(){
|
||||
this.$emit('click');
|
||||
this.$emit('cancel');
|
||||
},
|
||||
onOk(){
|
||||
this.$emit('ok');
|
||||
@@ -82,7 +82,9 @@
|
||||
flex-direction: column;
|
||||
background-color: rgba(0,0,0,0.3);
|
||||
position: fixed;
|
||||
z-index: 2000;
|
||||
left:0;
|
||||
top:0;
|
||||
z-index: 10000;
|
||||
.down-panel{
|
||||
width:100%;
|
||||
height:764rpx;
|
||||
|
||||
Reference in New Issue
Block a user