liudong
2024-08-02 99ae26e615613073f5faeef67a54b98934da85dd
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;
        }