|
|
@ -112,7 +112,6 @@ onMounted(load) |
|
|
|
|
|
|
|
|
<template> |
|
|
<template> |
|
|
<div> |
|
|
<div> |
|
|
<h1 class="page-title">评论审核</h1> |
|
|
|
|
|
<p v-if="error" class="error-text">{{ error }}</p> |
|
|
<p v-if="error" class="error-text">{{ error }}</p> |
|
|
<p v-else-if="loading" class="hint-text">加载中...</p> |
|
|
<p v-else-if="loading" class="hint-text">加载中...</p> |
|
|
<p v-else-if="comments.length === 0" class="hint-text">暂无待审核评论</p> |
|
|
<p v-else-if="comments.length === 0" class="hint-text">暂无待审核评论</p> |
|
|
@ -170,13 +169,6 @@ onMounted(load) |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<style scoped> |
|
|
<style scoped> |
|
|
.page-title { |
|
|
|
|
|
font-family: var(--song-font-display); |
|
|
|
|
|
font-weight: 400; |
|
|
|
|
|
margin: 0 0 16px; |
|
|
|
|
|
font-size: 22px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.comment-table { |
|
|
.comment-table { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
border-collapse: collapse; |
|
|
border-collapse: collapse; |
|
|
|