modify mailbody

This commit is contained in:
Ulric Qin 2022-03-01 14:02:38 +08:00
parent b73bef8a0c
commit 085bd39684
1 changed files with 7 additions and 3 deletions

View File

@ -22,7 +22,7 @@
border-radius: 2px 2px 0 0;
}
header .title {
font-size: 16px;
font-size: 14px;
color: #333333;
margin: 0;
}
@ -55,12 +55,16 @@
.succ {
background-color: green;
color: white;
color: #fff;
}
.fail {
background-color: red;
color: white;
color: #fff;
}
.succ th, .succ td, .fail th, .fail td {
color: #fff;
}
table tbody tr th {