Commit 82bf0849 by 黄兆琦

fix: DictTag组件根元素改为行内flex布局

parent a7c37fa2
...@@ -57,7 +57,7 @@ export default defineComponent({ ...@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment