Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修复表格搜索条件按钮没有宽度的bug #138

Open
wants to merge 6 commits into
base: feature
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70,451 changes: 50,500 additions & 19,951 deletions package-lock.json
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@
"typescript-transform-paths": "^2.0.1",
"yorkie": "^2.0.0"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`🧪 Affix snapshot test 快照匹配 1`] = `"<div><div class><button type=\\"button\\" class=\\"ant-btn ant-btn-primary\\"><span>&#x6D4B; &#x8BD5;</span></button></div></div>"`;
exports[`🧪 Affix snapshot test 快照匹配 1`] = `"<div><div class=\\"\\"><button type=\\"button\\" class=\\"ant-btn ant-btn-primary\\"><span>测 试</span></button></div></div>"`;
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`🧪 AutoComplete snapshot test 快照匹配 1`] = `"<div class=\\"ant-select ant-select-auto-complete ant-select-single ant-select-show-search\\"><div class=\\"ant-select-selector\\"><span class=\\"ant-select-selection-search\\"><input autocomplete=\\"off\\" type=\\"search\\" class=\\"ant-select-selection-search-input\\" role=\\"combobox\\" aria-haspopup=\\"listbox\\" aria-owns=\\"rc_select_TEST_OR_SSR_list\\" aria-autocomplete=\\"list\\" aria-controls=\\"rc_select_TEST_OR_SSR_list\\" aria-activedescendant=\\"rc_select_TEST_OR_SSR_list_0\\" value id=\\"rc_select_TEST_OR_SSR\\"></span><span class=\\"ant-select-selection-placeholder\\"></span></div></div>"`;
exports[`🧪 AutoComplete snapshot test 快照匹配 1`] = `"<div class=\\"ant-select ant-select-auto-complete ant-select-single ant-select-show-search\\"><div class=\\"ant-select-selector\\"><span class=\\"ant-select-selection-search\\"><input autocomplete=\\"off\\" type=\\"search\\" class=\\"ant-select-selection-search-input\\" role=\\"combobox\\" aria-haspopup=\\"listbox\\" aria-owns=\\"rc_select_TEST_OR_SSR_list\\" aria-autocomplete=\\"list\\" aria-controls=\\"rc_select_TEST_OR_SSR_list\\" aria-activedescendant=\\"rc_select_TEST_OR_SSR_list_0\\" value=\\"\\" id=\\"rc_select_TEST_OR_SSR\\"></span><span class=\\"ant-select-selection-placeholder\\"></span></div></div>"`;
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`🧪 Cascader snapshot test 快照匹配 1`] = `"<span class=\\"ant-cascader-picker\\" tabindex=\\"0\\"><span class=\\"ant-cascader-picker-label\\"></span><input autocomplete=\\"off\\" tabindex=\\"-1\\" placeholder=\\"Please select\\" class=\\"ant-input ant-cascader-input \\" readonly type=\\"text\\" value><span role=\\"img\\" aria-label=\\"down\\" class=\\"anticon anticon-down ant-cascader-picker-arrow\\"><svg viewBox=\\"64 64 896 896\\" focusable=\\"false\\" data-icon=\\"down\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z\\"/></svg></span></span>"`;
exports[`🧪 Cascader snapshot test 快照匹配 1`] = `"<span class=\\"ant-cascader-picker\\" tabindex=\\"0\\"><span class=\\"ant-cascader-picker-label\\"></span><input autocomplete=\\"off\\" tabindex=\\"-1\\" placeholder=\\"Please select\\" class=\\"ant-input ant-cascader-input \\" readonly=\\"\\" type=\\"text\\" value=\\"\\"><span role=\\"img\\" aria-label=\\"down\\" class=\\"anticon anticon-down ant-cascader-picker-arrow\\"><svg viewBox=\\"64 64 896 896\\" focusable=\\"false\\" data-icon=\\"down\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z\\"></path></svg></span></span>"`;
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`🧪 Checkbox snapshot test 快照匹配 1`] = `"<label class=\\"ant-checkbox-wrapper\\"><span class=\\"ant-checkbox\\"><input type=\\"checkbox\\" class=\\"ant-checkbox-input\\" value><span class=\\"ant-checkbox-inner\\"></span></span></label>"`;
exports[`🧪 Checkbox snapshot test 快照匹配 1`] = `"<label class=\\"ant-checkbox-wrapper\\"><span class=\\"ant-checkbox\\"><input type=\\"checkbox\\" class=\\"ant-checkbox-input\\" value=\\"\\"><span class=\\"ant-checkbox-inner\\"></span></span></label>"`;
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`🧪 DarkThemeToggler snapshot test 快照匹配 1`] = `"<button type=\\"button\\" role=\\"switch\\" aria-checked=\\"true\\" class=\\"ant-switch ant-switch-checked\\"><div class=\\"ant-switch-handle\\"></div><span class=\\"ant-switch-inner\\"><span role=\\"img\\" class=\\"anticon\\"><svg width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\" focusable=\\"false\\" class=\\"\\"><use href=\\"#bulb_g\\"/></svg></span></span></button>"`;
exports[`🧪 DarkThemeToggler snapshot test 快照匹配 1`] = `"<button type=\\"button\\" role=\\"switch\\" aria-checked=\\"true\\" class=\\"ant-switch ant-switch-checked\\"><div class=\\"ant-switch-handle\\"></div><span class=\\"ant-switch-inner\\"><span role=\\"img\\" class=\\"anticon\\"><svg width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\" focusable=\\"false\\" class=\\"\\"><use xlink:href=\\"#bulb_g\\"></use></svg></span></span></button>"`;
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`🧪 DatePicker snapshot test 快照匹配 1`] = `"<div class=\\"ant-picker\\"><div class=\\"ant-picker-input\\"><input readonly placeholder=\\"Select date\\" title size=\\"12\\" autocomplete=\\"off\\" value><span class=\\"ant-picker-suffix\\"><span role=\\"img\\" aria-label=\\"calendar\\" class=\\"anticon anticon-calendar\\"><svg viewBox=\\"64 64 896 896\\" focusable=\\"false\\" data-icon=\\"calendar\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z\\"/></svg></span></span></div></div>"`;
exports[`🧪 DatePicker snapshot test 快照匹配 1`] = `"<div class=\\"ant-picker\\"><div class=\\"ant-picker-input\\"><input readonly=\\"\\" placeholder=\\"Select date\\" title=\\"\\" size=\\"12\\" autocomplete=\\"off\\" value=\\"\\"><span class=\\"ant-picker-suffix\\"><span role=\\"img\\" aria-label=\\"calendar\\" class=\\"anticon anticon-calendar\\"><svg viewBox=\\"64 64 896 896\\" focusable=\\"false\\" data-icon=\\"calendar\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z\\"></path></svg></span></span></div></div>"`;
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`🧪 RangePicker snapshot test 快照匹配 1`] = `"<div class=\\"ant-picker ant-picker-range\\"><div class=\\"ant-picker-input ant-picker-input-active\\"><input readonly placeholder=\\"Start date\\" size=\\"12\\" autocomplete=\\"off\\" value></div><div class=\\"ant-picker-range-separator\\"><span aria-label=\\"to\\" class=\\"ant-picker-separator\\"><span role=\\"img\\" aria-label=\\"swap-right\\" class=\\"anticon anticon-swap-right\\"><svg viewBox=\\"0 0 1024 1024\\" focusable=\\"false\\" data-icon=\\"swap-right\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M873.1 596.2l-164-208A32 32 0 00684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z\\"/></svg></span></span></div><div class=\\"ant-picker-input\\"><input readonly placeholder=\\"End date\\" size=\\"12\\" autocomplete=\\"off\\" value></div><div class=\\"ant-picker-active-bar\\" style=\\"left: 0px; width: 0px; position: absolute;\\"></div><span class=\\"ant-picker-suffix\\"><span role=\\"img\\" aria-label=\\"calendar\\" class=\\"anticon anticon-calendar\\"><svg viewBox=\\"64 64 896 896\\" focusable=\\"false\\" data-icon=\\"calendar\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z\\"/></svg></span></span></div>"`;
exports[`🧪 RangePicker snapshot test 快照匹配 1`] = `"<div class=\\"ant-picker ant-picker-range\\"><div class=\\"ant-picker-input ant-picker-input-active\\"><input readonly=\\"\\" placeholder=\\"Start date\\" size=\\"12\\" autocomplete=\\"off\\" value=\\"\\"></div><div class=\\"ant-picker-range-separator\\"><span aria-label=\\"to\\" class=\\"ant-picker-separator\\"><span role=\\"img\\" aria-label=\\"swap-right\\" class=\\"anticon anticon-swap-right\\"><svg viewBox=\\"0 0 1024 1024\\" focusable=\\"false\\" data-icon=\\"swap-right\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M873.1 596.2l-164-208A32 32 0 00684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z\\"></path></svg></span></span></div><div class=\\"ant-picker-input\\"><input readonly=\\"\\" placeholder=\\"End date\\" size=\\"12\\" autocomplete=\\"off\\" value=\\"\\"></div><div class=\\"ant-picker-active-bar\\" style=\\"left: 0px; width: 0px; position: absolute;\\"></div><span class=\\"ant-picker-suffix\\"><span role=\\"img\\" aria-label=\\"calendar\\" class=\\"anticon anticon-calendar\\"><svg viewBox=\\"64 64 896 896\\" focusable=\\"false\\" data-icon=\\"calendar\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z\\"></path></svg></span></span></div>"`;
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`🧪 Empty snapshot test 快照匹配 1`] = `"<div class=\\"ant-empty\\"><div class=\\"ant-empty-image\\"><svg class=\\"ant-empty-img-default\\" width=\\"184\\" height=\\"152\\" viewBox=\\"0 0 184 152\\" xmlns=\\"http://www.w3.org/2000/svg\\"><g fill=\\"none\\" fill-rule=\\"evenodd\\"><g transform=\\"translate(24 31.67)\\"><ellipse class=\\"ant-empty-img-default-ellipse\\" cx=\\"67.797\\" cy=\\"106.89\\" rx=\\"67.797\\" ry=\\"12.668\\"/><path class=\\"ant-empty-img-default-path-1\\" d=\\"M122.034 69.674L98.109 40.229c-1.148-1.386-2.826-2.225-4.593-2.225h-51.44c-1.766 0-3.444.839-4.592 2.225L13.56 69.674v15.383h108.475V69.674z\\"/><path class=\\"ant-empty-img-default-path-2\\" d=\\"M101.537 86.214L80.63 61.102c-1.001-1.207-2.507-1.867-4.048-1.867H31.724c-1.54 0-3.047.66-4.048 1.867L6.769 86.214v13.792h94.768V86.214z\\" transform=\\"translate(13.56)\\"/><path class=\\"ant-empty-img-default-path-3\\" d=\\"M33.83 0h67.933a4 4 0 0 1 4 4v93.344a4 4 0 0 1-4 4H33.83a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\\"/><path class=\\"ant-empty-img-default-path-4\\" d=\\"M42.678 9.953h50.237a2 2 0 0 1 2 2V36.91a2 2 0 0 1-2 2H42.678a2 2 0 0 1-2-2V11.953a2 2 0 0 1 2-2zM42.94 49.767h49.713a2.262 2.262 0 1 1 0 4.524H42.94a2.262 2.262 0 0 1 0-4.524zM42.94 61.53h49.713a2.262 2.262 0 1 1 0 4.525H42.94a2.262 2.262 0 0 1 0-4.525zM121.813 105.032c-.775 3.071-3.497 5.36-6.735 5.36H20.515c-3.238 0-5.96-2.29-6.734-5.36a7.309 7.309 0 0 1-.222-1.79V69.675h26.318c2.907 0 5.25 2.448 5.25 5.42v.04c0 2.971 2.37 5.37 5.277 5.37h34.785c2.907 0 5.277-2.421 5.277-5.393V75.1c0-2.972 2.343-5.426 5.25-5.426h26.318v33.569c0 .617-.077 1.216-.221 1.789z\\"/></g><path class=\\"ant-empty-img-default-path-5\\" d=\\"M149.121 33.292l-6.83 2.65a1 1 0 0 1-1.317-1.23l1.937-6.207c-2.589-2.944-4.109-6.534-4.109-10.408C138.802 8.102 148.92 0 161.402 0 173.881 0 184 8.102 184 18.097c0 9.995-10.118 18.097-22.599 18.097-4.528 0-8.744-1.066-12.28-2.902z\\"/><g class=\\"ant-empty-img-default-g\\" transform=\\"translate(149.65 15.383)\\"><ellipse cx=\\"20.654\\" cy=\\"3.167\\" rx=\\"2.849\\" ry=\\"2.815\\"/><path d=\\"M5.698 5.63H0L2.898.704zM9.259.704h4.985V5.63H9.259z\\"/></g></g></svg></div><div class=\\"ant-empty-description\\">No Data</div></div>"`;
exports[`🧪 Empty snapshot test 快照匹配 1`] = `"<div class=\\"ant-empty\\"><div class=\\"ant-empty-image\\"><svg class=\\"ant-empty-img-default\\" width=\\"184\\" height=\\"152\\" viewBox=\\"0 0 184 152\\" xmlns=\\"http://www.w3.org/2000/svg\\"><g fill=\\"none\\" fill-rule=\\"evenodd\\"><g transform=\\"translate(24 31.67)\\"><ellipse class=\\"ant-empty-img-default-ellipse\\" cx=\\"67.797\\" cy=\\"106.89\\" rx=\\"67.797\\" ry=\\"12.668\\"></ellipse><path class=\\"ant-empty-img-default-path-1\\" d=\\"M122.034 69.674L98.109 40.229c-1.148-1.386-2.826-2.225-4.593-2.225h-51.44c-1.766 0-3.444.839-4.592 2.225L13.56 69.674v15.383h108.475V69.674z\\"></path><path class=\\"ant-empty-img-default-path-2\\" d=\\"M101.537 86.214L80.63 61.102c-1.001-1.207-2.507-1.867-4.048-1.867H31.724c-1.54 0-3.047.66-4.048 1.867L6.769 86.214v13.792h94.768V86.214z\\" transform=\\"translate(13.56)\\"></path><path class=\\"ant-empty-img-default-path-3\\" d=\\"M33.83 0h67.933a4 4 0 0 1 4 4v93.344a4 4 0 0 1-4 4H33.83a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\\"></path><path class=\\"ant-empty-img-default-path-4\\" d=\\"M42.678 9.953h50.237a2 2 0 0 1 2 2V36.91a2 2 0 0 1-2 2H42.678a2 2 0 0 1-2-2V11.953a2 2 0 0 1 2-2zM42.94 49.767h49.713a2.262 2.262 0 1 1 0 4.524H42.94a2.262 2.262 0 0 1 0-4.524zM42.94 61.53h49.713a2.262 2.262 0 1 1 0 4.525H42.94a2.262 2.262 0 0 1 0-4.525zM121.813 105.032c-.775 3.071-3.497 5.36-6.735 5.36H20.515c-3.238 0-5.96-2.29-6.734-5.36a7.309 7.309 0 0 1-.222-1.79V69.675h26.318c2.907 0 5.25 2.448 5.25 5.42v.04c0 2.971 2.37 5.37 5.277 5.37h34.785c2.907 0 5.277-2.421 5.277-5.393V75.1c0-2.972 2.343-5.426 5.25-5.426h26.318v33.569c0 .617-.077 1.216-.221 1.789z\\"></path></g><path class=\\"ant-empty-img-default-path-5\\" d=\\"M149.121 33.292l-6.83 2.65a1 1 0 0 1-1.317-1.23l1.937-6.207c-2.589-2.944-4.109-6.534-4.109-10.408C138.802 8.102 148.92 0 161.402 0 173.881 0 184 8.102 184 18.097c0 9.995-10.118 18.097-22.599 18.097-4.528 0-8.744-1.066-12.28-2.902z\\"></path><g class=\\"ant-empty-img-default-g\\" transform=\\"translate(149.65 15.383)\\"><ellipse cx=\\"20.654\\" cy=\\"3.167\\" rx=\\"2.849\\" ry=\\"2.815\\"></ellipse><path d=\\"M5.698 5.63H0L2.898.704zM9.259.704h4.985V5.63H9.259z\\"></path></g></g></svg></div><div class=\\"ant-empty-description\\">No Data</div></div>"`;
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`🧪 Form snapshot test 快照匹配 1`] = `"<div class=\\"ant-image\\"><img class=\\"ant-image-img\\"><div class=\\"ant-image-mask\\"><div class=\\"ant-image-mask-info\\"><span role=\\"img\\" aria-label=\\"eye\\" class=\\"anticon anticon-eye\\"><svg viewBox=\\"64 64 896 896\\" focusable=\\"false\\" data-icon=\\"eye\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z\\"/></svg></span>Preview</div></div></div>"`;
exports[`🧪 Form snapshot test 快照匹配 1`] = `"<div class=\\"ant-image\\"><img class=\\"ant-image-img\\"><div class=\\"ant-image-mask\\"><div class=\\"ant-image-mask-info\\"><span role=\\"img\\" aria-label=\\"eye\\" class=\\"anticon anticon-eye\\"><svg viewBox=\\"64 64 896 896\\" focusable=\\"false\\" data-icon=\\"eye\\" width=\\"1em\\" height=\\"1em\\" fill=\\"currentColor\\" aria-hidden=\\"true\\"><path d=\\"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z\\"></path></svg></span>Preview</div></div></div>"`;
Loading