Browse Source

重新提交,提示登录,链接样式

dell 8 years ago
parent
commit
cc4a70bed3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/webapp/js/information.brow.js

+ 3 - 3
src/main/webapp/js/information.brow.js

@ -669,11 +669,11 @@ var resou;
669 669
			$("#mb_btnbox").append(aele);
670 670
			$("#mb_btnbox a").css({
671 671
				'display':"block",
672
				'width':'100px',
672
				'width':'100%',
673 673
				'height':'40px',
674 674
				'position':'relative',
675
				'bottom':'39px',
676
				'left':'151px'
675
				'bottom':'40px',
676
				'left':0
677 677
				});
678 678
			aele.setAttribute('href', '../login.html');
679 679