| | |
| | | header-row-class-name="t-header-row" |
| | | header-cell-class-name="t-header-cell" |
| | | :show-summary="false" |
| | | :highlight-current-row="true" |
| | | :highlight-current-row="false" |
| | | @row-click="handleRowClick" |
| | | > |
| | | <slot></slot> |
| | |
| | | --el-table-bg-color: transparent; |
| | | --el-table-row-hover-bg-color: #23dad0a2; |
| | | --el-table-current-row-bg-color: #7dff5d96; |
| | | --el-table-text-color: var(--font-color); |
| | | --el-table-text-color: var(--el-text-color-primary); |
| | | } |
| | | |
| | | .t-row { |
| | |
| | | /* background: red !important; */ |
| | | /* height: 40px; |
| | | border: 1px solid black; */ |
| | | text-align: center !important; |
| | | } |
| | | |
| | | .t-header-row { |
| | | } |
| | | |
| | | .t-header-cell { |
| | | background-color: var(--bg-color-2) !important; |
| | | /* background-color: var(--bg-color-2) !important; */ |
| | | text-align: center !important; |
| | | color: white !important; |
| | | color: var(--el-text-color-primary) !important; |
| | | } |
| | | </style> |