未验证 提交 93f0c637 编写于 作者: X xiaoyatong 提交者: GitHub

fix: popup class undefined (#752)

上级 c15a44af
......@@ -132,7 +132,7 @@ export const Popup: FunctionComponent<
round,
[`nut-popup-${position}`]: true,
[`${popClass}`]: true,
[`${className}`]: true,
[`${className || ''}`]: true,
},
b('')
)
......
......@@ -131,7 +131,7 @@ export const Popup: FunctionComponent<
round,
[`nut-popup-${position}`]: true,
[`${popClass}`]: true,
[`${className}`]: true,
[`${className || ''}`]: true,
},
b('')
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册