diff --git a/packages/layout/src/ProLayout.tsx b/packages/layout/src/ProLayout.tsx index dcea4333d456..fc5e7216269f 100644 --- a/packages/layout/src/ProLayout.tsx +++ b/packages/layout/src/ProLayout.tsx @@ -398,7 +398,7 @@ const getpaddingInlineStart = ( siderWidth: number, ): number | undefined => { if (hasLeftPadding) { - return collapsed ? 60 : siderWidth; + return collapsed ? 64 : siderWidth; } return 0; }; diff --git a/tests/descriptions/__snapshots__/demo.test.ts.snap b/tests/descriptions/__snapshots__/demo.test.ts.snap index 2188559c3350..859d04dac506 100644 --- a/tests/descriptions/__snapshots__/demo.test.ts.snap +++ b/tests/descriptions/__snapshots__/demo.test.ts.snap @@ -723,7 +723,7 @@ exports[`descriptions demos 📸 renders ./packages/descriptions/src/demos/base. class="ant-descriptions-item-content" >
@@ -756,7 +756,7 @@ Done in 9.70s.
class="ant-descriptions-item-content"
>
{
diff --git a/tests/field/__snapshots__/demo.test.ts.snap b/tests/field/__snapshots__/demo.test.ts.snap
index fca89977ad05..a04b053ed7f5 100644
--- a/tests/field/__snapshots__/demo.test.ts.snap
+++ b/tests/field/__snapshots__/demo.test.ts.snap
@@ -1357,7 +1357,7 @@ exports[`field demos 📸 renders ./packages/field/src/demos/base.tsx correctly
class="ant-descriptions-item-content"
>
@@ -1390,7 +1390,7 @@ Done in 9.70s.
class="ant-descriptions-item-content"
>
{
diff --git a/tests/field/__snapshots__/field.test.tsx.snap b/tests/field/__snapshots__/field.test.tsx.snap
index 082bdb6c851b..cc9f66a0f9c3 100644
--- a/tests/field/__snapshots__/field.test.tsx.snap
+++ b/tests/field/__snapshots__/field.test.tsx.snap
@@ -3579,7 +3579,7 @@ exports[`Field 🐴 read and plain 1`] = `
class="ant-descriptions-item-content"
>
@@ -3608,7 +3608,7 @@ Done in 9.70s.
class="ant-descriptions-item-content"
>
{
@@ -4129,7 +4129,7 @@ exports[`Field 🐴 read ant no plain 1`] = `
class="ant-descriptions-item-content"
>
@@ -4158,7 +4158,7 @@ Done in 9.70s.
class="ant-descriptions-item-content"
>
{
diff --git a/tests/form/__snapshots__/demo.test.ts.snap b/tests/form/__snapshots__/demo.test.ts.snap
index 7f507b089bad..e64c17e8839a 100644
--- a/tests/form/__snapshots__/demo.test.ts.snap
+++ b/tests/form/__snapshots__/demo.test.ts.snap
@@ -11931,7 +11931,7 @@ exports[`form demos 📸 renders ./packages/form/src/components/Group/demos/cust
{
@@ -49115,7 +49115,7 @@ exports[`form demos 📸 renders ./packages/form/src/demos/layout-footer.tsx cor