mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
✅ Fix test case
This commit is contained in:
parent
09dd044c7a
commit
30bd445f89
@ -752,7 +752,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
|||||||
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
|
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
|
||||||
/>
|
/>
|
||||||
<path
|
<path
|
||||||
d="M464 336a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM536 448h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z"
|
d="M464 336a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</i>
|
</i>
|
||||||
@ -787,7 +787,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
|
|||||||
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
|
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"
|
||||||
/>
|
/>
|
||||||
<path
|
<path
|
||||||
d="M464 688a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM488 576h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z"
|
d="M464 688a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</i>
|
</i>
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
"rc-dropdown": "~2.2.1",
|
"rc-dropdown": "~2.2.1",
|
||||||
"rc-editor-mention": "^1.1.7",
|
"rc-editor-mention": "^1.1.7",
|
||||||
"rc-form": "^2.2.7",
|
"rc-form": "^2.2.7",
|
||||||
"rc-input-number": "~4.3.0",
|
"rc-input-number": "~4.3.7",
|
||||||
"rc-menu": "~7.4.12",
|
"rc-menu": "~7.4.12",
|
||||||
"rc-notification": "~3.3.0",
|
"rc-notification": "~3.3.0",
|
||||||
"rc-pagination": "~1.17.3",
|
"rc-pagination": "~1.17.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user