Merge remote-tracking branch 'yudao/dev' into dev

This commit is contained in:
jason
2025-06-06 08:37:38 +08:00
103 changed files with 4717 additions and 744 deletions

View File

@@ -204,7 +204,9 @@ function handleMenuClick(e: any) {
"
>
<IconifyIcon v-if="action.icon" :icon="action.icon" />
<span class="ml-1">{{ action.text }}</span>
<span :class="action.icon ? 'ml-1' : ''">
{{ action.text }}
</span>
</div>
</Popconfirm>
</template>