|
@@ -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>
|