From 6a27be17c1dc94c48d13c07d0f76c4a77983ea78 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期三, 07 四月 2021 16:48:39 +0800
Subject: [PATCH] 统一样式-右侧搜索组件报错修改。
---
src/components/panel/RightSearchPanel.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue
index e309125..875399d 100644
--- a/src/components/panel/RightSearchPanel.vue
+++ b/src/components/panel/RightSearchPanel.vue
@@ -7,7 +7,7 @@
<div class="container">
<ul>
<li style="text-align: right">
- <buttom type="button" class="el-button special-button el-button--default el-icon-d-arrow-right"></buttom>
+ <button type="button" class="el-button special-button el-button--default el-icon-d-arrow-right"></button>
</li>
</ul>
<ul v-for="item in topicList" :key="item.name" :class="item.checked?'module-wrap map-btn-active':'module-wrap map-btn-unactive'" @click="()=>{selected(item)}" >
@@ -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