fix(projects): 微调布局显示
This commit is contained in:
2
src/typings/api/feedback.d.ts
vendored
2
src/typings/api/feedback.d.ts
vendored
@@ -15,6 +15,8 @@ declare namespace Api {
|
||||
status?: string | number | null;
|
||||
/** 标题关键词,模糊匹配 */
|
||||
title?: string;
|
||||
/** 提交人用户 id(按提交人过滤;ID 铁律 string) */
|
||||
creator?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
1
src/typings/components.d.ts
vendored
1
src/typings/components.d.ts
vendored
@@ -138,7 +138,6 @@ declare module 'vue' {
|
||||
IconMdiPencilOutline: typeof import('~icons/mdi/pencil-outline')['default']
|
||||
IconMdiPlus: typeof import('~icons/mdi/plus')['default']
|
||||
IconMdiRefresh: typeof import('~icons/mdi/refresh')['default']
|
||||
IconMdiTagOutline: typeof import('~icons/mdi/tag-outline')['default']
|
||||
IconMdiUpload: typeof import('~icons/mdi/upload')['default']
|
||||
IconUilSearch: typeof import('~icons/uil/search')['default']
|
||||
LangSwitch: typeof import('./../components/common/lang-switch.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user