自定义字典样式
在src/assets/styles/ruoyi.css 文件添加样式
// 字典标签样式 公共的tag样式
.el-tag-common{
background-color: #ffe5f7;
border-color: #f3b5de;
color: #ea6dc1;
display: inline-flex;
justify-content: center;
align-items: center;
height: 24px;
padding: 0 9px;
font-size: 12px;
line-height: 1;
border-width: 1px;
border-style: solid;