fix snapshot

This commit is contained in:
afc163 2017-04-01 13:17:02 +08:00
parent 21763c5da9
commit e70bd5320d

View File

@ -324,46 +324,44 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = `
`;
exports[`renders ./components/progress/demo/dashboard.md correctly 1`] = `
<div>
<div
class="ant-progress ant-progress-circle ant-progress-status-normal ant-progress-show-info"
>
<div
class="ant-progress ant-progress-circle ant-progress-status-normal ant-progress-show-info"
class="ant-progress-inner"
style="width:132px;height:132px;font-size:27.12px;"
>
<div
class="ant-progress-inner"
style="width:132px;height:132px;font-size:27.12px;"
<svg
class="ant-progress-circle "
viewbox="0 0 100 100"
>
<svg
class="ant-progress-circle "
viewbox="0 0 100 100"
>
<path
class="ant-progress-circle-trail"
d="M 50,50 m 0,47
a 47,47 0 1 1 0,-94
a 47,47 0 1 1 0,94"
fill-opacity="0"
stroke="#f3f3f3"
stroke-width="6"
style="stroke-dasharray:220.30970943744057px 295.3097094374406px;stroke-dashoffset:-37.5px;transition:stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s;"
/>
<path
class="ant-progress-circle-path"
d="M 50,50 m 0,47
a 47,47 0 1 1 0,-94
a 47,47 0 1 1 0,94"
fill-opacity="0"
stroke="#108ee9"
stroke-linecap="round"
stroke-width="6"
style="stroke-dasharray:165.23228207808043px 295.3097094374406px;stroke-dashoffset:-37.5px;transition:stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s;"
/>
</svg>
<span
class="ant-progress-text"
>
75%
</span>
</div>
<path
class="ant-progress-circle-trail"
d="M 50,50 m 0,47
a 47,47 0 1 1 0,-94
a 47,47 0 1 1 0,94"
fill-opacity="0"
stroke="#f3f3f3"
stroke-width="6"
style="stroke-dasharray:220.30970943744057px 295.3097094374406px;stroke-dashoffset:-37.5px;transition:stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s;"
/>
<path
class="ant-progress-circle-path"
d="M 50,50 m 0,47
a 47,47 0 1 1 0,-94
a 47,47 0 1 1 0,94"
fill-opacity="0"
stroke="#108ee9"
stroke-linecap="round"
stroke-width="6"
style="stroke-dasharray:165.23228207808043px 295.3097094374406px;stroke-dashoffset:-37.5px;transition:stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s;"
/>
</svg>
<span
class="ant-progress-text"
>
75%
</span>
</div>
</div>
`;