mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): update
This commit is contained in:
@@ -59,8 +59,7 @@ const draggerStyles = computed(() => {
|
||||
const draggerPseudoClass = computed(() => {
|
||||
const prefix = ns.e('dragger')
|
||||
return {
|
||||
[`${prefix}-horizontal`]: isHorizontal.value,
|
||||
[`${prefix}-vertical`]: !isHorizontal.value,
|
||||
[`${prefix}-${props.layout}`]: true,
|
||||
[`${prefix}-active`]: startPos.value,
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user