change border-spacing

This commit is contained in:
r0n1n7an 2023-11-25 14:08:31 +08:00
parent e8195401d2
commit 8a940330e2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -441,7 +441,7 @@ func (e *EWS) TemplateHTML(loc, locTime, misc, last, bkup string) string {
table {
border: 1px solid rgb(81, 130, 187);
border-collapse: separate;
border-spacing: 0px;
border-spacing: 1px;
position: static;
}
th {