diff --git a/nezha-fronted/src/components/common/detailView/detailViewTopSearch.vue b/nezha-fronted/src/components/common/detailView/detailViewTopSearch.vue index 17441a861..e2dfbd793 100644 --- a/nezha-fronted/src/components/common/detailView/detailViewTopSearch.vue +++ b/nezha-fronted/src/components/common/detailView/detailViewTopSearch.vue @@ -54,8 +54,8 @@
- {{item3.name}} - {{item4.name}} + + {{item3.name+'/'+item4.name}} @@ -128,7 +128,7 @@ export default { const arr = label.split('-') const obj = oldChildren.find(item => item.id == arr[0]) const children = obj.children.find(item => item.id == arr[1]) - return children.name + return obj.name + '/' + children.name }, showDropDown (val, key) { this.searchStr = this.detailSearchListCopy[key].searchStr @@ -166,24 +166,24 @@ export default { border-radius: 2px; } .search-detail-box:hover{ - background-color: rgba(9,30,66,.13); + background: #F9F9F9; } .search-detail-box.select-dropdown{ - background-color: rgba(9,30,66,.13); - } - .search-detail-box.show-my-dropdpwn{ - background-color: #344563; - color: #fff; - .search-detail-title{ - color: #fff; - } - .detail-top-search{ - color: #fff; - } - .search-value{ - color: #fff; - } + background: #F9F9F9; } + /*.search-detail-box.show-my-dropdpwn{*/ + /* background-color: #344563;*/ + /* color: #fff;*/ + /* .search-detail-title{*/ + /* color: #fff;*/ + /* }*/ + /* .detail-top-search{*/ + /* color: #fff;*/ + /* }*/ + /* .search-value{*/ + /* color: #fff;*/ + /* }*/ + /*}*/ .detail-dropdown{ padding: 0 10px; height: 30px; diff --git a/nezha-fronted/src/components/common/detailView/list/asset/assetDetail.vue b/nezha-fronted/src/components/common/detailView/list/asset/assetDetail.vue index 4fd1e8568..d30c41cda 100644 --- a/nezha-fronted/src/components/common/detailView/list/asset/assetDetail.vue +++ b/nezha-fronted/src/components/common/detailView/list/asset/assetDetail.vue @@ -11,10 +11,10 @@ {{item.label}} - +
  • @@ -157,44 +157,44 @@ export default { padding: 0 15px; line-height: 40px; align-items: center; - .detail-select{ - height: 30px; - line-height: 30px; - flex: 1; - /deep/ .el-input--small{ - height: 30px; - line-height: 30px; - background-color: rgba(9,30,66,0.08); - border: none; - color: #344563; - input{ - height: 30px; - line-height: 30px; - background-color: rgba(9,30,66,0.08); - border: none; - color: #344563; - } - } - } - .detail-select:hover{ - /deep/ .el-input--small{ - input{ - background-color: rgba(9,30,66,0.13); - } - } - } - .detail-button{ - height: 28px; - line-height: 28px; - background-color: rgba(9,30,66,0.08); - border: none; - .nz-icon{ - color: #344563; - } - } - .detail-button:hover{ - background-color: rgba(9,30,66,0.13); - } + /*.detail-select{*/ + /* height: 30px;*/ + /* line-height: 30px;*/ + /* flex: 1;*/ + /* /deep/ .el-input--small{*/ + /* height: 30px;*/ + /* line-height: 30px;*/ + /* background-color: rgba(9,30,66,0.08);*/ + /* border: none;*/ + /* color: #344563;*/ + /* input{*/ + /* height: 30px;*/ + /* line-height: 30px;*/ + /* background-color: rgba(9,30,66,0.08);*/ + /* border: none;*/ + /* color: #344563;*/ + /* }*/ + /* }*/ + /*}*/ + /*.detail-select:hover{*/ + /* /deep/ .el-input--small{*/ + /* input{*/ + /* background-color: rgba(9,30,66,0.13);*/ + /* }*/ + /* }*/ + /*}*/ + /*.detail-button{*/ + /* height: 28px;*/ + /* line-height: 28px;*/ + /* background-color: rgba(9,30,66,0.08);*/ + /* border: none;*/ + /* .nz-icon{*/ + /* color: #344563;*/ + /* }*/ + /*}*/ + /*.detail-button:hover{*/ + /* background-color: rgba(9,30,66,0.13);*/ + /*}*/ } .detail-row-box{ height: calc(100% - 40px); diff --git a/nezha-fronted/src/components/common/labelFilter/clickSearch.vue b/nezha-fronted/src/components/common/labelFilter/clickSearch.vue index cd1b9af5b..bdef24de8 100644 --- a/nezha-fronted/src/components/common/labelFilter/clickSearch.vue +++ b/nezha-fronted/src/components/common/labelFilter/clickSearch.vue @@ -1,7 +1,7 @@