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 |   35 +++++++++++++++++++++++++++++++----
 1 files changed, 31 insertions(+), 4 deletions(-)

diff --git a/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue b/src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue
index 14ff284..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>
@@ -274,7 +301,7 @@
   }
 
   .el-table .cell {
-    font-size: $fontSize-24;
+    font-size: $fontSize-28;
     color: $color-darkGrey;
     font-weight: 300;
     line-height: 1.5; // 鍦ㄨ繖閲岃缃楂橈紝琛ㄦ牸鍏ㄥ眬
@@ -296,7 +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;
+    height: 0.375rem;
   }
 }
 </style>
@@ -312,11 +339,11 @@
     margin-top: 0.078125rem; /* 20/256 */
 
     &:nth-of-type(2) {
-      margin-top: 0.5234375rem;
+      margin-top: 5%;
     }
 
     &:nth-of-type(3) {
-      margin-top: 0.5234375rem;
+      margin-top: 5%;
     }
 
     h1 {

--
Gitblit v1.9.1