Przeglądaj źródła

解析块和解析方法的页面开发和功能开发

liudong 2 lat temu
rodzic
commit
99ae26e615

+ 0 - 2
src/views/dmx/knowledgeLib/eidtDetails.vue

@@ -17,8 +17,6 @@
           >
             {{item}}
           </a-tag>
-
-
           <a-input
             ref="formInput"
             v-show="keyVisible"

+ 6 - 2
src/views/dmx/knowledgeLib/index.vue

@@ -778,6 +778,8 @@ const   changeFetchData =  async (row)=>{
     padding: 0 20px 20px 20px;
     .main-container{
       display: flex;
+      width: 100%;
+      height: 100%;
       .lf-container{
         display: flex;
         flex-direction: column;
@@ -787,15 +789,17 @@ const   changeFetchData =  async (row)=>{
         width: 200px;
         .lf-container-top{
           display: flex;
+          margin: 10px 0;
         }
         .lf-container-down{
           display: flex;
           flex-direction: column;
           width: 90%;
-          height: calc(100% - 5rem);
+          height: 56rem;
           border: 1px solid #eeeeee;
           overflow: auto;
           padding: 10px;
+          margin-bottom: 10px;
           .tabs .tab {
             cursor: pointer;
             box-sizing: border-box;
@@ -828,7 +832,7 @@ const   changeFetchData =  async (row)=>{
         //background: #626aea;
         margin-left: 20px;
         width: calc(100% - 200px);
-        height: calc(100% - 5rem);
+        height: 56rem;
         .rt-container-main{
           height: 76vh;
         }

+ 2 - 2
src/views/dmx/knowledgeLib/tool.vue

@@ -151,7 +151,7 @@
               <a-checkbox-group v-model="data" @change="handleChange" >
                 <div class="groupList" :style="{background:keyBg=='1'?'#eff8ff':'white'}">
                   <a-checkbox  value="1"></a-checkbox>
-                  <div class="groupList-content" @click="groupListContentClick('1')" @dblclick="contentClick()">
+                  <div class="groupList-content" @click="groupListContentClick('1')" @dblclick="contentClick(1)">
                     而 stable version 是最新稳定版,经过充分测试和验证,bug 较少,
                     适合用于生产环境。其版本号通常为双数,如 1.26。legacy versions
                     则是之前发布的稳定版,对于需要
@@ -166,7 +166,7 @@
 
                 <div class="groupList" :style="{background:keyBg=='2'?'#eff8ff':'white'}">
                   <a-checkbox  value="1"></a-checkbox>
-                  <div class="groupList-content" @click="groupListContentClick('2')">
+                  <div class="groupList-content" @click="groupListContentClick('2')" @dblclick="contentClick(1)">
                     而 stable version 是最新稳定版,经过充分测试和验证,bug 较少,
                     适合用于生产环境。其版本号通常为双数,如 1.26。legacy versions
                     则是之前发布的稳定版,对于需要