个人中心完善

dev_2022-05-11
yujialong 3 years ago
parent 0edc53c650
commit ccf4c174ec
  1. BIN
      src/assets/img/info1.png
  2. BIN
      src/assets/img/info2.png
  3. BIN
      src/assets/img/info3.png
  4. 2
      src/pages/setting/list/index.vue
  5. 5
      src/pages/setting/list/info.vue
  6. 4
      src/setting.js
  7. 2
      src/styles/common.scss

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 14 KiB

@ -101,7 +101,7 @@ export default {
cursor: pointer;
&.active{
color: #fff;
background-color: #006EFF;
background-color: $main-color;
}
}
}

@ -82,7 +82,7 @@
</div>
</ul>
</div>
<div class="flex j-between a-center" style="width: 862px">
<div class="arc-action flex j-between a-center">
<h6 class="l-title"><img src="@/assets/img/info2.png" alt=""> 个人档案</h6>
<el-button type="text" icon="el-icon-plus" style="margin-left: 16px" @click="addArch">新增</el-button>
</div>
@ -1063,6 +1063,9 @@ export default {
cursor: pointer;
}
}
.arc-action {
width: 862px;
}
.fold{
margin-top: 20px;
text-align: center;

@ -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 {

@ -137,7 +137,7 @@
border-bottom: 0;
.cell {
font-size: 14px;
font-size: 12px;
line-height: 35px;
}

Loading…
Cancel
Save