refactor: 按钮位置

This commit is contained in:
dap 2025-08-08 15:02:47 +08:00
parent d9a2f8caa1
commit 1912b49c21
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -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,
},