From 7845b8946aa2e58f053b09cef897e6c58df60e8a Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期三, 07 四月 2021 15:31:14 +0800 Subject: [PATCH] 统一样式-图层组件按钮添加 --- src/components/panel/RightSearchPanel.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue index a2cdb5f..875399d 100644 --- a/src/components/panel/RightSearchPanel.vue +++ b/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 { -- Gitblit v1.8.0