From 30531019dd2aea7ed2b93fbf69dc0e0d665b9526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E5=A4=A7=E8=83=86?= <1101282782@qq.com> Date: Mon, 20 Oct 2025 10:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setPup/components/equipment.vue | 25 ++++++++++++++++--- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/src/renderer/src/views/components/headers/components/setPup/components/equipment.vue b/src/renderer/src/views/components/headers/components/setPup/components/equipment.vue index 36fb159..b717f29 100644 --- a/src/renderer/src/views/components/headers/components/setPup/components/equipment.vue +++ b/src/renderer/src/views/components/headers/components/setPup/components/equipment.vue @@ -58,12 +58,12 @@ - + @@ -353,7 +353,7 @@ const downloadTemp = async () => { } :deep(.el-table th.el-table__cell) { - background: rgba(0, 0, 0, 0); + background: #004b4b; color: #fff; border-bottom: 1px solid rgba(0, 255, 255, 0.5) !important; border-right: 1px solid rgba(0, 255, 255, 0.5) !important; @@ -361,7 +361,19 @@ const downloadTemp = async () => { :deep(.el-table--enable-row-transition .el-table__body td.el-table__cell) { border-right: 1px solid rgba(0, 255, 255, 0.5) !important; border-bottom: 1px solid rgba(0, 255, 255, 0.5) !important; + background: #004b4b; } + // :deep(.el-table__header-wrapper tr th.el-table-fixed-column--left) { + // background-color: #004b4b !important; + // } + // :deep(.el-table__header-wrapper tr th.el-table-fixed-column--right) { + // background-color: rgba(0, 255, 255, 0.2) !important; + // z-index: 1000; + // } + // :deep(.el-table__body tr td.el-table-fixed-column--right) { + // background-color: rgba(0, 255, 255, 0.2) !important; + // z-index: 1000; + // } :deep(.el-table__body tr:hover > td) { background-color: rgba(40, 75, 91, 0.9) !important; @@ -454,5 +466,10 @@ const downloadTemp = async () => { ::v-deep .el-pager li.is-active { color: rgba(0, 255, 255, 1) !important; } + ::v-deep .el-button--primary { + --el-button-bg-color: rgba(0, 255, 255, 0.2) !important; + --el-button-hover-bg-color: rgba(0, 255, 255, 0.2) !important; + border: 1px solid rgba(0, 255, 255, 0.5) !important; + } }