| | |
| | | <el-table |
| | | :header-cell-style="{background:'#F8F8F8', color: '#222222'}" |
| | | :data="PollData.CameraList" |
| | | height="93%" |
| | | border |
| | | > |
| | | <el-table-column label="序号" type="index" align="center" width="100px"></el-table-column> |
| | |
| | | <style lang="scss"> |
| | | .s-poll-setting { |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | font-size: 14px; |
| | | position: relative; |
| | | .top { |
| | |
| | | } |
| | | } |
| | | .bottom { |
| | | width: calc(100% + 76px); |
| | | height: 100%; |
| | | //width: calc(100% + 76px); |
| | | //height: 100%; |
| | | // height: calc(100% - 220px); |
| | | position: absolute; |
| | | //position: absolute; |
| | | // top: 220px; |
| | | left: -38px; |
| | | //left: -38px; |
| | | .tip { |
| | | display: inline-block; |
| | | font-family: PingFangSC-Medium; |
| | |
| | | padding: 20px 38px 38px 38px; |
| | | box-sizing: border-box; |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | .toolBar { |
| | | width: 100%; |
| | | height: 42px; |