【修复】移动端代码生成器bug修复

pull/140/MERGE
877617829 2023-07-26 10:06:08 +08:00
parent 6d5701909c
commit 833de14401
1 changed files with 3 additions and 3 deletions

View File

@ -130,13 +130,13 @@
} }
// 更多操作 // 更多操作
const moreRef = ref() const moreRef = ref()
const moreClick = (record) => { const moreTapItem = (item, index) => {
moreRef.value.open(record) moreRef.value.open(item)
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.${classNameFirstLower}-list { .${busName}-list {
margin: 15upx; margin: 15upx;
border-radius: 5upx; border-radius: 5upx;
.item { .item {