| | |
| | | <span></span> |
| | | <span></span> |
| | | <div class="main-table"> |
| | | <el-table :data="listData" style="width: 100%" height="255px" :row-class-name="tableRowClassName"> |
| | | <el-table :data="listData" style="width: 100%" height="325px" :row-class-name="tableRowClassName"> |
| | | <el-table-column v-for="(item, index) in listLabel" :key="index" :prop="item.prop" |
| | | :label="item.label" :show-overflow-tooltip="true"></el-table-column> |
| | | </el-table> |
| | |
| | | }, |
| | | mounted () { |
| | | this.$nextTick(() => { |
| | | this.listData.push(this.displayContentTable[0], {}, {}) |
| | | this.listData.push(this.displayContentTable[0], {}, {}, {}, {}, {}, {}) |
| | | }) |
| | | }, |
| | | methods: { |
| | |
| | | // //border: 1px red solid; |
| | | // } |
| | | //} |
| | | /deep/ .el-table td, .el-table th.is-leaf { |
| | | border-bottom: none; |
| | | /deep/ .el-table td { |
| | | border-bottom: none !important; |
| | | } |
| | | |
| | | /deep/ .el-table th.is-leaf { |
| | | border-bottom: none !important; |
| | | } |
| | | |
| | | /deep/ .el-table td { |
| | |
| | | line-height: 45px !important; |
| | | } |
| | | |
| | | /deep/ .el-table tbody tr:hover > td { |
| | | background: none !important |
| | | } |
| | | |
| | | .main { |
| | | position: relative; |
| | | background: rgba(33, 41, 69, 0.9); |