Commit bce11e26 by caoyanzhi

修改样式

parent 8dcc60e8
......@@ -22,7 +22,7 @@
<span>{{ item.tagName }}</span>
<span class="tags-group__tag-name">【选择:{{ item.newTagVal }}</span>
<i class="el-icon-edit" @click="editTags(index)"></i>
<i class="el-icon-delete" @click="delTags(index)"></i>
<i class="el-icon-error" @click="delTags(index)"></i>
</div>
</div>
</div>
......@@ -166,7 +166,7 @@ export default {
color: #1890ff;
}
i.el-icon-delete {
i.el-icon-error {
color: #f56c6c;
}
}
......@@ -181,7 +181,7 @@ export default {
}
i {
color: #4a4a4a;
color: #999;
cursor: pointer;
padding-left: 10px;
}
......
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