| | |
| | | <el-table |
| | | ref="polygonTableEle" |
| | | highlight-current-row |
| | | |
| | | :row-class-name="tableRowClassName" |
| | | :data="tableData" |
| | | |
| | | @row-click="handleLocationPolygon" |
| | | > |
| | | <el-table-column type="index" align="center" width="30" label="序号"> |
| | |
| | | }; |
| | | const params = ref({ |
| | | page: 1, |
| | | pageSize: 20, |
| | | pageSize: 10, |
| | | }); |
| | | // 图斑管理表格 |
| | | const getTableList = () => { |
| | |
| | | z-index: 99; |
| | | width: 277px; |
| | | overflow: hidden; |
| | | background: rgba(0, 0, 0, 0.4); |
| | | background: rgba(0, 0, 0, 0.6); |
| | | // backdrop-filter: blur(5px); |
| | | border-radius: 8px 8px 8px 8px; |
| | | padding: 6px 10px 0 10px; |
| | |
| | | font-size: 14px; |
| | | color: #ffffff; |
| | | } |
| | | |
| | | // 表格样式 |
| | | :deep(.el-table) { |
| | | // 清除表格内部横线和竖线 |
| | |
| | | background-color: var(--el-table-current-row-bg-color) !important; |
| | | } |
| | | } |
| | | |
| | | :deep(.el-table__body) { |
| | | tr { |
| | | height: 46px; // 设置行高 |
| | | } |
| | | td { |
| | | padding: 8px 0; // 调整单元格内边距 |
| | | } |
| | | } |
| | | .operationspan { |
| | | cursor: pointer; |
| | | } |