mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-04-21 03:17:28 +08:00
feat: rm postItems
This commit is contained in:
@@ -37,8 +37,8 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.timeline-icon {
|
.timeline-icon {
|
||||||
width: 24px;
|
width: 32px;
|
||||||
height: 24px;
|
height: 32px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: var(--primary-color, #3498db);
|
background-color: var(--primary-color, #3498db);
|
||||||
color: white;
|
color: white;
|
||||||
|
|||||||
@@ -75,7 +75,6 @@
|
|||||||
:comment="item"
|
:comment="item"
|
||||||
:level="level + 1"
|
:level="level + 1"
|
||||||
:default-show-replies="item.openReplies"
|
:default-show-replies="item.openReplies"
|
||||||
ref="postItems"
|
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</BaseTimeline>
|
</BaseTimeline>
|
||||||
|
|||||||
Reference in New Issue
Block a user