From 90263c679ed6551d0dbb1142f98f0da8d73a727f Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Fri, 12 Jun 2026 14:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 -- src/style/element_visiable.scss | 52 ------------------- src/style/equipment-tech.scss | 33 ------------ .../list/components/detail/index.vue | 7 --- .../equipment/list/components/list/index.vue | 8 +-- src/view/login/index.vue | 9 ---- .../equipment/components/detail/index.vue | 7 --- 7 files changed, 1 insertion(+), 119 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7124144..c00b2c7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,10 +29,6 @@ font-weight: 400 !important; } - .el-button { - font-weight: 400 !important; - } - .gva-body-h { min-height: calc(100% - 3rem); } diff --git a/src/style/element_visiable.scss b/src/style/element_visiable.scss index 7e2eb04..104a04b 100644 --- a/src/style/element_visiable.scss +++ b/src/style/element_visiable.scss @@ -4,11 +4,6 @@ @use '@/style/loading-tech.scss'; @use '@/style/setting-tech.scss'; -.el-button { - font-weight: 600; - border-radius: 999px; -} - .gva-pagination { @apply flex justify-end; @@ -89,46 +84,6 @@ body:not(.login-light-mode) { color: #dceeff; } - .el-button { - min-height: 32px; - border-radius: 999px; - transition: - transform 0.22s ease, - box-shadow 0.22s ease, - border-color 0.22s ease, - background 0.22s ease; - - &:not(.is-disabled):hover { - transform: translateY(-1px); - } - } - - .el-button--primary:not(.is-link) { - color: #031424; - border: 0; - background: linear-gradient(135deg, #67e8f9 0%, var(--tech-primary) 46%, #2563eb 100%); - box-shadow: - 0 0 20px var(--tech-primary-glow), - inset 0 1px 0 rgba(255, 255, 255, 0.34); - } - - .el-button:not(.el-button--primary):not(.is-link) { - color: var(--tech-text); - border-color: rgba(0, 212, 255, 0.2); - background: rgba(15, 23, 42, 0.74); - - &:hover { - color: #ffffff; - border-color: rgba(0, 212, 255, 0.54); - background: rgba(14, 165, 233, 0.16); - box-shadow: 0 0 16px rgba(0, 212, 255, 0.16); - } - } - - .el-button.is-link { - color: #67e8f9; - } - .el-input__wrapper, .el-select__wrapper, .el-textarea__inner, @@ -213,13 +168,6 @@ body:not(.login-light-mode) { } } - .el-tag { - font-weight: 700; - border-radius: 999px; - background: rgba(15, 23, 42, 0.7); - box-shadow: inset 0 0 12px rgba(0, 212, 255, 0.05); - } - .el-radio-button__inner { color: var(--tech-text-muted); border-color: rgba(0, 212, 255, 0.22) !important; diff --git a/src/style/equipment-tech.scss b/src/style/equipment-tech.scss index 1fb2a93..37e2e95 100644 --- a/src/style/equipment-tech.scss +++ b/src/style/equipment-tech.scss @@ -246,22 +246,6 @@ color: rgba(220, 243, 255, 0.56); } - .el-button { - border-radius: 999px; - } - - .el-button--primary:not(.is-link) { - border: 0; - background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 52%, #7c3aed 100%); - box-shadow: 0 0 20px rgba(14, 165, 233, 0.28); - } - - .el-button:not(.el-button--primary):not(.is-link) { - color: #bfdbfe; - border-color: rgba(148, 163, 184, 0.28); - background: rgba(15, 23, 42, 0.74); - } - .el-table { overflow: hidden; background: transparent; @@ -298,14 +282,6 @@ } } - .tech-status-tag { - gap: 6px; - border: 1px solid rgba(0, 212, 255, 0.26); - border-radius: 999px; - background: rgba(15, 23, 42, 0.72); - box-shadow: 0 0 16px rgba(0, 212, 255, 0.1); - } - .tech-status-dot { display: inline-block; width: 7px; @@ -358,15 +334,6 @@ align-items: center; flex-wrap: wrap; gap: 8px; - - .el-button.is-link { - height: 26px; - padding: 0 8px; - color: #67e8f9; - border: 1px solid rgba(0, 212, 255, 0.2); - border-radius: 999px; - background: rgba(14, 165, 233, 0.08); - } } .el-dropdown-link { diff --git a/src/view/equipment/list/components/detail/index.vue b/src/view/equipment/list/components/detail/index.vue index 6e8d9ce..d11b339 100644 --- a/src/view/equipment/list/components/detail/index.vue +++ b/src/view/equipment/list/components/detail/index.vue @@ -93,13 +93,6 @@ text-shadow: 0 0 18px rgba(0, 212, 255, 0.38); } - :deep(.el-button.is-circle) { - color: #67e8f9; - border-color: rgba(0, 212, 255, 0.36); - background: rgba(15, 23, 42, 0.72); - box-shadow: 0 0 18px rgba(0, 212, 255, 0.14); - } - :deep(.el-radio-button__inner) { color: var(--tech-text-muted); border-color: rgba(0, 212, 255, 0.22); diff --git a/src/view/equipment/list/components/list/index.vue b/src/view/equipment/list/components/list/index.vue index 6df25eb..c7e3e0e 100644 --- a/src/view/equipment/list/components/list/index.vue +++ b/src/view/equipment/list/components/list/index.vue @@ -40,7 +40,7 @@
- + {{ item.netStatus == 1 ? '在线' : '离线' }} @@ -347,12 +347,6 @@ gap: 6px; } - .device-status-tag { - display: inline-flex; - align-items: center; - gap: 6px; - } - .device-name { overflow: hidden; font-size: 17px; diff --git a/src/view/login/index.vue b/src/view/login/index.vue index ed9fc37..dbda361 100644 --- a/src/view/login/index.vue +++ b/src/view/login/index.vue @@ -262,15 +262,6 @@ :deep(.el-input__inner::placeholder) { color: rgba(191, 226, 255, 0.5); } - - :deep(.el-button--primary) { - border: 0; - color: #031424; - font-weight: 800; - letter-spacing: 0.2em; - background: linear-gradient(135deg, #67e8f9 0%, #00d4ff 45%, #2563eb 100%); - box-shadow: 0 0 24px rgba(0, 212, 255, 0.32); - } } .tech-login-title { diff --git a/src/view/masterStation/equipment/components/detail/index.vue b/src/view/masterStation/equipment/components/detail/index.vue index 33f7832..b022e00 100644 --- a/src/view/masterStation/equipment/components/detail/index.vue +++ b/src/view/masterStation/equipment/components/detail/index.vue @@ -93,13 +93,6 @@ text-shadow: 0 0 18px rgba(0, 212, 255, 0.38); } - :deep(.el-button.is-circle) { - color: #67e8f9; - border-color: rgba(0, 212, 255, 0.36); - background: rgba(15, 23, 42, 0.72); - box-shadow: 0 0 18px rgba(0, 212, 255, 0.14); - } - :deep(.el-radio-button__inner) { color: var(--tech-text-muted); border-color: rgba(0, 212, 255, 0.22);