Commit 9477b73a by caoyanzhi

修改添加按钮的样式

parent 8e8500d3
......@@ -16,7 +16,7 @@
@changeTagsGroupRelation="changeTagsGroupRelation"
@checkTagsGroup="checkTagsGroup"
/>
<el-button class="m-t-10 w-548 el-icon-plus color-blue" v-show="selectedTagsData.length < 3" @click="addTagsGroup">
<el-button class="m-t-10 w-548 el-icon-plus color-blue add-group-btn" v-show="selectedTagsData.length < 3" @click="addTagsGroup">
&nbsp;&nbsp;添加
</el-button>
<!-- 添加标签 -->
......@@ -237,6 +237,10 @@ export default {
margin-left: 60px;
}
.add-group-btn {
border-style: dashed;
}
.tags {
display: flex;
border-top: 1px solid #aaa;
......
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