Bug Type: Component
Environment
- Vue Version:
3.2.32
- Element Plus Version:
2.3.4
- Browser / OS:
Chrome 111.0.5563.147(正式版本) (64 位)
- Build Tool:
Vite
Reproduction
Related Component
el-select
Reproduction Link
Element Plus Playground
Steps to reproduce
$common-component-size: (
(
'default': 28px
)
)
覆盖了变量,但是在el-select组件中下拉远程搜索和多选,会默认在inner-input中带上style: height: 30px;
What is Expected?
默认的style使用component-size中的28px
What is actually happening?
默认了height
Additional comments
(empty)
2条答案
按热度按时间yks3o0rb1#
遇到同样的问题,希望官方尽快解决
krcsximq2#
历史版本也有同样的问题,2.15.13,尤其通过第一个下拉触发请求第二个下拉列表的数据时,第二个高度就变化了,至今没找到解决方案