Commit 22685299 authored by zhengke's avatar zhengke

修改

parent f479a64b
......@@ -33,25 +33,23 @@
padding: 0;
}
/*.role-form .role_TreeList::-webkit-scrollbar {*/
/* width: 3px;*/
/* height: 3px;*/
/* background-color: #F5F5F5;*/
/*}*/
.role-form .role_TreeList::-webkit-scrollbar {
width: 3px;
height: 3px;
background-color: #F5F5F5;
}
/*!*定义滚动条轨道 内阴影+圆角*!*/
/*.role-form .role_TreeList::-webkit-scrollbar-track {*/
/* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
/* border-radius: 10px;*/
/* background-color: #F5F5F5;*/
/*}*/
.role-form .role_TreeList::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
/*!*定义滑块 内阴影+圆角*!*/
/*.role-form .role_TreeList::-webkit-scrollbar-thumb {*/
/* border-radius: 10px;*/
/* -webkit-box-shadow: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));*/
/* background-color: #0ae;*/
/*}*/
.role-form .role_TreeList::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
background-color: #0ae;
}
.role-form .role_MenuList span {
......@@ -81,7 +79,9 @@
border-radius: 4px;
overflow: auto;
}
.role-form .role_ItemList:last-child{
margin-right:0;
}
.role-form .role_ItemList::-webkit-scrollbar {
width: 3px;
height: 6px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment