去掉不显示出题人的空白行
This commit is contained in:
parent
e695cb75fb
commit
7fdbdddee5
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue