chore(template): 优化logs.html模板中的样式
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ching 2025-02-09 21:06:12 +08:00
parent 12f1649a39
commit e924f5165c

View File

@ -101,16 +101,23 @@
display: block; display: block;
overflow-x: auto; overflow-x: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
width: 100%;
} }
th, td { th, td {
padding: 10px; padding: 10px;
font-size: 0.9rem; font-size: 0.9rem;
min-width: 100px;
}
td {
width: 33.33%;
} }
.retry-button { .retry-button {
padding: 6px 12px; padding: 6px 12px;
font-size: 0.8rem; font-size: 0.8rem;
width: 100%;
} }
} }