|
@@ -9,7 +9,7 @@
|
|
|
<el-table
|
|
|
:data="testData"
|
|
|
size="small"
|
|
|
- :header-cell-style="{ background: '#E9E9E9', color: '#333B4A' }"
|
|
|
+ :header-cell-style="{ color: 'rgb(74, 74, 74)', fontSize: '14px', fontWeight: '500', textAlign: 'center' }"
|
|
|
show-overflow-tooltip="true"
|
|
|
max-height="300"
|
|
|
>
|
|
@@ -76,7 +76,7 @@
|
|
|
<div class="title-left-name">日报报告</div>
|
|
|
</div>
|
|
|
<div class="detail-info">
|
|
|
- <el-table :data="dailyData" size="small" :header-cell-style="{ background: '#E9E9E9', color: '#333B4A' }" show-overflow-tooltip="true">
|
|
|
+ <el-table :data="dailyData" size="small" :header-cell-style="{ color: 'rgb(74, 74, 74)', fontSize: '14px', fontWeight: '500', textAlign: 'center' }" show-overflow-tooltip="true">
|
|
|
<el-table-column label="标题名称" min-width="100" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<a href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(scope.row, 0)">{{ scope.row.reportName }}</a>
|
|
@@ -114,7 +114,7 @@
|
|
|
<div class="title-left-name">准出报告</div>
|
|
|
</div>
|
|
|
<div class="detail-info">
|
|
|
- <el-table :data="clientData" size="small" :header-cell-style="{ background: '#E9E9E9', color: '#333B4A' }" show-overflow-tooltip="true">
|
|
|
+ <el-table :data="clientData" size="small" :header-cell-style="{ color: 'rgb(74, 74, 74)', fontSize: '14px', fontWeight: '500', textAlign: 'center' }" show-overflow-tooltip="true">
|
|
|
<el-table-column label="标题名称" min-width="100" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<a href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(scope.row, 1)">{{ scope.row.reportName }}</a>
|