Commit f92e5435 by caoyanzhi

修改样式

parent 58d6961c
......@@ -16,7 +16,7 @@
@changeTagsGroupRelation="changeTagsGroupRelation"
@checkTagsGroup="checkTagsGroup"
/>
<el-button class="m-t-10 m-l-60 w-548 el-icon-plus color-blue" v-show="selectedTagData.length < 3" @click="addTagsGroup">
<el-button class="m-t-10 w-548 el-icon-plus color-blue" v-show="selectedTagData.length < 3" @click="addTagsGroup">
&nbsp;&nbsp;添加
</el-button>
<!-- 添加标签 -->
......
<template>
<div class="w-548 border-box m-l-60">
<div class="w-548 border-box">
<div :class="['tags-group', { 'tags-group--active': active }]" @click="checkTagsGroup">
<!--右上角的下拉菜单-->
<el-dropdown class="tags-group__dropdown" placement="bottom-end">
......@@ -124,10 +124,6 @@ export default {
</script>
<style lang="less" scoped>
.m-l-60 {
margin-left: 60px;
}
.tags-group {
position: relative;
padding: 12px 0;
......
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