chore:修复 ElementPlus Select 组件宽度
This commit is contained in:
@@ -30,4 +30,8 @@ defineProps({
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
<style scoped>
|
||||
:deep(.el-form-item) {
|
||||
min-width: 240px;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user