File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1818 @apply align- middle;
1919 @apply overflow- hidden;
2020 @apply text- ellipsis;
21+ @apply align- bottom;
2122
2223 .tag-variant (
2324 theme(' colors.color.info.primary.DEFAULT' ),
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export default defineComponent({
5353 const operable = selectable ? false : this .operable
5454
5555 const classes = m (
56- ' text-xs inline-flex items-center rounded box-border border-0.5 sm:border mr-1' ,
56+ ' text-xs inline-flex items-center rounded box-border border-0.5 sm:border mr-1 align-bottom ' ,
5757 effect === ' plain' || hit ? gcls (` ${type }-border ` ) : ' border-transparent' ,
5858 gcls (` ${effect }-${type } ` ),
5959 gcls (size ),
@@ -70,6 +70,7 @@ export default defineComponent({
7070 styles .maxWidth = maxWidth
7171 styles .display = ' inline-block'
7272 }
73+
7374 const tagElement =
7475 value || (slots .default && slots .default ()) ? (
7576 <span data-tag = " tiny-tag" class = { classes } style = { styles } onClick = { handleClick } >
You can’t perform that action at this time.
0 commit comments