Commit ee1b71bf by yanju

修改子栏目样式

parent 7dc95d67
......@@ -161,9 +161,9 @@
align-items: start;
flex-wrap: wrap;
.label-list{
display: inline-block;
width: 103*$length;
margin-left: 5*$length;
word-break: break-all;
white-space: nowrap;
padding:0 5*$length;
margin-bottom: 10*$length;
@extend %nowrap;
@include fontStyle(14,20,500,#666,left);
......
......@@ -160,7 +160,6 @@ export default {
this.result.push(this.value);
let map = new Map();
for (let item of this.result) {
console.log(item);
if (!map.has(item.tag)) {
map.set(item.tag, item)
}
......
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