全局表格及按钮样式优化
This commit is contained in:
3
components.d.ts
vendored
3
components.d.ts
vendored
@@ -19,7 +19,6 @@ declare module 'vue' {
|
||||
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
|
||||
AForm: typeof import('ant-design-vue/es')['Form']
|
||||
AFormItem: typeof import('ant-design-vue/es')['FormItem']
|
||||
AImage: typeof import('ant-design-vue/es')['Image']
|
||||
AInput: typeof import('ant-design-vue/es')['Input']
|
||||
AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
|
||||
AMenu: typeof import('ant-design-vue/es')['Menu']
|
||||
@@ -43,7 +42,6 @@ declare module 'vue' {
|
||||
HoldTraceOrder: typeof import('./src/components/traceOrderManage/holdTraceOrder.vue')['default']
|
||||
ILucideBuilding: typeof import('~icons/lucide/building')['default']
|
||||
ILucideChevronDown: typeof import('~icons/lucide/chevron-down')['default']
|
||||
ILucideChevronLeft: typeof import('~icons/lucide/chevron-left')['default']
|
||||
ILucideChevronUp: typeof import('~icons/lucide/chevron-up')['default']
|
||||
ILucideCopy: typeof import('~icons/lucide/copy')['default']
|
||||
ILucideCpu: typeof import('~icons/lucide/cpu')['default']
|
||||
@@ -52,7 +50,6 @@ declare module 'vue' {
|
||||
ILucideRefreshCw: typeof import('~icons/lucide/refresh-cw')['default']
|
||||
ILucideRotateCcw: typeof import('~icons/lucide/rotate-ccw')['default']
|
||||
ILucideRotateCw: typeof import('~icons/lucide/rotate-cw')['default']
|
||||
ILucideSave: typeof import('~icons/lucide/save')['default']
|
||||
ILucideShieldCheck: typeof import('~icons/lucide/shield-check')['default']
|
||||
ILucideUser: typeof import('~icons/lucide/user')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
|
||||
Reference in New Issue
Block a user