From 2fad1ef7d526569e2595f46e6b2e0a1a2f2467a6 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期一, 11 四月 2022 10:00:58 +0800 Subject: [PATCH] 职业培训 --- src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue index 4d44f09..46502af 100644 --- a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue +++ b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue @@ -266,6 +266,7 @@ .biyeshengStatistics-wrap{ width: 100%; height: 100%; + overflow-y: auto; .biyeshengStatistics-table{ width: 100%; border: 1px solid $color-grey; /*no*/ @@ -285,6 +286,8 @@ } tbody{ background-color: #CEF2FF; + height: 100rem; + overflow-y: auto; tr{ height: 5.2rem; } -- Gitblit v1.9.1