diff --git a/src/page/main/system/organization/index.vue b/src/page/main/system/organization/index.vue index b644faffa4a68e0c4dcc28ae6781070b5575ddd0..3039ddaf209f8f3f68209bd87c1197619b485a11 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;