We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d4ea1 commit b02c8c6Copy full SHA for b02c8c6
src/layouts/components/TagsView/index.vue
@@ -210,7 +210,9 @@ listenerRouteChange((route) => {
210
overflow: hidden;
211
.tags-view-wrapper {
212
.tags-view-item {
213
- display: inline-block;
+ display: inline-flex;
214
+ align-items: center;
215
+ justify-content: center;
216
position: relative;
217
cursor: pointer;
218
height: 26px;
@@ -234,8 +236,8 @@ listenerRouteChange((route) => {
234
236
border-color: var(--v3-tagsview-tag-active-border-color);
235
237
}
238
.el-icon {
- margin: 0 2px;
- vertical-align: middle;
239
+ margin-left: 5px;
240
+ margin-right: 1px;
241
border-radius: 50%;
242
&:hover {
243
background-color: var(--v3-tagsview-tag-icon-hover-bg-color);
0 commit comments