liudong
2024-08-05 0c1919a61a5ba447ee5ab45d487decd9355da98a
src/views/dmx/knowledgeLib/tool.vue
@@ -509,13 +509,14 @@
      //color: #2a2a2b!important;
    }
  }
  .groupMain{
  .groupMain {
    width: 100%;
    height: 500px;
    overflow: auto;
    display: flex;
    justify-content: center;
    .groupList{
    .groupList {
      display: flex;
      padding: 24px;
      border-radius: 8px;
@@ -523,7 +524,8 @@
      border: 1px solid var(--color-neutral-3);
      margin-bottom: 20px;
      overflow: auto;
      .groupList-content{
      .groupList-content {
        width: 700px;
        //height: 100px;
        overflow: auto;
@@ -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>