fix snapshot

This commit is contained in:
afc163 2019-07-17 19:04:40 +08:00
parent c15c0fc199
commit 37784bc8a2
2 changed files with 6 additions and 6 deletions

View File

@ -9607,7 +9607,7 @@ exports[`ConfigProvider components Progress configProvider 1`] = `
>
<div
class="config-progress-bg"
style="width:0%;height:8px;border-radius:100px"
style="width:0%;height:8px;border-radius:"
/>
</div>
</div>
@ -9634,7 +9634,7 @@ exports[`ConfigProvider components Progress normal 1`] = `
>
<div
class="ant-progress-bg"
style="width:0%;height:8px;border-radius:100px"
style="width:0%;height:8px;border-radius:"
/>
</div>
</div>
@ -9661,7 +9661,7 @@ exports[`ConfigProvider components Progress prefixCls 1`] = `
>
<div
class="prefix-Progress-bg"
style="width:0%;height:8px;border-radius:100px"
style="width:0%;height:8px;border-radius:"
/>
</div>
</div>

View File

@ -97,7 +97,7 @@ exports[`Upload List handle error 1`] = `
>
<div
class="ant-progress-bg"
style="width: 0%; height: 2px; border-radius: 100px;"
style="width: 0%; height: 2px;"
/>
</div>
</div>
@ -206,7 +206,7 @@ exports[`Upload List should be uploading when upload a file 1`] = `
>
<div
class="ant-progress-bg"
style="width: 0%; height: 2px; border-radius: 100px;"
style="width: 0%; height: 2px;"
/>
</div>
</div>
@ -315,7 +315,7 @@ exports[`Upload List should be uploading when upload a file 2`] = `
>
<div
class="ant-progress-bg"
style="width: 0%; height: 2px; border-radius: 100px;"
style="width: 0%; height: 2px;"
/>
</div>
</div>