Browse Source

07161727+1

yuanrf 11 months ago
parent
commit
216fee9e80
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/Finance/Cost.vue

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

@@ -355,7 +355,7 @@
                         <label>天数/人数:</label>
                         <span>{{ grouptitleinfo.visitDays }}天/{{ grouptitleinfo.visitPNumber }}人</span>
                     </div>
-                    <div class="cost-info-li">
+                    <div class="cost-info-li" id="clientinfo">
                         <!-- 客户名单 -->
                         <el-popover placement="bottom" width="952" trigger="hover">
                             <el-table max-height="600" border :data="rollcallarr">
@@ -6370,7 +6370,7 @@ export default {
     justify-content: center;
 }
 
-.cost-info-li .el-table th.el-table__cell>.cell {
+.cost-all #clientinfo .el-table th.el-table__cell>.cell {
     text-align: center;
 }
 </style>