From 415d3759a79817aaeb103ed587df3de885ef3832 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期五, 15 四月 2022 17:36:21 +0800
Subject: [PATCH] 细节
---
src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
index a791a62..8e6d7a3 100644
--- a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
+++ b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
@@ -275,27 +275,27 @@
thead{
background-color: $color-blue;
tr{
- height: 0.203125rem /* 52/256 */;
+ height: 0.25rem /* 64/256 */;
}
th,td{
color: $color-darkGrey;
border:1Px solid $color-grey; /*no*/
font-weight: 300;
- font-size: $fontSize-24;
+ font-size: $fontSize-28;
}
}
tbody{
background-color: #CEF2FF;
height: 3.90625rem /* 1000/256 */;
tr{
- height: 0.203125rem /* 52/256 */;
+ height: 0.25rem /* 64/256 */;
}
th,td{
color: $color-darkGrey;
text-align: center;
border:1Px solid $color-grey; /*no*/
font-weight: 300;
- font-size: $fontSize-24;
+ font-size: $fontSize-28;
}
}
}
--
Gitblit v1.9.1