From da20225ba7f9a59291676ad152da763866b9af9e Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Tue, 19 Apr 2022 15:58:55 +0800
Subject: [PATCH 1/3] dd
---
src/views/modules/visual/basicinfo/people.vue | 5 +++++
src/views/modules/visual/basicinfo/peopleList.vue | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/src/views/modules/visual/basicinfo/people.vue b/src/views/modules/visual/basicinfo/people.vue
index d200e5b7..ef34596d 100644
--- a/src/views/modules/visual/basicinfo/people.vue
+++ b/src/views/modules/visual/basicinfo/people.vue
@@ -791,6 +791,11 @@ export default {
color: #fff;
}
}
+ ::v-deep .el-breadcrumb__item:first-child {
+ .el-breadcrumb__inner {
+ color: #a0c3d9;
+ }
+ }
}
diff --git a/src/views/modules/visual/basicinfo/peopleList.vue b/src/views/modules/visual/basicinfo/peopleList.vue
index 0009c234..b6757fb4 100644
--- a/src/views/modules/visual/basicinfo/peopleList.vue
+++ b/src/views/modules/visual/basicinfo/peopleList.vue
@@ -251,5 +251,10 @@ export default {
color: #fff;
}
}
+ ::v-deep .el-breadcrumb__item:first-child {
+ .el-breadcrumb__inner {
+ color: #a0c3d9;
+ }
+ }
}
From 91f66112800baee07570c3e2a80de6f5dbd2ad32 Mon Sep 17 00:00:00 2001
From: dai <851733175@qq.com>
Date: Tue, 19 Apr 2022 16:43:43 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E5=85=9A=E7=BE=A4=E6=9C=8D=E5=8A=A1?=
=?UTF-8?q?=E4=B8=AD=E5=BF=83=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../communityService/dqfwzx/cpts/edit.vue | 104 +++++++++---------
.../modules/communityService/dqfwzx/index.vue | 2 +-
2 files changed, 56 insertions(+), 50 deletions(-)
diff --git a/src/views/modules/communityService/dqfwzx/cpts/edit.vue b/src/views/modules/communityService/dqfwzx/cpts/edit.vue
index 54551433..874b1bea 100644
--- a/src/views/modules/communityService/dqfwzx/cpts/edit.vue
+++ b/src/views/modules/communityService/dqfwzx/cpts/edit.vue
@@ -182,9 +182,33 @@
v-model="item.matterName"
:disabled="item.matterId != undefined"
/>
+
+
+
+
+
(事项封面,图片小于1M)
+
+
+
-
-
-
-
-
-
-
-
(事项封面,图片小于1M)
-
删除
.m-staffs {
margin-left: auto;
- width: 950px;
+ width: 520px;
.item {
- display: flex;
+ // display: flex;
+ // align-items: flex-start;
+ padding-bottom: 20px;
+ margin-bottom: 20px;
+ border-bottom: 4px dashed #f7f8f9;
+
.item-info {
display: flex;
- margin: 0 20px;
- width: 65%;
- justify-content: space-around;
- align-items: center;
- margin-bottom: 7px;
- }
- .item-pic {
- display: flex;
- width: 35%;
- align-items: center;
- .hint {
- font-size: 14px;
- color: #999999;
- margin-left: 10px;
- }
+ align-items: flex-start;
+ margin: 0 0;
+ // margin-bottom: 7px;
+
.avatar-uploader {
+ margin: 0 0 0 50px;
+
::v-deep .el-upload {
cursor: pointer;
position: relative;
@@ -671,8 +666,8 @@ export default {
border-color: #409eff;
}
.avatar {
- width: 50px;
- height: 50px;
+ width: 36px;
+ height: 36px;
display: block;
}
.avatar-uploader-icon {
@@ -680,12 +675,23 @@ export default {
border-radius: 6px;
font-size: 28px;
color: #8c939d;
- width: 50px;
- height: 50px;
- line-height: 50px;
+ width: 36px;
+ height: 36px;
+ line-height: 36px;
text-align: center;
}
}
+ .hint {
+ width: 75%;
+ font-size: 14px;
+ color: #999999;
+ margin-left: 0;
+ }
+ }
+ .item-pic {
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
}
}
}
diff --git a/src/views/modules/communityService/dqfwzx/index.vue b/src/views/modules/communityService/dqfwzx/index.vue
index d486b845..8173f652 100644
--- a/src/views/modules/communityService/dqfwzx/index.vue
+++ b/src/views/modules/communityService/dqfwzx/index.vue
@@ -106,7 +106,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:title="formTitle"
- width="1150px"
+ width="850px"
top="5vh"
class="dialog-h"
@closed="handleClose"
From 2c98d243cb11c883a0eea622d81d5e1c804afa87 Mon Sep 17 00:00:00 2001
From: dai <851733175@qq.com>
Date: Tue, 19 Apr 2022 16:56:08 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E5=85=9A=E7=BE=A4=E4=BC=98=E5=8C=962?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/communityService/dqfwzx/cpts/edit.vue | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/views/modules/communityService/dqfwzx/cpts/edit.vue b/src/views/modules/communityService/dqfwzx/cpts/edit.vue
index 874b1bea..fb1e16b0 100644
--- a/src/views/modules/communityService/dqfwzx/cpts/edit.vue
+++ b/src/views/modules/communityService/dqfwzx/cpts/edit.vue
@@ -176,6 +176,7 @@
至
删除