-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: radio mini #1139
base: next
Are you sure you want to change the base?
chore: radio mini #1139
Conversation
Someone is attempting to deploy a commit to the ZhongAnTech Team on Vercel. A member of the Team first needs to authorize it. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## next #1139 +/- ##
==========================================
- Coverage 86.09% 86.01% -0.08%
==========================================
Files 244 245 +1
Lines 5558 5563 +5
Branches 1362 1315 -47
==========================================
Hits 4785 4785
- Misses 767 772 +5
Partials 6 6
☔ View full report in Codecov by Sentry. |
@@ -0,0 +1,76 @@ | |||
import { createBEM } from '@zarm-design/bem'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个文件应该 h5 和 小程序共用
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已移除
const textRender = props.children && <span className={bem('text')}>{props.children}</span>; | ||
|
||
const iconRender = ( | ||
<span className={bem('icon')}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
尽量使用 taro/components 下面的 组件代替
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已替换
ff4eab9
to
f1cfafb
Compare
No description provided.