element-plus [Style] [cascader] cascader(mutiple mode) input height is not correct

uurv41yg  于 9个月前  发布在  其他
关注(0)|答案(1)|浏览(176)

Bug Type: Component

Environment

  • Vue Version: 3.3.11
  • Element Plus Version: 2.4.3
  • Browser / OS: UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
  • Build Tool: Vite

Reproduction

  • el-cascader

Element Plus Playground

Steps to reproduce

  1. check/uncheck Asia
  2. you can see the height of the input is flicking

What is Expected?

el-input__inner's height is 30px

What is actually happening?

height is 34px

Additional comments

The behavior should be the same as el-select(multiple mode)

相关问题