Skip to content

Commit 1580604

Browse files
committed
增加动图
1 parent bd515ab commit 1580604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Docs/wwLogin.gif

117 KB
Loading

WwExternalLogin/WwExternalLoginWithCustomQRDemo/Areas/Identity/Pages/Account/Login.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@
6161
}
6262
else
6363
{
64-
<div style="height:400px">
64+
<div style="height:420px">
6565
<form id="external-account" asp-page="./ExternalLogin" asp-route-returnUrl="@Model.ReturnUrl" method="post" target="ifmWw" style="display:none">
6666
<div>
6767
<p>
6868
<button id="wwLoginBtn" type="submit" class="btn btn-primary" name="provider" value="Ww">微信企业版</button>
6969
</p>
7070
</div>
7171
</form>
72-
<iframe id="ifmWw" name="ifmWw" scrolling="no" style="width:450px;height:400px" onload="redirectToParent(this)">
72+
<iframe id="ifmWw" name="ifmWw" scrolling="no" style="width:320px;height:420px" onload="redirectToParent(this)">
7373
</iframe>
7474
</div>
7575
}

0 commit comments

Comments
 (0)