|
@@ -10,10 +10,10 @@
|
|
|
@expand-collapse="handleExpandCollapse"
|
|
@expand-collapse="handleExpandCollapse"
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
- <!-- :style="{ marginLeft: width+'px' }" -->
|
|
|
|
|
<ibps-crud
|
|
<ibps-crud
|
|
|
ref="crud"
|
|
ref="crud"
|
|
|
:height="height"
|
|
:height="height"
|
|
|
|
|
+ :style="{ marginLeft: width + 'px' }"
|
|
|
:data="listData"
|
|
:data="listData"
|
|
|
:toolbars="listConfig.toolbars"
|
|
:toolbars="listConfig.toolbars"
|
|
|
:search-form="listConfig.searchForm"
|
|
:search-form="listConfig.searchForm"
|
|
@@ -138,14 +138,14 @@ export default {
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
- .ibps-layout .container-component {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- top: 0px;
|
|
|
|
|
- right: 0;
|
|
|
|
|
- bottom: 0px;
|
|
|
|
|
- left: 220px!important;
|
|
|
|
|
- }
|
|
|
|
|
- .ibps-card-list-container .ibps-card-list--picture-card {
|
|
|
|
|
- display: block;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // .ibps-layout .container-component {
|
|
|
|
|
+ // position: absolute;
|
|
|
|
|
+ // top: 0px;
|
|
|
|
|
+ // right: 0;
|
|
|
|
|
+ // bottom: 0px;
|
|
|
|
|
+ // left: 220px!important;
|
|
|
|
|
+ // }
|
|
|
|
|
+ // .ibps-card-list-container .ibps-card-list--picture-card {
|
|
|
|
|
+ // display: block;
|
|
|
|
|
+ // }
|
|
|
</style>
|
|
</style>
|