| | |
| | | |
| | | <div class="page_box"> |
| | | |
| | | <el-table v-if="formInline.type == 1" :data="tableData" style="width: 100%" :header-cell-style="headerCellStyle" |
| | | :cell-style="tableCellStyle"> |
| | | <el-table border empty-text="" v-if="formInline.type == 1" :data="tableData" style="width: 100%" |
| | | :header-cell-style="headerCellStyle" :cell-style="tableCellStyle"> |
| | | <el-table-column prop="teamName" label="救援队伍组名称" /> |
| | | <el-table-column prop="teamJob" label="救援队伍组职务" /> |
| | | <el-table-column prop="perInCha" label="责任人姓名" /> |
| | |
| | | <el-table-column prop="perInChaPho" label="联系电话" /> |
| | | </el-table> |
| | | |
| | | <el-table v-else :data="tableData" style="width: 100%" :header-cell-style="headerCellStyle" |
| | | <el-table border empty-text="" v-else :data="tableData" style="width: 100%" :header-cell-style="headerCellStyle" |
| | | :cell-style="tableCellStyle"> |
| | | <el-table-column prop="firmName" label="企业名称" /> |
| | | <el-table-column prop="perInCha" label="责任人姓名" /> |
| | | <el-table-column prop="perInChaPho" label="联系电话" /> |
| | | <el-table-column prop="perInChaTwo" label="责任人姓名" /> |
| | | <el-table-column prop="perInChaPhoTwo" label="联系电话" /> |
| | | </el-table> |
| | | |
| | | </div> |
| | |
| | | |
| | | .list_box ul { |
| | | display: flex; |
| | | /* 使用 Flexbox 布局 */ |
| | | padding: 0; |
| | | margin: 0; |
| | | list-style: none; |
| | |
| | | padding: 10px; |
| | | margin-right: 10px; |
| | | cursor: pointer; |
| | | box-shadow: inset 0 0 40px #409eff; |
| | | border-radius: 10px; |
| | | margin-bottom: 5px; |
| | | } |
| | | |
| | | .list_box li.active { |
| | | background-color: rgba(117, 116, 116, 0.3); |
| | | color: white; |
| | | // color: #409eff; |
| | | box-shadow: inset 0 0 100px #2a8ef1; |
| | | } |
| | | |
| | | .page_box { |