mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-20 16:20:27 +08:00
42 lines
371 B
Plaintext
42 lines
371 B
Plaintext
|
|
td {
|
||
|
|
vertical-align: top;
|
||
|
|
}
|
||
|
|
|
||
|
|
td.title {
|
||
|
|
width: 10em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.result-box {
|
||
|
|
.row {
|
||
|
|
line-height: 1.8;
|
||
|
|
}
|
||
|
|
|
||
|
|
.button-box {
|
||
|
|
margin-top: 1em;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.logs-box {
|
||
|
|
max-height: 12em;
|
||
|
|
overflow-y: auto;
|
||
|
|
|
||
|
|
.row {
|
||
|
|
line-height: 1.8;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.logs-box::-webkit-scrollbar {
|
||
|
|
width: 6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
h4 {
|
||
|
|
font-weight: normal !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.green {
|
||
|
|
color: #21ba45;
|
||
|
|
}
|
||
|
|
|
||
|
|
.red {
|
||
|
|
color: #db2828;
|
||
|
|
}
|