@@ -43,7 +43,7 @@
</el-collapse>
</div>
- <CockpitVector></CockpitVector>
+ <CockpitVector v-if="store.state.vectorData.length > 0"></CockpitVector>
<MultiLevelQuery ref="MultiLevelQuery" />
</template>
@@ -9,7 +9,7 @@
<el-input clearable v-model="state" @input="change_witch" class="search" placeholder="请输入内容"></el-input>
- <el-table :data="active_dableData" style="width: 100%" height="490" :header-cell-style="{
+ <el-table :data="active_dableData" style="width: 100%" height="650" :header-cell-style="{
background: 'rgba(10, 25, 38, 0.6)',
color: '#66b1ff',
fontSize: '14px',
@@ -356,7 +356,7 @@ export default {
.innerContainerVector {
width: 350px;
- height: 600px; //calc(100% - 20px);
+ height: 760px; //calc(100% - 20px);
position: absolute;
top: 28px;
z-index: 99;