Skip to content
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

SwipeAction在IDE中的表现和网站例子不一致 #41

Open
ghost opened this issue Dec 5, 2022 · 0 comments
Open

SwipeAction在IDE中的表现和网站例子不一致 #41

ghost opened this issue Dec 5, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 5, 2022

网站的示例代码:
<Space vertical size={'10px'}>
基本用法
<SwipeAction
action={
<Space
style={{
width: rpxToPx(300),
fontSize: rpxToPx(32),
color: '#fff',
}}
>
<Space
alignItems={'center'}
justify={'center'}
flex={1}
style={{ background: '#ff2124' }}
>
删除

<Space
style={{ background: '#096dd9' }}
alignItems={'center'}
justify={'center'}
flex={1}
>
标记


}
>
<ListItem
img={CommonImg.doctor}
title={'王医生'}
subtitle={'外科'}
text={'新生儿中心'}
footer={'凯桥互联网医院'}
/>


IDE中的效果图:
企业微信截图_f99f83d3-0a63-419b-a555-91df90c02da9
示例网站效果图:
企业微信截图_fb575bb0-d35d-4cc7-bba4-d427a5b23fd2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants