style: 调整 GiCellTags 折叠项水平居中样式

This commit is contained in:
lzzz0359
2025-05-14 06:56:00 +00:00
committed by Charles7c
parent 70e3b6dace
commit 1940f6aaa1

View File

@@ -30,4 +30,8 @@ interface Props {
}
</script>
<style scoped lang="scss"></style>
<style scoped lang="scss">
:deep(.arco-overflow-list-overflow) {
display: flex;
}
</style>