dangsn
2024-12-30 863a1758e3b7e44bbc5b3d287cefafd7202b6201
Source/plt-web/plt-web-ui/src/option/user/info.js
@@ -54,7 +54,7 @@
          label: '登陆密码',
          prop: 'oldPassword',
          span: 24,
          labelWidth: "7%",
          labelWidth: "8%",
          type: 'password',
          rules: [
            {
@@ -68,7 +68,7 @@
          label: '新登陆密码',
          prop: 'password',
          span: 24,
          labelWidth: "7%",
          labelWidth: "8%",
          type: 'password',
          rules: [
            {
@@ -82,7 +82,7 @@
          label: '新密码登陆确认',
          prop: 'confirmPassword',
          span: 24,
          labelWidth: "7%",
          labelWidth: "8%",
          type: 'password',
          rules: [
            {