no message

This commit is contained in:
2025-08-13 23:18:06 +08:00
parent 6a27d7b04f
commit c8fac3103a
6 changed files with 103 additions and 15 deletions
+4 -2
View File
@@ -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;