From f330cf8c266964baff0817c11227dae2f2e5ac83 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期四, 24 十一月 2022 10:36:58 +0800
Subject: [PATCH] 修复测试问题

---
 src/views/selfCheck/components/checkDetails.vue |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/views/selfCheck/components/checkDetails.vue b/src/views/selfCheck/components/checkDetails.vue
index 9214023..215ac5b 100644
--- a/src/views/selfCheck/components/checkDetails.vue
+++ b/src/views/selfCheck/components/checkDetails.vue
@@ -170,11 +170,17 @@
         font-weight: bolder;
     }
     .table-tit{
+        width: 100%;
         display: flex;
         align-items: center;
-        margin-bottom: 10px;
-        div:first-of-type{
-            margin-right: 100px;
+        justify-content: space-between;
+        flex-flow: wrap;
+        background: #ecf5ff;
+        padding: 10px;
+        border-radius: 4px;
+
+        &>div{
+            width: 50%;
         }
     }
     .corp-list{

--
Gitblit v1.9.2