Ver Fonte

修复闹钟显示样式

ting.yin há 5 anos atrás
pai
commit
a5cd1ace2c

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

@@ -1197,8 +1197,8 @@ a.button.all-zero-button {
 .clock_popover {
 	top: 30px;
 	left:inherit;
-	right: -35px;
-	width: 320px;
+	right: 0px;
+	width: 250px;
 	text-align: center;
 }
 .clock_popover .popover-content {

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

@@ -1222,8 +1222,8 @@ i,em {
 .clock_popover {
 	top: 30px;
 	left:inherit;
-	right: -35px;
-	width: 320px;
+	right: 0px;
+	width: 250px;
 	text-align: center;
 }
 .clock_popover .popover-content {