Merge remote-tracking branch 'origin/dev' into dev

pull/145/head
diant 2023-07-26 16:09:40 +08:00
commit b2948f7966
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 {