fix: 修复实体页面样式
This commit is contained in:
@@ -4,6 +4,17 @@
|
||||
border-radius: 5px;
|
||||
/*border: 1px solid #fff;*/
|
||||
}
|
||||
.entity-detail__content::-webkit-scrollbar-thumb,.cn-container-entity::-webkit-scrollbar-thumb {
|
||||
background-color: #ddd;
|
||||
border-radius: 5px;
|
||||
/*border: 1px solid #fff;*/
|
||||
}
|
||||
.entity-detail__content::-webkit-scrollbar-thumb:hover,.cn-container-entity::-webkit-scrollbar-thumb:hover {
|
||||
background-color: #ccc;
|
||||
border-radius: 5px;
|
||||
/*border: 1px solid #fff;*/
|
||||
}
|
||||
|
||||
/*---鼠标点击滚动条显示样式--*/
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background-color: #ddd;
|
||||
|
||||
Reference in New Issue
Block a user