mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 21:39:53 +08:00
45 lines
806 B
Plaintext
45 lines
806 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Renderer:button-toolbar 1`] = `
|
|
<div>
|
|
<div
|
|
class="cxd-Form-item cxd-Form-item--normal show"
|
|
data-role="form-item"
|
|
>
|
|
<label
|
|
class="cxd-Form-label"
|
|
>
|
|
<span>
|
|
<span
|
|
class="cxd-TplField"
|
|
>
|
|
<span>
|
|
button-toolbar
|
|
</span>
|
|
</span>
|
|
</span>
|
|
</label>
|
|
<div
|
|
class="cxd-ButtonToolbar cxd-Form-control"
|
|
>
|
|
<button
|
|
class="cxd-Button cxd-Button--default"
|
|
type="button"
|
|
>
|
|
<span>
|
|
按钮1
|
|
</span>
|
|
</button>
|
|
<button
|
|
class="cxd-Button cxd-Button--default"
|
|
type="button"
|
|
>
|
|
<span>
|
|
按钮2
|
|
</span>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|