wyq 3 years ago
parent
commit
4a3a2b1848
1 changed files with 3 additions and 5 deletions
  1. 3 5
      src/components/knowledgeExtra/AddTermSet.vue

+ 3 - 5
src/components/knowledgeExtra/AddTermSet.vue

@@ -59,7 +59,6 @@
       .left_box {
         margin: 30px 0;
         overflow: hidden;
-        height: calc(100vh - 410px);
       }
       .tabs {
         max-width: 100%;
@@ -79,7 +78,6 @@
       .right_box {
         margin: 30px 0;
         overflow: hidden;
-        height: calc(100vh - 410px);
       }
       .tabs {
         max-width: 100%;
@@ -203,7 +201,7 @@
       <div class="table_content" v-if="onshow">
         <div class="table_left">
           <div class="left_header">
-            <h4 class="tips">关联的术语({{form.concepts.length}})</h4>
+            <h5 class="tips">关联的术语({{form.concepts.length}})</h5>
             <div style="display:flex">
               <el-input v-model="searchtext" @input="searchList" placeholder="关键词" class="inp"></el-input>
               <span style="display:flex;align-items: center;margin:0 5px">-</span>
@@ -216,7 +214,7 @@
               :data="leftList"
               border
               min-height="200"
-              max-height="520"
+              max-height="500"
               class="tabs"
               :header-row-style="{height:'40px'}"
               :header-cell-style="{height:'40px',padding:'0',background:'#f7f7f7'}"
@@ -276,7 +274,7 @@
               :data="conceptList"
               border
               min-height="200"
-              max-height="520"
+              max-height="500"
               class="tabs"
               @row-click="btn"
               :header-row-style="{height:'40px'}"