From 7b7eee803e543b963ccd764386b07a2a8d7d5292 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 20 十月 2022 15:51:08 +0800
Subject: [PATCH] uplongin

---
 src/views/record/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/record/index.vue b/src/views/record/index.vue
index 3b88dc4..a968ca3 100644
--- a/src/views/record/index.vue
+++ b/src/views/record/index.vue
@@ -136,17 +136,18 @@
                 font-weight: 400;
                 color: #AAAAAA;
                 line-height: 40px;
+                margin-bottom: 10px;
             }
             .item{
-                margin-top: 20px;
+                // margin-top: 10px;
                 width: 90%;
                 margin-left: 5%;
-                height: 40px;
+                height: 30px;
                 font-size: 13px;
                 font-family: PingFangSC-Medium, PingFang SC;
                 font-weight: 500;
                 color: #333333;
-                line-height: 40px;
+                line-height: 30px;
                 background: #FFFFFF;
                 border-bottom:#F1F1F2 solid 1px;
             }

--
Gitblit v1.8.0