change font size of span tag in uutinfo response

This commit is contained in:
r0n1n7an 2023-12-04 09:57:14 +08:00
parent 19002030c0
commit 56d2abb9cb
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -670,7 +670,7 @@ func (e *EWS) TemplateUutInfo(loc, locTime, misc, last, bkup string) string {
font-family: Consolas; font-family: Consolas;
} }
span { span {
font-size: 12px; font-size: 14px;
font-family: Consolas; font-family: Consolas;
} }
</style> </style>