From bd3458ccc6c38bae791b45877e9c8fb9eee32bd0 Mon Sep 17 00:00:00 2001 From: zhengzhou Date: Fri, 26 Feb 2021 16:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=90=8E=E5=8F=B0=E4=BA=92?= =?UTF-8?q?=E9=93=BE=E4=BC=81=E4=B8=9A=E4=B8=AD=E7=9A=84=E4=BA=92=E9=93=BE?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=9A=84=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../user/components/relation_company_info.vue | 74 +++++++++++++++++-- 1 file changed, 66 insertions(+), 8 deletions(-) diff --git a/src/views/manage_company/user/components/relation_company_info.vue b/src/views/manage_company/user/components/relation_company_info.vue index 0d1e3657..7856be9c 100644 --- a/src/views/manage_company/user/components/relation_company_info.vue +++ b/src/views/manage_company/user/components/relation_company_info.vue @@ -32,9 +32,7 @@ -
-
-
+
@@ -87,6 +85,52 @@ {{ mainCompanyId }}
-->
+ .border-line { margin: 0; + background-color: rgba(#000, 0.2); + transform: scaleY(0.5) +} +.linkTitle { + font-size: 14px; + line-height: 1em; + color: #7A7B89; + margin-top: 13px; + margin-bottom: 13px; } .largecontentBox { margin-top: 10px; @@ -363,4 +417,8 @@ export default { color: rgba(50, 50, 60, 100); } } +.relation_company_info /deep/ .el-table th { + background-color: transparent; +} + \ No newline at end of file