fix: DictTag组件根元素改为行内flex布局
parent
a7c37fa295
commit
82bf084920
|
@ -57,7 +57,7 @@ export default defineComponent({
|
||||||
<div
|
<div
|
||||||
class="dict-tag"
|
class="dict-tag"
|
||||||
style={{
|
style={{
|
||||||
display: 'flex',
|
display: 'inline-flex',
|
||||||
gap: props.gutter,
|
gap: props.gutter,
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
alignItems: 'center'
|
alignItems: 'center'
|
||||||
|
|
Loading…
Reference in New Issue