From a509e48bf7336b6007e1eee7e81a6612a0fb006c Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期日, 24 四月 2022 14:42:44 +0800 Subject: [PATCH] 细节 --- src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue | 59 ++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 48 insertions(+), 11 deletions(-) diff --git a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue index 1f39dc1..b9d6e2a 100644 --- a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue +++ b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue @@ -12,16 +12,21 @@ <el-table-column prop="shengdingrenwu1" label="鐪佸畾浠诲姟 锛堜竾浜猴級" + min-width="80" > </el-table-column> <el-table-column prop="shijiwancheng1" label="瀹為檯瀹屾垚 锛堜竾锛�" + min-width="80" + > </el-table-column> <el-table-column prop="shijiwanchenglv1" label="瀹為檯瀹屾垚鐜�" + min-width="80" + > </el-table-column> </el-table-column> @@ -29,16 +34,22 @@ <el-table-column prop="shengdingrenwu1" label="鐪佸畾浠诲姟 锛堜竾浜猴級" + min-width="80" + > </el-table-column> <el-table-column prop="shijiwancheng1" label="瀹為檯瀹屾垚 锛堜竾锛�" + min-width="80" + > </el-table-column> <el-table-column prop="shijiwanchenglv1" label="瀹為檯瀹屾垚鐜�" + min-width="80" + > </el-table-column> </el-table-column> @@ -46,16 +57,22 @@ <el-table-column prop="rendingshuliang" label="璁ゅ畾鏁伴噺 锛堝锛�" + min-width="80" + > </el-table-column> <el-table-column prop="xinatuopin" label="鍚哥撼鑴辫传鍔冲姩鍔� 锛堜汉锛�" + min-width="80" + > </el-table-column> <el-table-column prop="yichixiangxina" label="涓�娆℃�у惛绾冲氨涓氳ˉ璐村彂鏀� 锛堜竾鍏冿級" + min-width="80" + > </el-table-column> </el-table-column> @@ -63,16 +80,22 @@ <el-table-column prop="jianchengchuangye" label="寤烘垚鍒涗笟 瀛靛寲鍩哄湴 锛堝锛�" + min-width="80" + > </el-table-column> <el-table-column prop="ruzhu" label="鍏ラ┗ 锛堟埛锛�" + min-width="80" + > </el-table-column> <el-table-column prop="daidongjiuye" label="甯﹀姩灏变笟 锛堜汉锛�" + min-width="80" + > </el-table-column> </el-table-column> @@ -80,11 +103,15 @@ <el-table-column prop="kaifagongyi" label="寮�鍙戝叕鐩婂矖浣� 锛堢被锛�" + min-width="80" + > </el-table-column> <el-table-column prop="anzhirenyuan" label="瀹夌疆浜哄憳 锛堜竾浜猴級" + min-width="80" + > </el-table-column> </el-table-column> @@ -219,17 +246,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"> @@ -276,8 +304,9 @@ font-size: $fontSize-28; 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 +323,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 +336,15 @@ ); .OtherB-Ggtp__table { - margin-top: 0.078125rem /* 20/256 */ - ; + margin-top: 0.078125rem; /* 20/256 */ + + &:nth-of-type(2) { + margin-top: 5%; + } + + &:nth-of-type(3) { + margin-top: 5%; + } h1 { font-size: $fontSize-30; -- Gitblit v1.9.1