chore:修复 ElementPlus Select 组件宽度
This commit is contained in:
parent
817e8ea64d
commit
de31bf23cd
@ -11,7 +11,7 @@
|
|||||||
"@heroicons/vue": "^2.1.3",
|
"@heroicons/vue": "^2.1.3",
|
||||||
"@tinymce/tinymce-vue": "^5.1.1",
|
"@tinymce/tinymce-vue": "^5.1.1",
|
||||||
"@vueuse/core": "^10.9.0",
|
"@vueuse/core": "^10.9.0",
|
||||||
"element-plus": "2.4.4",
|
"element-plus": "^2.6.3",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"pinia": "^2.1.7",
|
"pinia": "^2.1.7",
|
||||||
"terser": "^5.29.2",
|
"terser": "^5.29.2",
|
||||||
|
@ -30,4 +30,8 @@ defineProps({
|
|||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped></style>
|
<style scoped>
|
||||||
|
:deep(.el-form-item) {
|
||||||
|
min-width: 240px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user