Commit 3a1224a2 by 芋道源码 Committed by GitHub

Merge pull request #73 from GoldenZqqq/GoldenZqqq/Fix-DictTag

修复使用dictTag组件会出现位置偏移问题
parents a7c37fa2 82bf0849
...@@ -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