From 0a32f5094e5a2622ed148854f91b606910dec216 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期一, 11 四月 2022 18:49:16 +0800
Subject: [PATCH] 调整页面
---
src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
index 4d44f09..a791a62 100644
--- a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
+++ b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
@@ -266,32 +266,34 @@
.biyeshengStatistics-wrap{
width: 100%;
height: 100%;
+ 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.203125rem /* 52/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;
}
}
tbody{
background-color: #CEF2FF;
+ height: 3.90625rem /* 1000/256 */;
tr{
- height: 5.2rem;
+ height: 0.203125rem /* 52/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;
}
--
Gitblit v1.9.1