From e2707d5474b11f2b2670d6bf6afaa630574a55ce Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 12 Dec 2022 08:29:50 +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