Pārlūkot izejas kodu

Merge branch 'dev2.0' of 192.168.3.17:qmx/jy into dev2.0

张金坤 8 gadi atpakaļ
vecāks
revīzija
375243576d
1 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. 5 3
      src/web/templates/weixin/wxpush.html

+ 5 - 3
src/web/templates/weixin/wxpush.html

@@ -384,11 +384,13 @@ a{
 	vertical-align: middle;
 }
 #jytables table thead{
-	font-size: .28rem;
+	/**font-size: .28rem;**/
+	font-size: 14px;
 	color: #686868;
 }
 #jytables table tbody{
-	font-size: .3rem;
+	/**font-size: .3rem;**/
+	font-size: 15px;
 	color: #1d1d1d;
 }
 /*高亮字体*/
@@ -400,7 +402,7 @@ a{
     overflow-x: scroll;
 }
 #jytables{
-	width: 140%;
+	width: 525px;
 }
 #jytables thead>tr>td:nth-child(1){
 	padding:.3rem 0;