Noblet Ouways
Noblet Ouways
@dodolalorc The playground had the previous version i think, when i checkout your branch it was fixed. I have simplified the code, please take a look.
sorry for late response. the target class is: ```css :deep(.el-tree__drop-indicator) { height: 0 } ```
Actually it just follow the design system. You can see the difference with `border` attribute the height will change. Maybe it can be a breaking change for 3.0 but it...
>After removing is-icon, the icons are no longer aligned properly. Is this expected 🤔? Thanks i haven't noticed that before.
>Perhaps we could go a step further and make it vertically centered by using align-items: center. WDYT? You right, i'll add it.
@WangJincheng4869 As a workaround try set :z-index="-1".
I think it's feasible, should we need an extra prop or change the behavior of `:modal="false"` ?
You must have two way bindings: `@update:current-page` https://github.com/element-plus/element-plus/issues/19489#issuecomment-2569471750
>The hover is not a behavior available on mobile devices; only click can be used to trigger actions. I know. The click doesn't work when using `menu-trigger="hover"` on mobile devices.
There are still the [issues](https://github.com/element-plus/element-plus/pull/22555#pullrequestreview-3383510782) in mobile, the menu component does not have these problems.