@nutui/nutui-react-taro Button 组件在京东小程序中出现双边框 #514
Unanswered
oasis-cloud
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在 Taro 开发的项目使用 @nutui/nutui-react-taro 中的 Button 组件,并且自定义了主题变量: $button-border-radius: 3px;结果发现下面代码的效果会出现双边框。
之所以出现双边框是因为在京东小程序里,button 标签会有内置的样式

如何解决:
jd-button::after, jd-button::before {

display: none !important;
}
Beta Was this translation helpful? Give feedback.
All reactions