refactor: ♻️ 字典标签类型预览样式优化

This commit is contained in:
ray
2024-10-06 07:27:07 +08:00
parent fa05379162
commit 4ac1f9440e

View File

@@ -102,7 +102,7 @@
<el-dialog
v-model="dialog.visible"
:title="dialog.title"
width="800px"
width="820px"
@close="handleCloseDialog"
>
<el-form
@@ -134,7 +134,7 @@
<el-tag
v-if="formData.tagType"
:type="formData.tagType"
class="mb-2"
class="mr-2"
>
{{ formData.label }}
</el-tag>