这是我的默认浏览器大小。我的二维码在正确的位置。
当我重新调整浏览器的大小时。我得到了这个。但是QR code
如果我减少它,我的就会消失。
我要QR code
下captcha
。我已经搜索过了,得到了一些答案,但在我的情况下都不起作用。请帮忙。
这是我的代码。提前致谢。
<div style="border: 1px solid lightgrey; border-radius: 10px 10px 10px 10
</table>px; width: 75%">
<table width= "75%" style="margin-left:1%">
<tr>
<td>
@Html.Captcha("Refresh", "Enter Captcha", 5, "Is required field.", true)<div style="color: Red;">@TempData["ErrorMessage"]</div>
</td>
<td>
<div id="qrcode" style="width: 200px; display: none">
<img src="@Url.Action("QrCode", "Qr", new { url = Model.ShortUrl })" onclick="AppendURL('@this.Model.ShortUrl')"/>
</div>
</td>
</tr>
</table>
</div>