Browse Source

菜单状态样式修改

master
庞东旭 2 weeks ago
parent
commit
1ce89e5b57
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      src/components/DictTag/index.vue

+ 7
- 0
src/components/DictTag/index.vue View File

@@ -86,4 +86,11 @@ export default {
.el-tag + .el-tag {
margin-left: 10px;
}
.el-tag{
background-color: transparent;
border: none;
}
.purple{
color: #7a6df0;
}
</style>

Loading…
Cancel
Save