Commit d1ed54ad authored by danfuman's avatar danfuman

修改

parent 564e9bff
......@@ -70,7 +70,7 @@ export const constantRoutes = [
path: 'index',
component: () => import('@/views/index'),
name: 'Index',
meta: { title: '首页', icon: 'index',noCache: false }
meta: { title: '首页', icon: 'index',noCache: true }
}
]
},
......
......@@ -278,7 +278,7 @@ export default {
.options-block {
position: absolute;
margin-top: 12px;
margin-top: 3px;
min-width: 120px;
font-size: 14px;
color: #666666;
......
......@@ -39,7 +39,7 @@
<el-col :span="6">
<div class="search">
<div class="head_title">快速查找</div>
<el-input placeholder="输入企业名称查询" v-model="key" id="focus">
<el-input placeholder="输入企业名称查询" v-model="key">
<i slot="prefix" class="el-icon-search"></i>
<el-button slot="append" @click="handleSearch">搜索</el-button>
</el-input>
......@@ -541,9 +541,6 @@
handleAdd(){
this.data.open=true
},
clickFocus(){
document.getElementById('focus').classList.toggle('span-ba')
}
}
}
</script>
......@@ -654,14 +651,21 @@
.el-input__inner:focus{
border-color: #3181fa;
}
&.span-ba{
.el-input__inner:focus ~.el-input-group__append{
border: 1px solid #0081FF;
span{
color: #ffffff;
background: #0081FF;
border: 1px solid #0081FF;
}
color: #ffffff;
background: #0081FF;
/*.el-button{*/
/*border: 1px solid #0081FF;*/
/*span{*/
/*color: #ffffff;*/
/*background: #0081FF;*/
/*border: 1px solid #0081FF;*/
/*}*/
/*}*/
}
}
......
......@@ -912,7 +912,12 @@ export default {
}
},
itemStyle: {
color: '#14C9C9'
normal:{
color: '#67B3FD',
lineStyle: {
width:3
},
}
},
data:data.map(item => item.money),
},
......@@ -933,7 +938,8 @@ export default {
}, {
offset: 1,
color: '#1B8EFF'
}])
}]),
barBorderRadius:[20,20, 0, 0]
}
},
data:data.map(item => item.count),
......@@ -1226,7 +1232,12 @@ export default {
}
},
itemStyle: {
color: '#14C9C9'
normal:{
color: '#67B3FD',
lineStyle: {
width:3
},
}
},
data:data.map(item => item.money),
},
......@@ -1247,7 +1258,8 @@ export default {
}, {
offset: 1,
color: '#1B8EFF'
}])
}]),
barBorderRadius:[20,20, 0, 0]
}
},
data:data.map(item => item.count),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment