소스 검색

修复闹钟显示样式

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

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