|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
- <el-col>
|
|
|
- <el-row style="height:100%;" gutter="20">
|
|
|
+ <div style="height:100%;">
|
|
|
+ <el-row style="height:70%;" gutter="20">
|
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
@@ -58,7 +58,7 @@
|
|
|
</el-card>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-row gutter="20">
|
|
|
+ <el-row style="height:30%;">
|
|
|
<el-card>
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span>雷侦目标列表</span>
|
|
@@ -88,7 +88,7 @@
|
|
|
<el-button>发送到协同平台</el-button>
|
|
|
</div>
|
|
|
</el-row>
|
|
|
- </el-col>
|
|
|
+ </div>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
@@ -294,7 +294,6 @@ export default {
|
|
|
}
|
|
|
|
|
|
.mapecharts {
|
|
|
- width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|