修改显示字段,增加信息弹窗,保存账号,增加websocket定时刷新,增加校验功能

This commit is contained in:
2024-04-29 16:46:44 +08:00
parent 3bbea6fcae
commit 243ef444c7
11 changed files with 567 additions and 83 deletions

View File

@@ -31,6 +31,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.hide {
display: none;
}
@@ -40,6 +43,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.show {
display: block;
}
.overauto {
overflow: auto !important;
}
.ellipsis{
overflow: hidden;
text-overflow: ellipsis;