feat: rm postItems

This commit is contained in:
tim
2025-07-07 16:23:51 +08:00
parent 87446930ee
commit 15a551d700
2 changed files with 2 additions and 3 deletions

View File

@@ -37,8 +37,8 @@ export default {
}
.timeline-icon {
width: 24px;
height: 24px;
width: 32px;
height: 32px;
border-radius: 50%;
background-color: var(--primary-color, #3498db);
color: white;

View File

@@ -75,7 +75,6 @@
:comment="item"
:level="level + 1"
:default-show-replies="item.openReplies"
ref="postItems"
/>
</template>
</BaseTimeline>