소스 검색

修复奥鹏登录样式

ting.yin 5 년 전
부모
커밋
bb576c1114
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      stmms-web/src/main/webapp/static/aopeng/css/style.css
  2. 1 0
      stmms-web/src/main/webapp/static/mark-track/js/mark-control.js

+ 2 - 2
stmms-web/src/main/webapp/static/aopeng/css/style.css

@@ -131,8 +131,8 @@ input[type="text"]:focus, input[type="password"]:focus {
 	padding-left: 40px;
 }
 .login div.txt {
-	height: 40px;
-	line-height: 40px;
+	height: 60px;
+	line-height: 25px;
 	padding: 0 58px;
 	text-align: left;
 	font-size: 12px;

+ 1 - 0
stmms-web/src/main/webapp/static/mark-track/js/mark-control.js

@@ -74,6 +74,7 @@ MarkControl.prototype.initHeaderAndAssistant = function() {
     this.container.markTime.hide();
     this.container.clock = this.container.header.find("#mark-clock");
     this.container.clock.mouseover(this, function(event) {
+    	self.container.markTime[0].style.top = this.offsetTop + this.offsetHeight + 'px';
     	self.container.markTime.show();
     });
     this.container.clock.mouseout(this, function(event) {