mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
✅ fix snapshot
This commit is contained in:
parent
c15c0fc199
commit
37784bc8a2
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user