refactor: 按钮位置

master
dap 5 months ago
parent d9a2f8caa1
commit 1912b49c21

@ -23,7 +23,6 @@ const userStore = useUserStore();
const authStore = useAuthStore();
const [BasicForm, formApi] = useVbenForm({
actionWrapperClass: 'text-left ml-[68px] mb-[16px]',
commonConfig: {
labelWidth: 60,
},

@ -9,7 +9,6 @@ import { userUpdatePassword } from '#/api/system/profile';
import { useAuthStore } from '#/store';
const [BasicForm, formApi] = useVbenForm({
actionWrapperClass: 'text-left mb-[16px] ml-[96px]',
commonConfig: {
labelWidth: 90,
},

Loading…
Cancel
Save