!127 修复在代码生成页面和定时任务页面中的一些小问题

Merge pull request !127 from zz/dev_zz
This commit is contained in:
xingyu
2025-06-04 08:47:46 +00:00
committed by Gitee
4 changed files with 12 additions and 6 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>