This commit is contained in:
夏菊 2025-03-03 11:26:04 +08:00
parent 6afc809ec6
commit b68910cdd5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" Hidden="true" Text="关闭" runat="server" Icon="SystemClose" Size="Medium">
</f:Button>
<iframe id="LookHtml" runat="server" width="700" height="600" name="LookHtml" hidden="hidden"></iframe>
<f:Image ID="Image1" runat="server" ImageMinWidth="1000px" Icon="World" Hidden="true">
<f:Image ID="Image1" runat="server" ImageWidth="1000px" Icon="World" Hidden="true">
</f:Image>
</form>
</body>