FIX: Some bug in modelinfo webpage

Change-Id: I182fd0006f92975018012cb52a7093373153f80e
(cherry picked from commit c8341df9b548c0eed8769cb6b6dc80aab10b8827)
This commit is contained in:
zorro.zhang 2023-03-06 20:03:34 +08:00 committed by Lane.Wei
parent 61b271f379
commit 223291452b
4 changed files with 45 additions and 11 deletions

View file

@ -4,6 +4,14 @@ body
color: #B3B3B5;
}
.ZScrol::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
background-color: #939594;
}
.ZScrol::-webkit-scrollbar-track {/*滚动条里面轨道*/
background: #161817;
}
#EmptyArea img
{
content:url(../img/null2.png);