fix : select框样式修改

This commit is contained in:
2024-03-04 00:10:27 +08:00
parent 5a6f7a4535
commit 272d859e28
2 changed files with 53 additions and 3 deletions

View File

@@ -346,6 +346,13 @@ const handleSelect = async (selection, row) => {
</script>
<style lang="scss">
.user-select {
.el-select__wrapper.is-hovering {
.el-select__suffix {
.el-icon {
font-size: 40px;
}
}
}
.el-select__wrapper {
min-height: 75px;
height: auto !important;