feat:asset搜素部分添加

This commit is contained in:
zhangyu
2021-10-12 12:25:20 +08:00
parent f4b3fcb7ee
commit b591445d91
6 changed files with 134 additions and 16 deletions

View File

@@ -8,6 +8,9 @@
<div class="top-tools">
<div class="top-tool-left" style="min-width: 300px">
<slot name="top-tool-left"></slot>
<div v-if="showLayout.indexOf('searchInput') > -1" class="top-tool-search margin-r-20" :class="{'project-search alert-table asset-table endpoint-table': searchRight}">
<search-input ref="searchInput" :from="from" :inTransform="bottomBox.inTransform" :searchMsg="searchMsg" @search="search"></search-input>
</div>
</div>
<div :class="{'top-tool-main-right-to-left': bottomBox.showSubList}" class="top-tool-right">
<slot name="top-tool-right"></slot>