Commit 4e61bdb9 authored by GuanHua's avatar GuanHua

style:修改品牌搜索样式

parent 498c8b68
export default {
'/api': {
'target': 'http://10.0.0.25:8100/',
'target': 'http://10.0.0.10:8100/',
'changeOrigin': true,
'pathRewrite': { '^/api': '' },
}
......
.filter_brand {
margin: 10px 0;
max-height: 320px;
overflow-y: auto;
padding: 10px 0;
&::-webkit-scrollbar {
width: 8px;
}
&::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(48, 49, 51, 0.24);
}
&::-webkit-scrollbar-track {
background: rgba(48, 49, 51, 0.08);
}
.filter_brand_list {
display: flex;
......
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