perf: list style

pull/120/head^2
xingyu4j 2025-05-29 01:43:53 +08:00
parent 7d24a69a28
commit 22397032ec
3 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,7 @@ const [Grid] = useVbenVxeGrid({
search: true,
},
} as VxeTableGridOptions<MemberExperienceRecordApi.ExperienceRecord>,
separator: false,
});
</script>

View File

@ -65,6 +65,7 @@ const [Grid] = useVbenVxeGrid({
search: true,
},
} as VxeTableGridOptions<MemberPointRecordApi.Record>,
separator: false,
});
</script>

View File

@ -56,6 +56,7 @@ const [Grid] = useVbenVxeGrid({
search: true,
},
} as VxeTableGridOptions<MemberSignInRecordApi.SignInRecord>,
separator: false,
});
</script>