Browse Source

#IQRV #comment [JS][BugFix] 集中配置下载窗口位置错乱

gifur 3 years ago
parent
commit
43bfb9477a

+ 1 - 1
addin/res/ManagerDesktop/errPage.html

@@ -52,7 +52,7 @@
 				<h5 class="fz_24">下载集中配置</h5>
 				<div class="rows">
 					<label for="configAddr">集中配置地址</label>
-					<input type="text" name="configAddr" style="width:520px;" placeholder="请输入..." onblur="onblurAddr('config')" />
+					<input type="text" name="configAddr" style="width:360px;" placeholder="请输入..." onblur="onblurAddr('config')" />
 				</div>
 				<div class="rows" style="display:none;">
 					<label for="configPort">集中配置端口</label>

+ 1 - 1
addin/res/ManagerDesktop/initPassword.html

@@ -30,7 +30,7 @@
 			<h5 class="fz_24">下载集中配置</h5>
 			<div class="rows">
 				<label for="configAddr">集中配置地址</label>
-				<input type="text" name="configAddr" style="width:520px;" onfocus="En26Focus()" placeholder="请输入..." onblur="onblurAddr('config')" />
+				<input type="text" name="configAddr" style="width:460px;" onfocus="En26Focus()" placeholder="请输入..." onblur="onblurAddr('config')" />
 			</div>
 			<div class="rows"  style="display:none;">
 				<label for="configPort">集中配置端口</label>