damon227 2 anni fa
parent
commit
99d79c6087
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5 5
      src/views/common/home.vue

+ 5 - 5
src/views/common/home.vue

@@ -53,7 +53,7 @@
         </el-row>
         <el-row :span="24" class="bg1-2-3">
           <div class="box-contract-table">
-            <div class="contract-table">
+            <div class="contract-table table">
               <el-table :data="contractList" height="100%" row-class-name="custom-ranking-table-row" style="width:100%;">
                 <el-table-column prop="no" label="序号"></el-table-column>
                 <el-table-column prop="contractNo" label="合同号"></el-table-column>
@@ -510,12 +510,12 @@ body,
   width: 100%;
 }
 
-.contract-alert > .table thead .cell {
-  font-size: 13px;
-  -webkit-transform: scale(0.9) !important;
+.table thead .cell {
+  font-size: 12px;
+  -webkit-transform: scale(0.8) !important;
 }
 
-.contract-alert > .table tbody .cell {
+.table tbody .cell {
   font-size: 12px;
   -webkit-transform: scale(0.8) !important;
 }