Merge branch 'develop' into dongjian

This commit is contained in:
2025-08-13 23:18:58 +08:00
6 changed files with 223 additions and 42 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;