增加右键

This commit is contained in:
xu_yanfeng
2024-12-28 16:24:16 +08:00
parent 8f5db59b63
commit 1a84202c02
4 changed files with 54 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="prop">
<div class="prop ccui-scrollbar">
<PropertyGroup v-for="(group, index) in data.group" :key="index" :group="group"></PropertyGroup>
</div>
</template>
@@ -47,5 +47,6 @@ export default defineComponent({
<style scoped lang="less">
.prop {
color: white;
overflow: auto;
}
</style>