refactor: ♻️ 字典标签类型预览样式优化
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
<el-dialog
|
<el-dialog
|
||||||
v-model="dialog.visible"
|
v-model="dialog.visible"
|
||||||
:title="dialog.title"
|
:title="dialog.title"
|
||||||
width="800px"
|
width="820px"
|
||||||
@close="handleCloseDialog"
|
@close="handleCloseDialog"
|
||||||
>
|
>
|
||||||
<el-form
|
<el-form
|
||||||
@@ -134,7 +134,7 @@
|
|||||||
<el-tag
|
<el-tag
|
||||||
v-if="formData.tagType"
|
v-if="formData.tagType"
|
||||||
:type="formData.tagType"
|
:type="formData.tagType"
|
||||||
class="mb-2"
|
class="mr-2"
|
||||||
>
|
>
|
||||||
{{ formData.label }}
|
{{ formData.label }}
|
||||||
</el-tag>
|
</el-tag>
|
||||||
|
|||||||
Reference in New Issue
Block a user