liudong
2024-08-05 0c1919a61a5ba447ee5ab45d487decd9355da98a
src/views/dmx/knowledgeLib/tool.vue
@@ -515,6 +515,7 @@
    overflow: auto;
    display: flex;
    justify-content: center;
    .groupList{
      display: flex;
      padding: 24px;
@@ -523,6 +524,7 @@
      border: 1px solid var(--color-neutral-3);
      margin-bottom: 20px;
      overflow: auto;
      .groupList-content{
        width: 700px;
        //height: 100px;
@@ -538,12 +540,14 @@
      }
    }
    .groupMain {
      width: 100%;
      height: 500px;
      overflow: auto;
      display: flex;
      justify-content: center;
      .groupList {
        display: flex;
        padding: 24px;
@@ -552,6 +556,7 @@
        border: 1px solid #f0f0f0;
        margin-bottom: 20px;
        overflow: auto;
        .groupList-content {
          width: 700px;
          //height: 100px;
@@ -566,4 +571,5 @@
        }
      }
    }
  }
</style>