style: 加载缺省空字符

This commit is contained in:
TsMask
2024-12-20 15:45:07 +08:00
parent 5a4ab62e97
commit 1f130098ee

View File

@@ -324,7 +324,7 @@ onBeforeUnmount(() => {
<div style="width: 100%; min-height: 200px" ref="statusBar"></div> <div style="width: 100%; min-height: 200px" ref="statusBar"></div>
</a-card> </a-card>
<a-card <a-card
:title="`${t('views.index.mark')} - ${serverState.neName}`" :title="`${t('views.index.mark')} - ${serverState.neName || ''}`"
style="margin-top: 16px" style="margin-top: 16px"
size="small" size="small"
> >