From 1b7ddd9a0b412527fc9b3c99106a9555a4fdb6e0 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期一, 11 四月 2022 16:00:09 +0800 Subject: [PATCH] 适配 --- src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue index c7dc4aa..6f3ad76 100644 --- a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue +++ b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue @@ -125,7 +125,9 @@ table-layout: fixed; thead{ background-color: $color-blue; - height: 11.2rem /* 112/10 */; + tr{ + height: 11.2rem /* 112/10 */; + } th,td{ color: $color-darkGrey; border:1px solid $color-grey; /*no*/ @@ -162,9 +164,9 @@ } tbody{ background-color: #CEF2FF; - height: 11.2rem /* 112/10 */; th,td{ color: $color-darkGrey; + height: 11.2rem /* 112/10 */; line-height: 11.2rem; text-align: center; border:1px solid $color-grey; /*no*/ -- Gitblit v1.9.1