From ce82c2c7eae790a02b07fec7af5ca2b9706e4e5b Mon Sep 17 00:00:00 2001 From: Xu Zhimeng Date: Mon, 22 May 2023 15:20:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E5=AE=8C=E5=96=84LogManage=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchForm/index.vue | 25 +++++++++++- src/components/TreeWithLine/index.vue | 29 +++++++++++++- src/components/dict/JDictSelectTag.vue | 1 + src/style.less | 2 +- src/views/logManage/index.vue | 35 +++++++++++++--- src/views/system/DataBase.vue | 28 ++++++++++--- src/views/system/DetectorInfo.vue | 55 +++++++++++++++++++++----- src/views/system/NuclearFacility.vue | 43 +++++++++++++++++++- src/views/system/Scheduling.vue | 2 + src/views/system/stationList.vue | 35 +++++++++++++++- 10 files changed, 225 insertions(+), 30 deletions(-) diff --git a/src/components/SearchForm/index.vue b/src/components/SearchForm/index.vue index 5766b3e..20fd1a0 100644 --- a/src/components/SearchForm/index.vue +++ b/src/components/SearchForm/index.vue @@ -1,7 +1,7 @@ @@ -34,6 +49,10 @@ export default { value: { type: Object, default: () => ({}) + }, + type: { + type: String, + default: 'single-line' } }, data() { @@ -67,7 +86,7 @@ export default { border-top: 1px solid rgba(12, 235, 201, 0.3); border-bottom: 1px solid rgba(12, 235, 201, 0.3); margin-bottom: 18px; - background-color: rgba(12, 235, 201, .05); + background-color: rgba(12, 235, 201, 0.05); &-item { margin-bottom: 10px; } @@ -85,10 +104,12 @@ export default { } .ant-form-item-control-wrapper { width: 100%; + overflow: hidden; } } .search-btn { + margin-bottom: 10px; img { width: 16px; height: 17px; diff --git a/src/components/TreeWithLine/index.vue b/src/components/TreeWithLine/index.vue index c632ca8..4c1b525 100644 --- a/src/components/TreeWithLine/index.vue +++ b/src/components/TreeWithLine/index.vue @@ -1,6 +1,6 @@ diff --git a/src/components/dict/JDictSelectTag.vue b/src/components/dict/JDictSelectTag.vue index 947ef95..10f228f 100644 --- a/src/components/dict/JDictSelectTag.vue +++ b/src/components/dict/JDictSelectTag.vue @@ -8,6 +8,7 @@ + 请选择 diff --git a/src/style.less b/src/style.less index b6dc193..8dfd21f 100644 --- a/src/style.less +++ b/src/style.less @@ -61,7 +61,7 @@ body { } &:hover { td { - background-color: transparent !important; + background-color: #0e505f !important; } } &.ant-table-row-selected { diff --git a/src/views/logManage/index.vue b/src/views/logManage/index.vue index 432d7f6..f199545 100644 --- a/src/views/logManage/index.vue +++ b/src/views/logManage/index.vue @@ -17,7 +17,7 @@ - +
@@ -54,6 +54,7 @@