liudong
2024-08-02 99ae26e615613073f5faeef67a54b98934da85dd
解析块和解析方法的页面开发和功能开发
3个文件已修改
14 ■■■■■ 已修改文件
src/views/dmx/knowledgeLib/eidtDetails.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dmx/knowledgeLib/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dmx/knowledgeLib/tool.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dmx/knowledgeLib/eidtDetails.vue
@@ -17,8 +17,6 @@
          >
            {{item}}
          </a-tag>
          <a-input
            ref="formInput"
            v-show="keyVisible"
src/views/dmx/knowledgeLib/index.vue
@@ -778,6 +778,8 @@
    padding: 0 20px 20px 20px;
    .main-container{
      display: flex;
      width: 100%;
      height: 100%;
      .lf-container{
        display: flex;
        flex-direction: column;
@@ -787,15 +789,17 @@
        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 @@
        //background: #626aea;
        margin-left: 20px;
        width: calc(100% - 200px);
        height: calc(100% - 5rem);
        height: 56rem;
        .rt-container-main{
          height: 76vh;
        }
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
                    则是之前发布的稳定版,对于需要