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