@@ -129,12 +129,13 @@
<el-checkbox-button v-for="tag in allTags" :label="tag"></el-checkbox-button>
</el-checkbox-group>
</div>
- <div>
+ <div style="margin-left: 20px; display: flex;align-items: center">
<el-switch
@change="duoxuanChange"
v-model="duoxuan"
- active-color="#13ce66"
- inactive-color="#ff4949">
+ active-text="多选"
+ inactive-text="单选"
+ >
</el-switch>