mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
chore: 优化了标题展示和大小样式
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<template #action>
|
||||
<div class="go-flex-items-center list-footer" justify="space-between">
|
||||
<n-text class="go-ellipsis-1">
|
||||
{{ cardData.title || '' }}
|
||||
{{ cardData.title || cardData.id || '未命名' }}
|
||||
</n-text>
|
||||
<!-- 工具 -->
|
||||
<div class="go-flex-items-center list-footer-ri">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user