fix: 修复 project页面侧滑样式问题,system页面列表样式问题

This commit is contained in:
@changcode
2021-09-08 16:22:49 +08:00
parent ab7e092c70
commit 65c07e5a43
7 changed files with 11 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
<slot name="top-tool-left"></slot>
</div>
<div :class="{'top-tool-main-right-to-left': bottomBox.showSubList}" class="top-tool-right">
<div v-if="showLayout.indexOf('searchInput') > -1" class="top-tool-search margin-r-20">
<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>
<slot name="top-tool-right"></slot>
@@ -91,7 +91,8 @@ export default {
searchMsg: {
type: Object
},
nzTableHeightOffset: Number
nzTableHeightOffset: Number,
searchRight: Boolean
},
computed: {
nzTableHeight () {