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

This commit is contained in:
877617829
2023-07-26 10:06:08 +08:00
parent 6d5701909c
commit 833de14401

View File

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