评价框添加一个标题
This commit is contained in:
@@ -73,9 +73,9 @@
|
||||
>
|
||||
查看统计
|
||||
</n-button>
|
||||
<n-button v-if="!hasCommented" type="primary" @click="submit"
|
||||
>提交</n-button
|
||||
>
|
||||
<n-button v-if="!hasCommented" type="primary" @click="submit">
|
||||
提交
|
||||
</n-button>
|
||||
</n-form>
|
||||
<div v-if="props.showStatistics">
|
||||
<n-descriptions
|
||||
|
||||
@@ -266,6 +266,7 @@ watch(
|
||||
</n-popover>
|
||||
<n-modal
|
||||
preset="card"
|
||||
title="恭喜你成功提交,请对该题进行评价(一星差评,五星好评)"
|
||||
:mask-closable="false"
|
||||
:style="{ maxWidth: isDesktop && '50vw', maxHeight: '80vh' }"
|
||||
v-model:show="commentPanel"
|
||||
|
||||
Reference in New Issue
Block a user