fix: 修复实体页面样式

This commit is contained in:
@changcode
2022-09-01 18:28:22 +08:00
parent 897f9285e8
commit 7c6c18b20b
6 changed files with 19 additions and 7 deletions

View File

@@ -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;