From fab38bb5c575e9a5dcfb1b22219c873141088356 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Mon, 26 Apr 2021 14:13:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/Studentcommon/FictitiousList.vue | 6 ++- .../common/Studentcommon/TeachingList.vue | 6 ++- src/components/page/PersonalCenter.vue | 48 +++++++++++-------- src/components/page/Record.vue | 2 +- src/utils/api.js | 2 +- 5 files changed, 40 insertions(+), 24 deletions(-) diff --git a/src/components/common/Studentcommon/FictitiousList.vue b/src/components/common/Studentcommon/FictitiousList.vue index 4e7c900..1b6f261 100644 --- a/src/components/common/Studentcommon/FictitiousList.vue +++ b/src/components/common/Studentcommon/FictitiousList.vue @@ -10,7 +10,11 @@ - + + + diff --git a/src/components/common/Studentcommon/TeachingList.vue b/src/components/common/Studentcommon/TeachingList.vue index 9d61e2b..fd18725 100644 --- a/src/components/common/Studentcommon/TeachingList.vue +++ b/src/components/common/Studentcommon/TeachingList.vue @@ -11,7 +11,11 @@ - + + + diff --git a/src/components/page/PersonalCenter.vue b/src/components/page/PersonalCenter.vue index 94f7678..6b816d1 100644 --- a/src/components/page/PersonalCenter.vue +++ b/src/components/page/PersonalCenter.vue @@ -111,7 +111,7 @@
证件 - +
@@ -270,36 +270,35 @@
手机号 -
- {{personalInformation.phone}} - 更换 - 绑定 +
+ {{personalInformation.phone}} + 更换 + 绑定
邮箱 -
- {{personalInformation.email}} - 更换 - 绑定 +
+ {{personalInformation.email}} + 更换 + 绑定
-
+ -
-
-
-
- 密码 -
- 更换密码 +
--> +
+
+ 密码 +
+ 更换 +
+
-
@@ -1216,6 +1215,8 @@ input:focus { .btns{ display: inline-flex; align-items: center; + border-bottom: 1px solid #b5b5b5; + padding: 5px 0; } .selects{ display: inline-flex; @@ -1242,11 +1243,14 @@ input:focus { } /deep/.el-input__inner { color: #656565; - font-size: 16px; + font-size: 14px; border-radius: 0 !important; border: 0px; border-bottom: 1px solid #b5b5b5; } + /deep/.el-input--prefix .el-input__inner{ + padding-left: 15px; + } /deep/.el-input__icon { color: #9278ff; &.el-icon-date{ @@ -1320,5 +1324,9 @@ input:focus { font-size: 14px; color: #c0c0c0; } + /deep/ .el-button--primary{ + background-color: #9278ff; + border-color: #9278ff; + } } \ No newline at end of file diff --git a/src/components/page/Record.vue b/src/components/page/Record.vue index 481b15d..2fa1540 100644 --- a/src/components/page/Record.vue +++ b/src/components/page/Record.vue @@ -17,7 +17,7 @@

实验总时长

-

{{overview.totalTime ? overview.totalTime : 0}}

+

{{overview.totalTime ? overview.totalTime : 0}}小时

diff --git a/src/utils/api.js b/src/utils/api.js index de94ec9..a8190a0 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -10,7 +10,7 @@ if(process.env.NODE_ENV === 'development'){ export default { logins: `${host}/liuwanr/userInfo/logins`, //登录  - updateLogInNumber: `http://116.63.168.79/liuwanr/userInfo/updateLogInNumber`, //用户登录修改登录次数和登陆时间 + updateLogInNumber: `${host}/liuwanr/userInfo/updateLogInNumber`, //用户登录修改登录次数和登陆时间 uploadUserAvatars: `${host}/liuwanr/userInfo/uploadUserAvatars`, //上传头像 loginSchool: `${host}/liuwanr/userInfo/loginSchoolClient`, //登陆查询学校 loginRole: `${host}/liuwanr/userInfo/loginRole`, //登陆查询角色