change table font size to 14px

This commit is contained in:
r0n1n7an 2023-11-26 19:21:22 +08:00
parent ed4c7515a2
commit 5832992701
4 changed files with 11 additions and 2 deletions

Binary file not shown.

BIN
APIServer.exe~ Normal file

Binary file not shown.

View File

@ -2,3 +2,12 @@
2023/11/26 13:55:57.705863 [MSG] Starting HTTP Server On Port: 9000
2023/11/26 14:18:51.150028 [MSG] Stopping Service ...
2023/11/26 14:18:51.490959 [MSG] Service Stop.
2023/11/26 16:47:50.371038 [MSG] Starting Service ...
2023/11/26 16:47:50.371038 [MSG] Starting HTTP Server On Port: 9000
2023/11/26 16:47:50.371710 [MSG] Service Started.
2023/11/26 16:48:05.560613 [MSG] [; /getuutinfo/; Request: map[string]string{"QUERY":"Query", "USN":""}
2023/11/26 16:48:05.560613 [ERR] [; /getuutinfo/; map[string]string{"QUERY":"Query", "USN":""}; Invalid Parameters !
2023/11/26 16:48:14.359757 [MSG] [; /getuutinfo/; Request: map[string]string{"QUERY":"Query", "USN":"test"}
2023/11/26 16:48:15.199717 [MSG] [; /getuutinfo/; Request: map[string]string{"QUERY":"Query", "USN":"test"}
2023/11/26 16:48:35.401080 [ERR] [; /getuutinfo/; map[string]string{"QUERY":"Query", "USN":"test"}; dial tcp 10.60.230.109:3306: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2023/11/26 16:48:36.225172 [ERR] [; /getuutinfo/; map[string]string{"QUERY":"Query", "USN":"test"}; dial tcp 10.60.230.109:3306: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

View File

@ -458,7 +458,7 @@ func (e *EWS) TemplateHTML(loc, locTime, misc, last, bkup string) string {
color: #fff;
border: 1px solid rgb(81, 130, 187);
padding: 5px 10px;
font-size: 12px;
font-size: 14px;
font-family: Verdana;
font-weight: bold;
}
@ -468,7 +468,7 @@ func (e *EWS) TemplateHTML(loc, locTime, misc, last, bkup string) string {
td {
color: #000;
padding: 5px 10px;
font-size: 12px;
font-size: 14px;
font-family: Consolas;
}
span {