fix: 代码格式

This commit is contained in:
xingyu4j
2025-06-04 16:50:20 +08:00
parent 17b0e70dab
commit e789fea9ec
2 changed files with 6 additions and 17 deletions

View File

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