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 @@