去掉不显示出题人的空白行

This commit is contained in:
Himit_ZH 2021-09-04 18:54:51 +08:00
parent e695cb75fb
commit 7fdbdddee5
1 changed files with 8 additions and 3 deletions

View File

@ -117,9 +117,14 @@
</span>
<br />
</template>
<span v-show="problemData.problem.author"
>{{ $t('m.Created') }}{{ problemData.problem.author }}</span
><br />
<template v-if="problemData.problem.author">
<span
>{{ $t('m.Created') }}{{
problemData.problem.author
}}</span
><br />
</template>
</div>
</div>