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 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 {