增加自动检查系统更新设置

This commit is contained in:
刘祥超
2021-12-21 15:18:11 +08:00
parent 2e9182933e
commit 0fcba7e90c
39 changed files with 348 additions and 1497 deletions

View File

@@ -0,0 +1,37 @@
.ui.message .icon {
position: absolute;
right: 1em;
top: 1.8em;
}
.grid {
margin-top: 2em !important;
margin-left: 2em !important;
}
.grid .column {
margin-bottom: 2em;
border-right: 1px #eee solid;
}
.grid .column div.value {
margin-top: 1.5em;
}
.grid .column div.value span {
font-size: 2em;
margin-right: 0.2em;
}
.grid .column.no-border {
border-right: 0;
}
.grid h4 a {
display: none;
}
.grid .column:hover a {
display: inline;
}
.chart-box {
height: 14em;
}
h4 span {
font-size: 0.8em;
color: grey;
}
/*# sourceMappingURL=user.css.map */