From f0cd5a4fe3b366fa753b8da5e387673c30c4d0f7 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Wed, 30 Nov 2022 08:55:19 +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