修改显示字段,增加信息弹窗,保存账号,增加websocket定时刷新,增加校验功能
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user