Commit 301de119 by 无尘

fix: 修改标签

parent ba5a2746
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-09-01 11:09:16
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 16:06:03
* @LastEditTime: 2020-09-07 16:12:08
-->
<!--
<tag-classify-list :tag-list="tagList" :current-classify-id="currentClassifyId" :brand-id="brandId" @refreshClassify="refreshClassify" @changeClass="changeClass"></tag-classify-list>
......@@ -146,10 +146,11 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px 10px 5px 20px;
padding: 5px 10px 5px 30px;
font-size: 14px;
font-weight: 400;
line-height: 20px;
margin-bottom: 10px;
color: @gray02;
cursor: pointer;
&.active {
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 15:59:47
* @LastEditTime: 2020-09-07 16:10:33
-->
<template>
......@@ -132,10 +132,10 @@ export default {
closeClassify(res) {
const that = this;
that.showTagCate = false;
that.getClassifyList();
if (res == 'close') {
return false;
}
that.getClassifyList();
},
/**
* @description: 拖拽排序
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 15:18:07
* @LastEditTime: 2020-09-07 16:14:34
-->
<template>
<div class="my-customer-wrap common-set-wrap">
......@@ -158,10 +158,6 @@ export default {
line-height: 18px;
}
.font-22 {
font-size: 22px;
}
.my-customer-wrap {
height: 100%;
// 拖拽排序公共样式
......@@ -211,6 +207,9 @@ export default {
&.no-padding {
padding: 0;
}
.font-22 {
font-size: 22px;
}
}
}
}
......
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