From 3feed9b4c38bf2f323421978344ca4831d459489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Thu, 10 Nov 2022 11:18:45 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Abug#7512?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/main/system/organization/index.vue | 49 +++++++++++++++++---- 1 file changed, 41 insertions(+), 8 deletions(-) diff --git a/src/page/main/system/organization/index.vue b/src/page/main/system/organization/index.vue index b644faf..3039dda 100644 --- a/src/page/main/system/organization/index.vue +++ b/src/page/main/system/organization/index.vue @@ -27,9 +27,22 @@
-
基本信息
- - +
+ + + + + + 基本信息 + + + + 查看详情 + + +
+ +
@@ -932,13 +945,33 @@ import { downloadFileFormatNew } from '@/services/helper' color: #202531; font-weight: bold; margin-bottom: 10px; + max-width: 960px; + display: flex; + justify-content: space-between; + align-items: center; +} +.detail_btn { + font-size: 14px; + font-weight: normal; } .icon_box { - background-color: rgb(42, 74, 167); - color: rgb(255, 255, 255); - padding: 2px 4px; - border-radius: 4px; - font-size: 14px; + display: flex; + align-items: center; +} +.step_icon { + display: inline-block; + width: 20px; + height: 20px; + text-align: center; + line-height: 20px; + background-color: #2a4aa7; + color: #fff; + border-radius: 4px; + font-size: 14px; + margin-right: 8px; +} +.info_box { + max-width: 960px; } .main_container { flex: 1; -- 2.26.0