element-plus [Component] [select] 设置的主题中input的高度 el-select 在有远程搜索和多选的时候,会默认有style但是没有使用变量中的高度。

ws51t4hk  于 5个月前  发布在  其他
关注(0)|答案(2)|浏览(61)

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

  • el-select

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)

yks3o0rb

yks3o0rb1#

遇到同样的问题,希望官方尽快解决

krcsximq

krcsximq2#

历史版本也有同样的问题,2.15.13,尤其通过第一个下拉触发请求第二个下拉列表的数据时,第二个高度就变化了,至今没找到解决方案

相关问题