| | |
| | | height: 100%; |
| | | } |
| | | |
| | | .el-table--enable-row-transition .el-table__body td.el-table__cell,.el-table tr th { |
| | | border: 0!important; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | |
| | | <div class="container" ref="Container"> |
| | | <div class="alert-box" ref="alertBox"> |
| | | <div class="title" ref="alertBoxTitle"> |
| | | <div>值班信息</div> |
| | | <div>值班信息(当日)</div> |
| | | </div> |
| | | <div class="table-box"> |
| | | <el-table |
| | |
| | | :height="tableHeight" |
| | | :data="schedulingList" |
| | | style="width: 100%" |
| | | :header-cell-style="{ 'text-align': 'center', 'background-color': '#203c60', 'borderColor': '#324e75' }" |
| | | :header-cell-style="{ 'text-align': 'center' }" |
| | | :cell-style="{ 'text-align': 'center', 'borderColor': '#324e75' }" |
| | | :row-class-name="tableRowClassName" |
| | | > |