mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
fix(color-picker): fix popper-class invalid (#883)
This commit is contained in:
parent
deff12c86a
commit
158c4f9766
@ -10,7 +10,7 @@
|
||||
:offset="0"
|
||||
transition="el-zoom-in-top"
|
||||
:gpu-acceleration="false"
|
||||
popper-class="el-color-picker__panel el-color-dropdown"
|
||||
:popper-class="`el-color-picker__panel el-color-dropdown ${popperClass}`"
|
||||
:stop-popper-mouse-event="false"
|
||||
>
|
||||
<template #default>
|
||||
|
Loading…
Reference in New Issue
Block a user