|
@@ -243,7 +243,7 @@
|
|
|
<el-checkbox v-for="( item, index ) in checkOptions " :key="index" :title="item.tips"
|
|
|
:label="item.label" @change="(val) => { topcheckboxChange(val, item.label) }"></el-checkbox>
|
|
|
</el-checkbox-group>
|
|
|
- <el-table class="tables" style="font-size:10px" :summary-method="getSummaries" show-summary
|
|
|
+ <el-table :stripe='true' class="tables" style="font-size:10px" :summary-method="getSummaries" show-summary
|
|
|
show-overflow-tooltip :data="tableData" :border="true" size="small" row-class-name="row"
|
|
|
cell-class-name="column" :highlight-current-row="true" :fit="true">
|
|
|
|
|
@@ -5354,6 +5354,9 @@ export default {
|
|
|
/deep/ .el-table th.el-table__cell > .cell {
|
|
|
white-space: pre-wrap;
|
|
|
}
|
|
|
+/deep/ .el-table--striped .el-table__body tr.el-table__row--striped td {
|
|
|
+ background: #F0F9FF;
|
|
|
+}
|
|
|
</style>
|
|
|
<style>
|
|
|
.cost-box {
|