mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-07 21:50:25 +08:00
安装过程中可以选择自动在本机安装MySQL
This commit is contained in:
42
web/views/@default/setup/mysql/installPopup.less
Normal file
42
web/views/@default/setup/mysql/installPopup.less
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user