mirror of
https://github.com/zhigang1992/react.git
synced 2026-02-09 17:13:39 +08:00
test: update snapshots
This commit is contained in:
@@ -18,8 +18,8 @@ exports[`Modal customization should be supported 1`] = `
|
||||
}
|
||||
</style><style>
|
||||
.wrapper {
|
||||
max-width: 85vw;
|
||||
max-height: 75vh;
|
||||
max-width: 90vw;
|
||||
max-height: 90vh;
|
||||
width: 100px;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
@@ -174,8 +174,8 @@ exports[`Modal should render correctly 1`] = `
|
||||
}
|
||||
</style><style>
|
||||
.wrapper {
|
||||
max-width: 85vw;
|
||||
max-height: 75vh;
|
||||
max-width: 90vw;
|
||||
max-height: 90vh;
|
||||
width: 26rem;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
@@ -221,7 +221,7 @@ exports[`Modal should render correctly 1`] = `
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow: auto;
|
||||
|
||||
@@ -10,7 +10,7 @@ exports[`Backdrop should render correctly 1`] = `
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow: auto;
|
||||
|
||||
Reference in New Issue
Block a user