Commit 43ac3573 authored by xxx's avatar xxx

1

parent c6dfcda8
......@@ -55,7 +55,7 @@
</div>
<div class="trajectoryTableView">
<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="eTime" label="停车时间" align="center"></el-table-column>
</el-table>
......@@ -348,7 +348,7 @@ export default {
.mapcontainer2{
border: 1px blue solid;
width: 65vw;
height: 61vh;
height: 66.5vh;
overflow: hidden;
}
.tishiTextStyle{
......@@ -364,9 +364,8 @@ export default {
.trajectoryTableView{
position: absolute;
right: 1vw;
bottom: 0.1vh;
top: 14vh;
width: 16vw;
height: 61vh;
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