Commit 43ac3573 authored by xxx's avatar xxx

1

parent c6dfcda8
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</div> </div>
<div class="trajectoryTableView"> <div class="trajectoryTableView">
<div style="font-size:20px;font-weight: 600;">播放时间列表</div> <div style="font-size:20px;font-weight: 600;">播放时间列表</div>
<el-table :data="playtimeTableData" border height="58.5vh"> <el-table :data="playtimeTableData" border height="64vh">
<el-table-column prop="bTime" label="启动时间" align="center"></el-table-column> <el-table-column prop="bTime" label="启动时间" align="center"></el-table-column>
<el-table-column prop="eTime" label="停车时间" align="center"></el-table-column> <el-table-column prop="eTime" label="停车时间" align="center"></el-table-column>
</el-table> </el-table>
...@@ -348,7 +348,7 @@ export default { ...@@ -348,7 +348,7 @@ export default {
.mapcontainer2{ .mapcontainer2{
border: 1px blue solid; border: 1px blue solid;
width: 65vw; width: 65vw;
height: 61vh; height: 66.5vh;
overflow: hidden; overflow: hidden;
} }
.tishiTextStyle{ .tishiTextStyle{
...@@ -364,9 +364,8 @@ export default { ...@@ -364,9 +364,8 @@ export default {
.trajectoryTableView{ .trajectoryTableView{
position: absolute; position: absolute;
right: 1vw; right: 1vw;
bottom: 0.1vh; top: 14vh;
width: 16vw; width: 16vw;
height: 61vh;
overflow: hidden; overflow: hidden;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment