src/components/panel/RightSearchPanel.vue
@@ -102,7 +102,7 @@ }, selected (val) { // console.log(val) this.title = val.name + '(检索)' this.title = val.name this.topicList.forEach((itm) => { itm.checked = val.name === itm.name }) @@ -257,10 +257,10 @@ padding: 15px 3px; background: rgba(0, 16, 30, 0.7); color: #C0C4CC; border-radius:50% 0.03rem 0.03rem 50% ; } .el-button--default:hover{ background: transparent; border-color: #0f93a9; background:@background-color; } .el-form-item__label {