Skip to content

Commit

Permalink
Merge branch 'master' into docs/demo-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed May 24, 2022
2 parents 2d656ac + 00eb63a commit fb5b4a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/issue-open-check.yml
Expand Up @@ -59,7 +59,8 @@ jobs:
* Ant Motion: https://motion.ant.design
## 国内镜像
* Ant Design: http://ant-design.gitee.io
* 官方镜像: https://ant-design.antgroup.com/
* Gitee 镜像: http://ant-design.gitee.io
* Ant Design 3.x: http://ant-design-3x.gitee.io
* Ant Design 2.x: http://ant-design-2x.gitee.io
* Ant Design 1.x: http://ant-design-1x.gitee.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check-ci.yml
Expand Up @@ -3,7 +3,7 @@ name: PR Check CI

on:
schedule:
- cron: "*/10 * * * *"
- cron: "*/5 * * * *"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion components/segmented/style/index.less
Expand Up @@ -67,7 +67,7 @@

// syntactic sugar to add `icon` for Segmented Item
&-icon + * {
margin-left: @margin-sm / 2;
margin-left: (@margin-sm / 2);
}

&-input {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -305,7 +305,7 @@
"bundlesize": [
{
"path": "./dist/antd.min.js",
"maxSize": "280 kB"
"maxSize": "282 kB"
},
{
"path": "./dist/antd.min.css",
Expand Down

0 comments on commit fb5b4a5

Please sign in to comment.