style: add space on keyword

This commit is contained in:
oat 2023-12-01 15:29:31 +07:00
parent 2570abb51f
commit bf26cdfb41

View file

@ -151,7 +151,7 @@ async function downloadSubmit(path: any) {
class="text-grey" class="text-grey"
v-for="keyword in fileInfo?.keyword" v-for="keyword in fileInfo?.keyword"
:key="keyword" :key="keyword"
>{{ keyword }}</span >{{ keyword }}&nbsp;</span
> >
</div> </div>
</div> </div>