mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
✅ fix snapshot
This commit is contained in:
parent
c15c0fc199
commit
37784bc8a2
@ -9607,7 +9607,7 @@ exports[`ConfigProvider components Progress configProvider 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="config-progress-bg"
|
class="config-progress-bg"
|
||||||
style="width:0%;height:8px;border-radius:100px"
|
style="width:0%;height:8px;border-radius:"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -9634,7 +9634,7 @@ exports[`ConfigProvider components Progress normal 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-progress-bg"
|
class="ant-progress-bg"
|
||||||
style="width:0%;height:8px;border-radius:100px"
|
style="width:0%;height:8px;border-radius:"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -9661,7 +9661,7 @@ exports[`ConfigProvider components Progress prefixCls 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="prefix-Progress-bg"
|
class="prefix-Progress-bg"
|
||||||
style="width:0%;height:8px;border-radius:100px"
|
style="width:0%;height:8px;border-radius:"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -97,7 +97,7 @@ exports[`Upload List handle error 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-progress-bg"
|
class="ant-progress-bg"
|
||||||
style="width: 0%; height: 2px; border-radius: 100px;"
|
style="width: 0%; height: 2px;"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -206,7 +206,7 @@ exports[`Upload List should be uploading when upload a file 1`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-progress-bg"
|
class="ant-progress-bg"
|
||||||
style="width: 0%; height: 2px; border-radius: 100px;"
|
style="width: 0%; height: 2px;"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -315,7 +315,7 @@ exports[`Upload List should be uploading when upload a file 2`] = `
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-progress-bg"
|
class="ant-progress-bg"
|
||||||
style="width: 0%; height: 2px; border-radius: 100px;"
|
style="width: 0%; height: 2px;"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user