页面还差 Timed Task

This commit is contained in:
zogodo
2020-02-22 14:12:24 +08:00
parent d53cebadc9
commit 47ce240fdc
5 changed files with 493 additions and 354 deletions

View File

@@ -707,3 +707,24 @@ _:-ms-input-placeholder, :root .demo-graph {
.station-radio {
margin-left: 20px;
}
table {
width: 100%;
}
.mdl-data-table th {
font-weight: bold;
}
.mdl-data-table td, .mdl-data-table th {
text-align: center;
}
.sys-log {
height: 400px;
overflow: scroll;
}
.demo-card-event > .mdl-card__actions {
display: flex;
box-sizing:border-box;
align-items: center;
}
.mdl-button {
padding: 2px 6px 0 6px;
}