-
Notifications
You must be signed in to change notification settings - Fork 269
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
fix(steps): 小程序的真机情况下出现的换行的情况 #1899
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #1899 +/- ##
=======================================
Coverage 76.21% 76.22%
=======================================
Files 215 215
Lines 8700 8702 +2
Branches 2490 2492 +2
=======================================
+ Hits 6631 6633 +2
Misses 1873 1873
Partials 196 196 ☔ View full report in Codecov by Sentry. |
oasis-cloud
approved these changes
Jan 25, 2024
}, | ||
children | ||
)} | ||
<div className={classes} {...restProps}> |
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.
是不是需要换成 View 标签
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个变动的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
1、小程序的真机情况下出现的换行的情况;
![image](https://private-user-images.githubusercontent.com/84436086/299179504-95a8b4f6-3b30-42bf-879b-aab6ac9aa7a0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTE0OTksIm5iZiI6MTczOTI5MTE5OSwicGF0aCI6Ii84NDQzNjA4Ni8yOTkxNzk1MDQtOTVhOGI0ZjYtM2IzMC00MmJmLTg3OWItYWFiNmFjOWFhN2EwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE2MjYzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM3ZDg0YThlYTU0OTEwOTJhZDgwMGNkOTQ4NjJkZjk0NGU1NTQ1Y2U4YmZmYWZjZjQxMmJkNDA1NjdkZjIxOGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.XS_z0gbBEq3KSI8qH-lyxA6M3vSFbYHvvb_etGLt73s)
2、如果没有 title 或者 没有 description的情况下,不展示相关节点。
☑️ 请求合并前的自查清单