安装过程中可以选择自动在本机安装MySQL

This commit is contained in:
GoEdgeLab
2023-03-11 18:52:40 +08:00
parent 6d34de12da
commit 83e7a5dc14
22 changed files with 1287 additions and 164 deletions

View File

@@ -0,0 +1,42 @@
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;
}