zpf преди 1 година
родител
ревизия
6e3282b791
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      src/components/Query/clickQuery/clickQuery.vue
  2. 2 2
      src/views/cockpit/common/VectorSpace/BoxCommonVector.vue

+ 1 - 1
src/components/Query/clickQuery/clickQuery.vue

@@ -43,7 +43,7 @@
       </el-collapse>
     </div>
 
-    <CockpitVector></CockpitVector>
+    <CockpitVector v-if="store.state.vectorData.length > 0"></CockpitVector>
     <MultiLevelQuery ref="MultiLevelQuery" />
   </div>
 </template>

+ 2 - 2
src/views/cockpit/common/VectorSpace/BoxCommonVector.vue

@@ -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;