| | |
| | | <el-table |
| | | :data="tableData" |
| | | border |
| | | max-height=" 400px" |
| | | max-height="680" |
| | | style="width: 100%" |
| | | :header-cell-style="{ |
| | | color: '#101111', fontSize: '16px' |
| | |
| | | prop="address" |
| | | label="上报单位上报人" |
| | | > |
| | | <template slot="header" slot-scope="scope"> |
| | | <template slot="header"> |
| | | <p>上报单位</p> |
| | | <p>上报人</p> |
| | | </template> |
| | |
| | | <el-table-column |
| | | align="center" |
| | | > |
| | | <template slot="header" slot-scope="scope"> |
| | | <template slot="header"> |
| | | <p>操作人</p> |
| | | <p>操作时间</p> |
| | | </template> |
| | |
| | | |
| | | <script> |
| | | import workOrderInformation from '@/views/toCarryOutLegislativeReforms/components/workOrderInformation' |
| | | import searchBar from '@/views/toCarryOutLegislativeReforms/components/queryForm' |
| | | import searchBar from '@/views/toCarryOutLegislativeReforms/delay/componets/queryForm' |
| | | export default { |
| | | components: { |
| | | searchBar, |
| | |
| | | <style scoped lang="scss"> |
| | | .main{ |
| | | padding: 20px; |
| | | padding-top: 0px; |
| | | height: 100%; |
| | | overflow: overlay; |
| | | } |
| | | .tab { |
| | | margin-top: 10px; |
| | | margin-top: 0px; |
| | | /deep/ .el-tag{ |
| | | font-size: 16px; |
| | | } |
| | | /deep/ .el-table__body-wrapper { |
| | | overflow: scroll; |
| | | position: relative; |
| | | overflow-x: hidden; |
| | | max-height: 400px; |
| | | } |
| | | // /deep/ .el-table__body-wrapper { |
| | | // overflow: scroll; |
| | | // position: relative; |
| | | // overflow-x: hidden; |
| | | // max-height: 400px; |
| | | // } |
| | | .pagina{ |
| | | margin-top: 10px; |
| | | text-align: right; |
| | | } |
| | | /deep/ .el-table__row{ |
| | | font-size: 18px; |
| | | } |
| | | .el-pagination { |
| | | padding: 0; |
| | | .el-select{ |
| | | /deep/.el-input{ |
| | | margin:0; |
| | | } |
| | | } |
| | | |
| | | } |
| | | </style> |
| | | |