mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-24 07:00:49 +08:00
feat: rm postItems
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -75,7 +75,6 @@
|
||||
:comment="item"
|
||||
:level="level + 1"
|
||||
:default-show-replies="item.openReplies"
|
||||
ref="postItems"
|
||||
/>
|
||||
</template>
|
||||
</BaseTimeline>
|
||||
|
||||
Reference in New Issue
Block a user