From 788ec7f38d4b258c15f509ecc7c828216cc0a465 Mon Sep 17 00:00:00 2001
From: selia-zx <1771203023@qq.com>
Date: Mon, 28 Apr 2025 16:13:22 +0800
Subject: [PATCH] =?UTF-8?q?1.=E4=B8=AD=E5=A4=AE=E7=A9=BA=E8=B0=83-?=
=?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=8E=A7=E5=88=B6=E6=B7=BB=E5=8A=A0if?=
=?UTF-8?q?=E6=9D=A1=E4=BB=B6=E7=BB=99=E5=AD=90=E7=BB=84=E4=BB=B6=202.?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E3=80=81?=
=?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=9E=84=E5=BB=BA=E6=A0=B7=E5=BC=8F=203.?=
=?UTF-8?q?=E7=A9=BA=E8=B0=83=E9=A3=8E=E6=9F=9C=E7=B3=BB=E7=BB=9F=E6=B8=A9?=
=?UTF-8?q?=E5=BA=A6input=E4=B8=8D=E5=8F=AF=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/assets/styles/element-ui.scss | 40 ++++++++++++++++++++---
src/components/Crontab/index.vue | 6 ++--
src/views/centerairC/sysControl/index.vue | 5 ++-
src/views/monitor/job/index.vue | 17 +++++-----
src/views/tool/build/index.vue | 8 ++---
5 files changed, 56 insertions(+), 20 deletions(-)
diff --git a/src/assets/styles/element-ui.scss b/src/assets/styles/element-ui.scss
index 816ab3b..c9bb3ec 100644
--- a/src/assets/styles/element-ui.scss
+++ b/src/assets/styles/element-ui.scss
@@ -1137,7 +1137,7 @@
display: flex;
flex-direction: column;
align-items: center;
- padding:10px !important;
+ padding: 10px !important;
}
/* 修改消息文本颜色 */
@@ -1362,13 +1362,14 @@
border: 1px solid #ff4949;
background: #ff4949;
}
-.el-table__body tr.current-row > td.el-table__cell, .el-table__body tr.selection-row > td.el-table__cell{
+.el-table__body tr.current-row > td.el-table__cell,
+.el-table__body tr.selection-row > td.el-table__cell {
background-color: rgba(0, 71, 125, 0.4) !important;
}
-.el-loading-mask{
+.el-loading-mask {
min-height: 800px;
}
-.el-loading-spinner{
+.el-loading-spinner {
min-height: 800px;
display: flex;
top: 0 !important;
@@ -1381,4 +1382,35 @@
flex-direction: column;
align-items: center;
justify-content: center;
+}
+.el-tabs--border-card {
+ background: transparent;
+ border: 1px solid #0e5191 !important;
+}
+.el-tabs--border-card > .el-tabs__header {
+ background-color: transparent;
+ border-bottom: 1px solid #00386d;
+}
+.popup-main {
+ background: transparent !important;
+}
+.popup-result {
+ border: 1px solid #0e5191 !important;
+}
+.popup-result table span{
+ border: 1px solid #0e5191 !important;
+}
+.popup-result .title{
+ background: #405e7e !important;
+}
+.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
+ color: #fff !important;
+ border-right-color: transparent;
+ border-left-color: transparent;
+}
+.el-tabs--border-card > .el-tabs__header .el-tabs__item{
+ color: #c3cbd4;
+}
+.drawing-item:hover > .el-form-item, .drawing-row-item:hover > .el-form-item {
+ background: #b6b6b6 !important;
}
\ No newline at end of file
diff --git a/src/components/Crontab/index.vue b/src/components/Crontab/index.vue
index 3963df2..4fc5e69 100644
--- a/src/components/Crontab/index.vue
+++ b/src/components/Crontab/index.vue
@@ -104,9 +104,9 @@