-
Notifications
You must be signed in to change notification settings - Fork 270
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
style(circleprogress): docs 优化,修订 css 变量 #1699
Merged
Merged
Changes from 37 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
49a6aca
feat: uploader taro h5 支持video
xiaoyatong 8297caf
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 9d730d4
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong ecc10ce
fix: delete sth doesnot merge
xiaoyatong 49310f9
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 5b84c0d
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong e633cea
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong bd3aa30
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 6eb249a
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 981162e
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 2369884
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 85f285f
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong f09fec7
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 137b690
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 7ddfca7
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 6f2e558
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 60c4d72
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 3a86c79
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong a927492
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 225acd3
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 0b21faa
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 14cd4e1
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 59fb3db
style: delete dark
xiaoyatong 068f800
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 8f490ea
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong f63d00c
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 53783e1
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 334bb27
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong b5b3129
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong dea6141
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 253eecf
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong ac3c216
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong a856800
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong a391d51
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 9ed5ddf
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong b830fe5
Merge branch 'next' of https://github.com/jdf2e/nutui-react into next
xiaoyatong 03a9872
docs: circleprogress docs
xiaoyatong b7d7fb9
docs: update button size
oasis-cloud File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,11 @@ | ||
.demo-circleprogress { | ||
min-height: 100vh; | ||
} | ||
.demo__btn { | ||
text-align: center; | ||
width: 100%; | ||
height: 50px; | ||
border-top: 1px solid rgba(234, 240, 251, 1); | ||
padding-top: 6px; | ||
background: rgba(255, 255, 255, 1); | ||
.nut-button { | ||
margin-right: 10px; | ||
} | ||
} | ||
.demo-btn { | ||
.nut-button { | ||
margin-right: 10px; | ||
|
||
.demo-btn { | ||
margin-top: -16px; | ||
|
||
.nut-button { | ||
margin-right: 10px; | ||
} | ||
} | ||
} | ||
.demo__piece { | ||
display: flex; | ||
justify-content: center; | ||
background: rgba(255, 255, 255, 1); | ||
padding: 10px 0; | ||
} |
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
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
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
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
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
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
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.
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.
建议对应的 doc 文件中也增加上 size 属性。什么样的 demo 使用 small 尺寸的按钮,规范来自什么地方?