diff --git a/src/pages/mediation-page/components/LayoutContent.vue b/src/pages/mediation-page/components/LayoutContent.vue index 1422c9a..df165dc 100644 --- a/src/pages/mediation-page/components/LayoutContent.vue +++ b/src/pages/mediation-page/components/LayoutContent.vue @@ -116,13 +116,18 @@ - +
联系人信息 添加联系人
+
+ 被申请人 + 申请人 + 申请人代理人 +
@@ -287,7 +292,7 @@ 编辑沟通记录
@@ -313,7 +318,7 @@ 编辑沟通记录
@@ -784,6 +789,16 @@ export default { border-radius: 25px 0px 0px 25px; padding: 20px 30px; + .case-contact-person{ + .contact-person-type{ + background-color: #F2F3F5; + padding:5px 15px; + border-radius: 8px; + margin: 0 5px; + cursor: pointer; + } + } + .case-detail-des { border: solid 1px #E5E6EB; padding: 10px 15px;