| | |
| | | <template> |
| | | <TableLayout> |
| | | <TableLayout :style="'overflow: auto;height: 100%;'"> |
| | | <template v-slot:table-wrap> |
| | | <el-tabs v-model="activeType" @tab-click="handleClick"> |
| | | <el-tab-pane label="市内用车" name="3"></el-tab-pane> |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | height: 500, |
| | | activeType: '3', |
| | | subLoading: false, |
| | | apprList: [ |
| | |
| | | created() { |
| | | this.getfindCompanyTreePage() |
| | | this.initDate() |
| | | this.height = window.innerHeight -300 |
| | | }, |
| | | methods: { |
| | | handleClick() { |
| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .el-container .el-main{ |
| | | overflow: auto !important; |
| | | } |
| | | .config { |
| | | width: 100%; |
| | | padding-bottom: 20px; |