|
|
@ -382,10 +382,33 @@ exports[`Login Page should login success 1`] = ` |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
<button |
|
|
<button |
|
|
class="ant-btn css-var-_r_7_ ant-btn-primary ant-btn-color-primary ant-btn-variant-solid ant-btn-lg" |
|
|
class="ant-btn css-var-_r_7_ ant-btn-primary ant-btn-color-primary ant-btn-variant-solid ant-btn-lg ant-btn-loading" |
|
|
style="width: 100%;" |
|
|
style="width: 100%;" |
|
|
type="button" |
|
|
type="button" |
|
|
> |
|
|
> |
|
|
|
|
|
<span |
|
|
|
|
|
class="ant-btn-icon ant-btn-loading-icon" |
|
|
|
|
|
> |
|
|
|
|
|
<span |
|
|
|
|
|
aria-label="loading" |
|
|
|
|
|
class="anticon anticon-loading anticon-spin" |
|
|
|
|
|
role="img" |
|
|
|
|
|
> |
|
|
|
|
|
<svg |
|
|
|
|
|
aria-hidden="true" |
|
|
|
|
|
data-icon="loading" |
|
|
|
|
|
fill="currentColor" |
|
|
|
|
|
focusable="false" |
|
|
|
|
|
height="1em" |
|
|
|
|
|
viewBox="0 0 1024 1024" |
|
|
|
|
|
width="1em" |
|
|
|
|
|
> |
|
|
|
|
|
<path |
|
|
|
|
|
d="M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" |
|
|
|
|
|
/> |
|
|
|
|
|
</svg> |
|
|
|
|
|
</span> |
|
|
|
|
|
</span> |
|
|
<span> |
|
|
<span> |
|
|
Login |
|
|
Login |
|
|
</span> |
|
|
</span> |
|
|
|