优化安装程序

This commit is contained in:
刘祥超
2021-11-01 21:09:52 +08:00
parent 249dc6accd
commit ad6ac1aad6
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;
}
}
}