mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 03:08:21 +08:00
parent
49bc137430
commit
4abd29c597
@ -29,9 +29,7 @@ export default defineComponent({
|
||||
const minWidth = ref('')
|
||||
|
||||
function updateMinWidth() {
|
||||
minWidth.value = `${
|
||||
select.selectWrapper?.getBoundingClientRect().width
|
||||
}px`
|
||||
minWidth.value = `${select.selectWrapper?.offsetWidth}px`
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user