优化安装程序

This commit is contained in:
GoEdgeLab
2021-11-01 21:09:52 +08:00
parent dfcafbaed9
commit b157d8f7b2
9 changed files with 96 additions and 3 deletions

View File

@@ -63,6 +63,20 @@
z-index: 1;
width: @width;
bottom: 1em;
button {
z-index: 10;
}
.status-box {
position: absolute;
top: 3em;
left: 15em;
right: 15em;
bottom: 0;
text-align: center;
z-index: 0;
}
}
}