test(space): update snapshot

This commit is contained in:
07akioni 2021-07-19 23:50:35 +08:00
parent 1546907f96
commit a6658e36df

View File

@ -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>