fix: 修复 project页面侧滑样式问题,system页面列表样式问题
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user