mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-20 03:45:37 +08:00
refactor: 按钮位置
This commit is contained in:
@@ -23,7 +23,6 @@ const userStore = useUserStore();
|
|||||||
const authStore = useAuthStore();
|
const authStore = useAuthStore();
|
||||||
|
|
||||||
const [BasicForm, formApi] = useVbenForm({
|
const [BasicForm, formApi] = useVbenForm({
|
||||||
actionWrapperClass: 'text-left ml-[68px] mb-[16px]',
|
|
||||||
commonConfig: {
|
commonConfig: {
|
||||||
labelWidth: 60,
|
labelWidth: 60,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ import { userUpdatePassword } from '#/api/system/profile';
|
|||||||
import { useAuthStore } from '#/store';
|
import { useAuthStore } from '#/store';
|
||||||
|
|
||||||
const [BasicForm, formApi] = useVbenForm({
|
const [BasicForm, formApi] = useVbenForm({
|
||||||
actionWrapperClass: 'text-left mb-[16px] ml-[96px]',
|
|
||||||
commonConfig: {
|
commonConfig: {
|
||||||
labelWidth: 90,
|
labelWidth: 90,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user