|
|
@@ -144,6 +144,7 @@ onMounted(() => {
|
|
|
:height="tableHeight"
|
|
|
element-loading-text="加载中..."
|
|
|
element-loading-background="rgb(222 236 252 / 72%)"
|
|
|
+ border
|
|
|
class="device-list-table"
|
|
|
:class="{ 'device-list-table--full': props.pageMode === 'full' }"
|
|
|
@row-click="handleRowClick">
|
|
|
@@ -248,13 +249,13 @@ onMounted(() => {
|
|
|
:deep(.el-table__header-wrapper th.el-table__cell) {
|
|
|
color: #10233c;
|
|
|
background: #b5cde7;
|
|
|
- border-color: rgb(255 255 255 / 62%);
|
|
|
+ border-color: #fff;
|
|
|
}
|
|
|
|
|
|
:deep(.el-table__body td.el-table__cell) {
|
|
|
color: #07192c;
|
|
|
background: #89b3de;
|
|
|
- border-color: rgb(255 255 255 / 62%);
|
|
|
+ border-color: #fff;
|
|
|
}
|
|
|
|
|
|
:deep(.el-table__body tr:nth-child(2n) td.el-table__cell) {
|