优化安装页面 Ui

This commit is contained in:
pushuo 2022-09-16 11:40:49 +08:00 committed by Edward Yang
parent 760e74f81a
commit a4525802c4
2 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,7 @@
span.index {
width: 40px;
flex: 0 0 40px;
height: 40px;
border: 2px solid #ddd;
border-radius: 50%;

View File

@ -16,6 +16,10 @@ body {
display: flex;
flex-direction: column;
justify-content: space-between;
@media (max-width: 768px) {
padding: 20px;
}
}
> .content {