mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-07-27 04:20:43 +08:00
style(comment-panel): 调整加载组件样式并添加加载文案
优化评论列表加载状态的视觉表现,增加黑色加载图标与加载中文案提示
This commit is contained in:
@@ -355,7 +355,7 @@ onMounted(() => {
|
||||
</view>
|
||||
|
||||
<view v-if="replyLoadingMap[comment.metadata.name] && !(comment.replies?.items?.length)" class="center py-2">
|
||||
<wd-loading :size="20" />
|
||||
<wd-loading :size="20" color="#1a1a1a" > 加载中 </wd-loading>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user