diff --git a/pages/oaMy/oaMy.vue b/pages/oaMy/oaMy.vue
index e0cfce2..398bbd4 100644
--- a/pages/oaMy/oaMy.vue
+++ b/pages/oaMy/oaMy.vue
@@ -326,7 +326,7 @@
line-height: 84.21rpx;
margin: 0 auto;
margin-top: 84.21rpx;
- width: 614.04rpx;
+ width: 694rpx;
height: 84.21rpx;
background: $theme-oa-color;
box-shadow: 0px 9px 26px 1px #E9EFF5;
diff --git a/pages/updatePasswprd/updatePasswprd.vue b/pages/updatePasswprd/updatePasswprd.vue
index 08cb82f..f4c3c2a 100644
--- a/pages/updatePasswprd/updatePasswprd.vue
+++ b/pages/updatePasswprd/updatePasswprd.vue
@@ -28,7 +28,7 @@
- 提交
+ 提交
diff --git a/subpkg/noticeList/noticeList.vue b/subpkg/noticeList/noticeList.vue
index 46d0aee..79faec1 100644
--- a/subpkg/noticeList/noticeList.vue
+++ b/subpkg/noticeList/noticeList.vue
@@ -107,10 +107,10 @@
height: 63rpx;
line-height: 63rpx;
text-align: center;
- background: #FFFFFF;
+ background: #0122c7;
border-radius: 35rpx;
- border: 2rpx solid #E6E5E5;
- color: #666;
+ border: 2rpx solid #0122c7;
+ color: #fff;
font-size: 28rpx;
}
@@ -154,10 +154,10 @@
&::before {
content: '公告';
display: inline-block;
- color: #FF8C1A;
+ color: #ff7c32;
padding: 2px 8px;
border-radius: 4px;
- border: 1px solid #FF8C1A;
+ border: 1px solid #ff7c32;
margin-right: 14.04rpx;
}
}
diff --git a/subpkg/personnelDetails/personnelDetails.vue b/subpkg/personnelDetails/personnelDetails.vue
index 5875b3b..60a69d6 100644
--- a/subpkg/personnelDetails/personnelDetails.vue
+++ b/subpkg/personnelDetails/personnelDetails.vue
@@ -152,7 +152,7 @@
@@ -187,11 +187,13 @@
- 电子合同
- 电子合同
+
@@ -686,6 +688,7 @@
.certification {
margin-bottom: 28rpx;
+ overflow: hidden;
.title {
margin-bottom: 0;
@@ -693,14 +696,20 @@
.c_item {
width: 694rpx;
+ padding: 0 28rpx;
+ background-color: #fff;
+ &:last-child{
+ padding-bottom: 28rpx;
+ border-radius: 0 0 14rpx 14rpx;
+ }
.card_box {
display: flex;
justify-content: space-between;
image {
- width: 336rpx;
- height: 238rpx;
+ width: 306rpx;
+ height: 208rpx;
background: #ffffff;
border-radius: 14rpx 14rpx 14rpx 14rpx;
border: 2rpx solid #cccccc;