yuanrf 9 hónapja%!(EXTRA string=óta)
szülő
commit
3199577dfc
1 módosított fájl, 3 hozzáadás és 2 törlés
  1. 3 2
      src/components/Finance/Cost.vue

+ 3 - 2
src/components/Finance/Cost.vue

@@ -358,7 +358,8 @@
                     <div class="cost-info-li">
                         <!-- 客户名单 -->
                         <el-popover class="clientinfo" placement="bottom" width="952" trigger="hover">
-                            <el-table max-height="600" border :data="rollcallarr">
+                            <el-table :cell-style="{ 'text-align': 'center' }" :header-cell-style="{ 'text-align': 'center' }"
+                                max-height="600" border :data="rollcallarr">
                                 <el-table-column width="100" property="date" label="姓名" align="center">
                                     <template slot-scope="scope">
                                         {{ scope.row.lastName }}{{ scope.row.firstName }}
@@ -6370,7 +6371,7 @@ export default {
     justify-content: center;
 }
 
-.cost-all .clientinfo .el-table th.el-table__cell>.cell {
+.cost-all .el-table th.el-table__cell>.cell {
     text-align: center;
 }
 </style>