heyujie
2022-01-28 ea05b9be825899d4c86d131fb9a38ad58f078fa5
src/pages/library/components/baseList.vue
@@ -9,7 +9,12 @@
          <img v-if="title === '同步库'" src="/images/library/同步库2.png" alt="" srcset="">
          <img v-else src="/images/library/本地库2.png" alt="" srcset="">
          <span class="m5">{{ title }}</span>
          <span
          <el-tooltip
            content="添加同步库"
            placement="top"
          >
            <!-- popper-class="atooltip" -->
              <span
            class="iconfont icontianjiaku-09"
            style="
              font-size: 22px;
@@ -20,6 +25,8 @@
            @click.stop="add('sync')"
            v-if="isShow('library:set')"
          ></span>
          </el-tooltip>
        
        </template>
        <div class="max-height">
@@ -82,7 +89,12 @@
        <template slot="title">
          <img src="/images/library/本地库2.png" alt="" srcset="">
          <span class="m5">{{ titleB }}</span>
          <span
          <el-tooltip
            content="添加同步库"
            placement="top"
          >
              <span
            class="iconfont icontianjiaku-09"
            style="
              font-size: 22px;
@@ -93,6 +105,8 @@
            @click.stop="add('local')"
            v-if="isShow('library:set')"
          ></span>
          </el-tooltip>
        </template>
        <div class="max-height">
          <el-row
@@ -320,6 +334,9 @@
}
.out-div {
  max-height: 100%;    height: 100%;
  .el-collapse-item__header{
    position:relative;
  }
  .el-collapse-item__wrap {
    will-change: height;
    background-color: #fff;