From a9177ddf70af5f22b81f6594398826c2e33e2c23 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期三, 13 四月 2022 11:32:52 +0800 Subject: [PATCH] 其他业务 --- src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue | 34 ++++++++++++++++++++++------------ 1 files changed, 22 insertions(+), 12 deletions(-) diff --git a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue index 1f39dc1..14ff284 100644 --- a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue +++ b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue @@ -219,17 +219,18 @@ ], table_rencai: [ { - zhaopinNum:754, - sixtyfupinrenwu:647, - four:158, - yiguapai:17, - zhaomuzhongshu:100, - sixty1:86, - four1:31 + zhaopinNum: 754, + sixtyfupinrenwu: 647, + four: 158, + yiguapai: 17, + zhaomuzhongshu: 100, + sixty1: 86, + four1: 31 } ] } - } + }, + methods: {} } </script> <style lang="scss"> @@ -273,11 +274,12 @@ } .el-table .cell { - font-size: $fontSize-28; + font-size: $fontSize-24; color: $color-darkGrey; font-weight: 300; - line-height: 1; + line-height: 1.5; // 鍦ㄨ繖閲岃缃楂橈紝琛ㄦ牸鍏ㄥ眬 white-space: pre-line; + text-align: center; } .el-table--border th.el-table__cell, .el-table__fixed-right-patch { @@ -294,6 +296,7 @@ .el-table--border .el-table__cell, .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed { border-right: 1Px solid $color-grey; /*no*/ + height:0.375rem; } } </style> @@ -306,8 +309,15 @@ ); .OtherB-Ggtp__table { - margin-top: 0.078125rem /* 20/256 */ - ; + margin-top: 0.078125rem; /* 20/256 */ + + &:nth-of-type(2) { + margin-top: 0.5234375rem; + } + + &:nth-of-type(3) { + margin-top: 0.5234375rem; + } h1 { font-size: $fontSize-30; -- Gitblit v1.9.1