|
@@ -225,14 +225,14 @@
|
|
<div class="grid-content bg-purple contentFont" style="float:left">{{shipName.receive}}</div>
|
|
<div class="grid-content bg-purple contentFont" style="float:left">{{shipName.receive}}</div>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
- <el-button style="margin-top:5rem;margin-left:10rem;background-color:#0d25a5;color:white;font-size:7rem" icon="el-icon-location-information">历史轨迹</el-button>
|
|
|
|
|
|
+ <el-button style="margin-top:5rem;margin-left:10rem;background-color:#0d25a5;color:white;font-size:7rem;display:none" icon="el-icon-location-information">历史轨迹</el-button>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
<el-tab-pane label="主要监测数据" name="second">
|
|
<el-tab-pane label="主要监测数据" name="second">
|
|
<el-table
|
|
<el-table
|
|
:header-cell-style="{ background: '#e4eafc'}"
|
|
:header-cell-style="{ background: '#e4eafc'}"
|
|
ref="singleTable"
|
|
ref="singleTable"
|
|
:data="tableData.main"
|
|
:data="tableData.main"
|
|
- highlight-current-row
|
|
|
|
|
|
+ highlight-current-row height="200px"
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
class="tableSc">
|
|
class="tableSc">
|
|
<el-table-column
|
|
<el-table-column
|
|
@@ -273,10 +273,10 @@
|
|
:header-cell-style="{ background: '#e4eafc'}"
|
|
:header-cell-style="{ background: '#e4eafc'}"
|
|
ref="singleTable"
|
|
ref="singleTable"
|
|
:data="tableData.minor"
|
|
:data="tableData.minor"
|
|
- highlight-current-row
|
|
|
|
|
|
+ highlight-current-row height="200px"
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
class="tableSc"
|
|
class="tableSc"
|
|
- height=200>
|
|
|
|
|
|
+ >
|
|
<el-table-column
|
|
<el-table-column
|
|
type="index"
|
|
type="index"
|
|
label="序号"
|
|
label="序号"
|