瀏覽代碼

修复奥鹏登录样式

ting.yin 5 年之前
父節點
當前提交
bb576c1114

+ 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) {