From 9846a71f78f94111962379cc36b667ce659e615a Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期三, 13 四月 2022 19:10:57 +0800
Subject: [PATCH] 细节样式
---
src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
index 46502af..8e6d7a3 100644
--- a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
+++ b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
@@ -269,34 +269,33 @@
overflow-y: auto;
.biyeshengStatistics-table{
width: 100%;
- border: 1px solid $color-grey; /*no*/
+ border: 1Px solid $color-grey; /*no*/
border-collapse: collapse;
table-layout: fixed;
thead{
background-color: $color-blue;
tr{
- height: 5.2rem;
+ height: 0.25rem /* 64/256 */;
}
th,td{
color: $color-darkGrey;
- border:1px solid $color-grey; /*no*/
+ border:1Px solid $color-grey; /*no*/
font-weight: 300;
- font-size: $fontSize-24;
+ font-size: $fontSize-28;
}
}
tbody{
background-color: #CEF2FF;
- height: 100rem;
- overflow-y: auto;
+ height: 3.90625rem /* 1000/256 */;
tr{
- height: 5.2rem;
+ height: 0.25rem /* 64/256 */;
}
th,td{
color: $color-darkGrey;
text-align: center;
- border:1px solid $color-grey; /*no*/
+ border:1Px solid $color-grey; /*no*/
font-weight: 300;
- font-size: $fontSize-24;
+ font-size: $fontSize-28;
}
}
}
--
Gitblit v1.9.1