| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="bottom"> |
| | | <div class="bottom" :style="{'height':strethTable?'calc(100% - 30px)':'calc(100% - 220px)'}"> |
| | | <div style="width: 100%;height: 10px;background-color: #E9EBF2;"></div> |
| | | <div class="content"> |
| | | <div class="toolBar"> |
| | |
| | | |
| | | <el-table |
| | | :header-cell-style="{background:'#F8F8F8', color: '#222222'}" |
| | | height="93%" |
| | | :data="PollData.CameraList" |
| | | border |
| | | > |
| | |
| | | <style lang="scss"> |
| | | .s-poll-setting { |
| | | width: 100%; |
| | | |
| | | height: 100%; |
| | | font-size: 14px; |
| | | position: relative; |
| | | .top { |
| | |
| | | width: 80%; |
| | | height: 82%; |
| | | float: left; |
| | | padding-left: 38px; |
| | | box-sizing: border-box; |
| | | // @media screen and (min-width: 1280px) and (max-width: 1440px) { |
| | | // width: 75%; |
| | | // } |
| | |
| | | .bottom { |
| | | //width: calc(100% + 76px); |
| | | //height: 100%; |
| | | // height: calc(100% - 220px); |
| | | //height: calc(100% - 220px); |
| | | //position: absolute; |
| | | // top: 220px; |
| | | //left: -38px; |
| | |
| | | padding: 20px 38px 38px 38px; |
| | | box-sizing: border-box; |
| | | width: 100%; |
| | | |
| | | height: 100%; |
| | | .toolBar { |
| | | width: 100%; |
| | | height: 42px; |