style: 修改asset endpoint的表格的边框样式

This commit is contained in:
zhangyu
2021-08-26 15:05:26 +08:00
parent 7afc73effc
commit 191c8987fd
3 changed files with 9 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
<div v-if="showLayout.indexOf('clickSearch') > -1" class="search-box">
<slot name="search"></slot>
</div>
<div v-show="bottomBox.mainResizeShow" class="nz-table2">
<div v-show="bottomBox.mainResizeShow" class="nz-table2" :style="showLayout.indexOf('clickSearch') > -1 ? `height:${tableBoxHeight}` : ''">
<slot v-bind:mainResizeShow="bottomBox.mainResizeShow"></slot>
</div>
<div v-show="bottomBox.mainResizeShow" v-if="showLayout.indexOf('pagination') > -1" class="pagination-bottom">
@@ -90,7 +90,8 @@ export default {
},
searchMsg: {
type: Object
}
},
tableBoxHeight: {}
},
data () {
return {