优化安装程序

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

@@ -51,6 +51,18 @@
width: 50em;
bottom: 1em;
}
.install-box .button-group button {
z-index: 10;
}
.install-box .button-group .status-box {
position: absolute;
top: 3em;
left: 15em;
right: 15em;
bottom: 0;
text-align: center;
z-index: 0;
}
.install-box::-webkit-scrollbar {
width: 4px;
}