mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
test(space): update snapshot
This commit is contained in:
parent
1546907f96
commit
a6658e36df
@ -35,7 +35,7 @@ exports[`n-space render space number size 1`] = `"<div role=\\"none\\" class=\\"
|
||||
exports[`n-space render space string size 1`] = `"<div role=\\"none\\" class=\\"n-space\\" style=\\"display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; margin-top: -6px; margin-bottom: -6px;\\"></div>"`;
|
||||
|
||||
exports[`n-space render vertical space 1`] = `
|
||||
"<div role=\\"none\\" class=\\"n-space\\" style=\\"display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-start;\\">
|
||||
"<div role=\\"none\\" class=\\"n-space\\" style=\\"display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start;\\">
|
||||
<div role=\\"none\\" style=\\"max-width: 100%; margin-bottom: 8px;\\">
|
||||
<div>1</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user