fix: 修复租户编码显示时,登录框下边框消失问题

This commit is contained in:
2025-07-22 00:11:48 +08:00
parent 4a566c972b
commit 9a977b8cbb
3 changed files with 0 additions and 3 deletions

View File

@@ -56,7 +56,6 @@ declare module 'vue' {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SecondForm: typeof import('./../components/GenCron/CronForm/component/second-form.vue')['default']
SelectTenant: typeof import('./../components/SelectTenant/index.vue')['default']
SplitPanel: typeof import('./../components/SplitPanel/index.vue')['default']
TextCopy: typeof import('./../components/TextCopy/index.vue')['default']
UserSelect: typeof import('./../components/UserSelect/index.vue')['default']