| | |
| | | height: 0px; |
| | | } |
| | | |
| | | .el-table__body-wrapper{ |
| | | height: calc(100% - 48px); |
| | | overflow: scroll; |
| | | } |
| | | .el-table__header-wrapper { |
| | | height: 48px; |
| | | } |
| | | .el-table { |
| | | height: 100%; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | |
| | | </div> |
| | | |
| | | <div id="PersonEcharts" class="echarts-box" v-show="peopletype == 0"></div> |
| | | <div v-show="peopletype == 1"> |
| | | <div class="peopleTable" v-show="peopletype == 1"> |
| | | <el-table |
| | | :data="acttype == 0 ? underwayArr : historyArr" |
| | | style="width: 100%" |
| | |
| | | <i></i> 案件统计 |
| | | <div class="timer"> |
| | | <el-date-picker |
| | | v-model="value2" |
| | | v-model="eventTime" |
| | | type="daterange" |
| | | align="right" |
| | | unlink-panels |
| | |
| | | } |
| | | }] |
| | | }, |
| | | value1: '', |
| | | value2: '' |
| | | eventTime: '' |
| | | } |
| | | }, |
| | | |
| | |
| | | this.setDomLeft() |
| | | window.addEventListener('resize', this.setDomLeft) |
| | | }, |
| | | |
| | | updated () { |
| | | |
| | | }, |
| | |
| | | |
| | | .person-box { |
| | | height: 35%; |
| | | overflow: scroll; |
| | | .peopleTap { |
| | | color: rgb(98, 95, 95); |
| | | cursor: pointer; |
| | |
| | | } |
| | | .before { |
| | | margin-left: 108px; |
| | | } |
| | | .peopleTable { |
| | | height: 100%; |
| | | overflow: hidden; |
| | | } |
| | | } |
| | | .house-box { |
| | |
| | | |
| | | .sub-tab + .echarts-box { |
| | | margin-top: 10px; |
| | | } |
| | | #peopleList { |
| | | height: 100%; |
| | | } |
| | | } |
| | | } |
| | |
| | | height: calc(100% - 40px); |
| | | width: calc(100% - 40px); |
| | | margin: 10px 0 0 20px; |
| | | overflow: scroll; |
| | | overflow: hidden; |
| | | } |
| | | } |
| | | |