diff --git a/src/components/common/CardPottom.vue b/src/components/common/CardPottom.vue index c2e2ea107158f56e7d81308c7d430041400c936e..4345bba690cebd0c811b80585d63813ba2b5bc1e 100644 --- a/src/components/common/CardPottom.vue +++ b/src/components/common/CardPottom.vue @@ -13,9 +13,9 @@
合同金额(元) - - - + + + diff --git a/src/components/common/Person.vue b/src/components/common/Person.vue index b6f502b457855281a95deb7bf2c0e209c5b831a2..cee0a9dd28a50fa230ba8175dc96bd4caaba382b 100644 --- a/src/components/common/Person.vue +++ b/src/components/common/Person.vue @@ -107,13 +107,13 @@ export default class Person extends Vue { diff --git a/src/views/MyView/MyPage.vue b/src/views/MyView/MyPage.vue index 7edc9d09c39d6f93544116a8b897cdb89750dd5c..a83406d67c9b77e7343227dc4e16b7e83b7ffb31 100644 --- a/src/views/MyView/MyPage.vue +++ b/src/views/MyView/MyPage.vue @@ -120,7 +120,7 @@ export default class MyPage extends Vue { .card { position: absolute; - top: 30%; + top: 200px; left: 3%; right: 3%; width: 90%; diff --git a/src/views/authentication/LoginView.vue b/src/views/authentication/LoginView.vue index 810e67318ec528c1d890aa0ca8318f41eb40eb6f..df961a9bae75dea8ecef6a435acb2e23db5b99d7 100644 --- a/src/views/authentication/LoginView.vue +++ b/src/views/authentication/LoginView.vue @@ -19,7 +19,10 @@ - + + + +
账号 diff --git a/src/views/workbench/PersonLod.vue b/src/views/workbench/PersonLod.vue index de0095860490233b72983f865c026c9b78642370..c9f5de68aa5ec9d86cb5d6cbdf12f867ea383a1b 100644 --- a/src/views/workbench/PersonLod.vue +++ b/src/views/workbench/PersonLod.vue @@ -51,17 +51,42 @@ --> -
- 修改信息 + + + + -
+ + + + + + 修改信息 + + + + + + + 修改密码 + + + -
- 修改密码 + + + +
diff --git a/src/views/workbench/modifyInfo.vue b/src/views/workbench/modifyInfo.vue index 67760eee4b5dcc44693f4b5e5c2de4498c4c3dd6..44ba53cbf82172ca21119d610fb82ebfaef5967d 100644 --- a/src/views/workbench/modifyInfo.vue +++ b/src/views/workbench/modifyInfo.vue @@ -51,11 +51,19 @@ --> -
+ + + + + 保存 + +
diff --git a/src/views/workbench/modifyPassword.vue b/src/views/workbench/modifyPassword.vue index 61d40e18198826f25ab35bccbd968ed1a81a8b35..bbb9e121a1d054401f4bd25b4479b04ac2317061 100644 --- a/src/views/workbench/modifyPassword.vue +++ b/src/views/workbench/modifyPassword.vue @@ -65,11 +65,19 @@ -
+ + + + + 保存 + +