修改已知bug1

This commit is contained in:
qq787203167
2022-06-02 17:12:55 +08:00
parent 18ef6e1f68
commit d54f7b143c
3 changed files with 9 additions and 3 deletions
@@ -25,13 +25,13 @@
<span class="text-left" :title="$t('VirtualListName')">
{{$t('VirtualListName')}}
</span>
<span class="text-right" style="margin-right: 100px">
<span class="text-right" style="margin-right: 100px" :title="$route.query.name">
{{$route.query.name}}
</span>
<span class="text-left" style="width: 72px" :title="$t('instructionForUse')">
{{$t('instructionForUse')}}
</span>
<span class="text-right">
<span class="text-right" :title="$route.query.useExplain">
{{$route.query.useExplain}}
</span>
</div>