|
@@ -14,7 +14,7 @@
|
|
|
<a-divider orientation="left">基础标签</a-divider>
|
|
|
<a-row :gutter="24">
|
|
|
<a-col :span="24">
|
|
|
- <a-button :style="{margin: ' 0px 5px 5px 0px',background:item.check?'#1890ff':'#fff'}" v-for="item in basicsLabelList"
|
|
|
+ <a-button :style="{margin: ' 0px 5px 5px 0px', color: 'black',border: '1px solid rgb(217, 217, 217)' ,background:item.check?'#1890ff':'#fff'}" v-for="item in basicsLabelList"
|
|
|
@click="item.check=!item.check">
|
|
|
{{ item.labelName }}
|
|
|
</a-button>
|
|
@@ -23,7 +23,7 @@
|
|
|
<a-divider orientation="left">自定义标签</a-divider>
|
|
|
<a-row :gutter="24">
|
|
|
<a-col :span="24">
|
|
|
- <a-button :style="{margin: ' 0px 5px 5px 0px',background:item.check?'#1890ff':'#fff'}" v-for="item in customLabelList"
|
|
|
+ <a-button :style="{margin: ' 0px 5px 5px 0px', color: 'black',border: '1px solid rgb(217, 217, 217)' ,background:item.check?'#1890ff':'#fff'}" v-for="item in customLabelList"
|
|
|
@click="item.check=!item.check">
|
|
|
{{ item.labelName }}
|
|
|
</a-button>
|