docs(amis): 更新flex组件单例snapshot

This commit is contained in:
wibetter 2023-05-10 17:49:39 +08:00
parent e1a3e2bbbb
commit 7536e5e31a

View File

@ -3,7 +3,7 @@
exports[`Renderer:flex 1`] = ` exports[`Renderer:flex 1`] = `
<div> <div>
<div <div
style="display: flex; flex-direction: row; justify-content: center; align-items: center; align-content: center;" style="display: flex; flex-direction: row; justify-content: center; align-items: stretch; align-content: center;"
> >
<span <span
class="cxd-TplField" class="cxd-TplField"
@ -62,7 +62,7 @@ exports[`Renderer:flex justify 1`] = `
</span> </span>
</span> </span>
<div <div
style="display: flex; flex-direction: row; justify-content: center; align-items: center; align-content: center;" style="display: flex; flex-direction: row; justify-content: center; align-items: stretch; align-content: center;"
> >
<span <span
class="cxd-TplField" class="cxd-TplField"
@ -103,7 +103,7 @@ exports[`Renderer:flex justify 1`] = `
</span> </span>
</span> </span>
<div <div
style="display: flex; flex-direction: row; justify-content: flex-start; align-items: center; align-content: center;" style="display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; align-content: center;"
> >
<span <span
class="cxd-TplField" class="cxd-TplField"
@ -144,7 +144,7 @@ exports[`Renderer:flex justify 1`] = `
</span> </span>
</span> </span>
<div <div
style="display: flex; flex-direction: row; justify-content: flex-end; align-items: center; align-content: center;" style="display: flex; flex-direction: row; justify-content: flex-end; align-items: stretch; align-content: center;"
> >
<span <span
class="cxd-TplField" class="cxd-TplField"
@ -185,7 +185,7 @@ exports[`Renderer:flex justify 1`] = `
</span> </span>
</span> </span>
<div <div
style="display: flex; flex-direction: row; justify-content: space-around; align-items: center; align-content: center;" style="display: flex; flex-direction: row; justify-content: space-around; align-items: stretch; align-content: center;"
> >
<span <span
class="cxd-TplField" class="cxd-TplField"
@ -226,7 +226,7 @@ exports[`Renderer:flex justify 1`] = `
</span> </span>
</span> </span>
<div <div
style="display: flex; flex-direction: row; justify-content: space-between; align-items: center; align-content: center;" style="display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; align-content: center;"
> >
<span <span
class="cxd-TplField" class="cxd-TplField"
@ -267,7 +267,7 @@ exports[`Renderer:flex justify 1`] = `
</span> </span>
</span> </span>
<div <div
style="display: flex; flex-direction: row; justify-content: space-evenly; align-items: center; align-content: center;" style="display: flex; flex-direction: row; justify-content: space-evenly; align-items: stretch; align-content: center;"
> >
<span <span
class="cxd-TplField" class="cxd-TplField"