| | |
| | | <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; |
| | |
| | | @click.stop="add('sync')" |
| | | v-if="isShow('library:set')" |
| | | ></span> |
| | | </el-tooltip> |
| | | |
| | | |
| | | </template> |
| | | <div class="max-height"> |
| | |
| | | <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; |
| | |
| | | @click.stop="add('local')" |
| | | v-if="isShow('library:set')" |
| | | ></span> |
| | | </el-tooltip> |
| | | |
| | | </template> |
| | | <div class="max-height"> |
| | | <el-row |
| | |
| | | } |
| | | .out-div { |
| | | max-height: 100%; height: 100%; |
| | | .el-collapse-item__header{ |
| | | position:relative; |
| | | } |
| | | .el-collapse-item__wrap { |
| | | will-change: height; |
| | | background-color: #fff; |