chore: 优化了标题展示和大小样式

This commit is contained in:
奔跑的面条
2022-06-03 11:19:29 +08:00
parent d3931f47bc
commit ae1fd2e7cf
3 changed files with 10 additions and 3 deletions
@@ -11,7 +11,7 @@
<n-space class="list-content-top go-px-0" justify="center">
<n-space>
<n-text>
{{ cardData?.title || '' }}
{{ cardData?.title || cardData?.id || '未命名' }}
</n-text>
</n-space>
</n-space>