|
@@ -11,7 +11,7 @@
|
|
|
<!-- class="gun" -->
|
|
|
<div class="gun">
|
|
|
<el-table :cell-style="{ color: '#fff' }" :header-cell-style="{ color: '#fff' }" :data="tableData"
|
|
|
- style="width: 100%;height:100%;font-size: 2.8vh;" ref="tableBox">
|
|
|
+ style="width: 100%;height:100%;font-size: 2.4vh;" ref="tableBox">
|
|
|
|
|
|
<el-table-column prop="timeFrame" align="center" label="">
|
|
|
<template slot-scope="scope">
|
|
@@ -170,4 +170,7 @@ export default {
|
|
|
::v-deep .el-table .el-table__header-wrapper {
|
|
|
display: none;
|
|
|
}
|
|
|
+::v-deep .el-table .cell {
|
|
|
+ line-height: normal;
|
|
|
+}
|
|
|
</style>
|