2
0

feat:个人信息界面改动

This commit is contained in:
zhongzm
2024-12-11 14:59:32 +08:00
parent 598a2946fd
commit dd46f6b19f
5 changed files with 105 additions and 70 deletions

View File

@@ -19,6 +19,7 @@ declare module 'vue' {
ADivider: typeof import('ant-design-vue/es')['Divider']
ADrawer: typeof import('ant-design-vue/es')['Drawer']
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
AEmpty: typeof import('ant-design-vue/es')['Empty']
AForm: typeof import('ant-design-vue/es')['Form']
AFormItem: typeof import('ant-design-vue/es')['FormItem']
AImage: typeof import('ant-design-vue/es')['Image']