Skip to content

Commit 3a1224a

Browse files
authored
Merge pull request #73 from GoldenZqqq/GoldenZqqq/Fix-DictTag
修复使用dictTag组件会出现位置偏移问题
2 parents a7c37fa + 82bf084 commit 3a1224a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DictTag/src/DictTag.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default defineComponent({
5757
<div
5858
class="dict-tag"
5959
style={{
60-
display: 'flex',
60+
display: 'inline-flex',
6161
gap: props.gutter,
6262
justifyContent: 'center',
6363
alignItems: 'center'

0 commit comments

Comments
 (0)