diff --git a/src/assets/img/info1.png b/src/assets/img/info1.png index 6f9ed93..164b91a 100644 Binary files a/src/assets/img/info1.png and b/src/assets/img/info1.png differ diff --git a/src/assets/img/info2.png b/src/assets/img/info2.png index f1c90f3..c988e0d 100644 Binary files a/src/assets/img/info2.png and b/src/assets/img/info2.png differ diff --git a/src/assets/img/info3.png b/src/assets/img/info3.png index 555bb59..e4e7fa3 100644 Binary files a/src/assets/img/info3.png and b/src/assets/img/info3.png differ diff --git a/src/pages/setting/list/index.vue b/src/pages/setting/list/index.vue index a9306e4..7721ea1 100644 --- a/src/pages/setting/list/index.vue +++ b/src/pages/setting/list/index.vue @@ -101,7 +101,7 @@ export default { cursor: pointer; &.active{ color: #fff; - background-color: #006EFF; + background-color: $main-color; } } } diff --git a/src/pages/setting/list/info.vue b/src/pages/setting/list/info.vue index 5cdb38b..d9364d4 100644 --- a/src/pages/setting/list/info.vue +++ b/src/pages/setting/list/info.vue @@ -82,7 +82,7 @@ -
+
个人档案
新增
@@ -1063,6 +1063,9 @@ export default { cursor: pointer; } } + .arc-action { + width: 862px; + } .fold{ margin-top: 20px; text-align: center; diff --git a/src/setting.js b/src/setting.js index 81ad999..60ff857 100644 --- a/src/setting.js +++ b/src/setting.js @@ -40,8 +40,8 @@ if (isHh) { jumpPath = "http://192.168.31.125:8087/"; bankPath = `http://192.168.31.125:8093` // host = "http://www.occupationlab.com:9000/";//线上 - host = "http://39.108.250.202:9000/"; // 中台测试服 - // host = "http://192.168.31.151:9000/"; // 榕 + // host = "http://39.108.250.202:9000/"; // 中台测试服 + host = "http://192.168.31.151:9000/"; // 榕 // host = 'http://192.168.31.137:9000/'; // 赓 title = "职站服务端管理系统"; } else { diff --git a/src/styles/common.scss b/src/styles/common.scss index 4038f14..a215699 100644 --- a/src/styles/common.scss +++ b/src/styles/common.scss @@ -137,7 +137,7 @@ border-bottom: 0; .cell { - font-size: 14px; + font-size: 12px; line-height: 35px; }