mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-12 10:45:10 +08:00
fix(select-v2): fix select-v2 inputWidth is not defined (#2510)
This commit is contained in:
parent
10d24a76ab
commit
8a9a0e38df
@ -52,7 +52,7 @@
|
||||
>
|
||||
<span
|
||||
class="el-select-v2__tags-text"
|
||||
:style="{ maxWidth: inputWidth - 123 + 'px' }"
|
||||
:style="{ maxWidth: states.inputWidth - 123 + 'px' }"
|
||||
>{{ states.cachedOptions[0].label }}</span>
|
||||
</el-tag>
|
||||
<el-tag
|
||||
|
Loading…
Reference in New Issue
Block a user