From 50ed04a839204ccd37530d4ec8a7d059d0946e09 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 27 九月 2022 16:46:05 +0800
Subject: [PATCH] 56

---
 src/views/report/item/index.vue |   18 +++++++-----------
 src/views/record/index.vue      |    7 ++++---
 2 files changed, 11 insertions(+), 14 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;
             }
diff --git a/src/views/report/item/index.vue b/src/views/report/item/index.vue
index 6f322a2..eb19c58 100644
--- a/src/views/report/item/index.vue
+++ b/src/views/report/item/index.vue
@@ -25,7 +25,7 @@
                     <span class="value">体检中心</span>
                 </van-col>
                 <van-col span="14">
-                    <span class="lable">临床诊断::</span>
+                    <span class="lable">临床诊断:</span>
                     <span class="value">职业健康查体</span>
                 </van-col>
             </van-row>
@@ -33,13 +33,13 @@
         <div class="listdiv">
             <div class="listrow">
                 <van-row class="thclass">
-                    <van-col span="12" style=" padding-left: 20px;">检验项目</van-col>
+                    <van-col span="12" style="padding-left: 20px;">检验项目</van-col>
                     <van-col span="4">结果</van-col>
                     <van-col span="4">单位</van-col>
                     <van-col span="4">参考范围</van-col>
                 </van-row>
                 <van-row :class="{ 'tdclass': i % 2,'tdclassb': !(i % 2) }" v-for="i in 15" :key="i">
-                    <van-col span="12" style=" padding-left: 20px;">嗜碱性粒细胞绝对值(BA#)</van-col>
+                    <van-col span="12" style="padding-left: 20px;">嗜碱性粒细胞绝对值(BA#)</van-col>
                     <van-col span="4">0.1</van-col>
                     <van-col span="4">10∧9/L</van-col>
                     <van-col span="4">3.5-9.5</van-col>
@@ -83,7 +83,6 @@
 <style scoped lang="scss">
     .reportItem{
         background-color: #F6FAFF;
-        padding: 0 0 10 0;
         .tou{
             padding-top: 10px;
             padding-left: 20px;
@@ -99,13 +98,13 @@
                     font-size: 13px;
                     font-family: PingFangSC-Regular, PingFang SC;
                     font-weight: 400;
-                    color: #333333;
+                    color: #777777;
                 }
                 .value{
                     font-size: 13px;
                     font-family: PingFangSC-Regular, PingFang SC;
                     font-weight: 400;
-                    color: #AAAAAA;
+                    color: #333333;
                 }
             }
         }
@@ -124,13 +123,13 @@
                     font-size: 13px;
                     font-family: PingFangSC-Regular, PingFang SC;
                     font-weight: 400;
-                    color: #333333;
+                    color: #777777;
                 }
                 .value{
                     font-size: 13px;
                     font-family: PingFangSC-Regular, PingFang SC;
                     font-weight: 400;
-                    color: #AAAAAA;
+                    color: #333333;
                 }
             }
         }
@@ -140,18 +139,15 @@
             margin-top: 10px;
             background: #FFFFFF;
             .thclass{
-                // padding-left: 20px;
                 height:40px;
                 line-height: 40px;
                 font-size: 13px;
                 font-family: PingFangSC-Medium, PingFang SC;
                 font-weight: 500;
                 color: #333333;
-                // text-align: center;
 
             }
             .tdclass{
-                // padding-left: 20px;
                 height:30px;
                 line-height: 30px;
                 font-size: 13px;

--
Gitblit v1.8.0