mirror of https://gitee.com/y_project/RuoYi.git
滚动条样式调整
parent
e5ab665c57
commit
5f05734e46
File diff suppressed because one or more lines are too long
|
@ -6858,42 +6858,6 @@ body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed
|
|||
transition: all .3s ease-out 0s;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #999;
|
||||
}
|
||||
/*GO HOME*/
|
||||
.gohome {
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.gohome a {
|
||||
height: 38px;
|
||||
width: 38px;
|
||||
display: block;
|
||||
background: #2f4050;
|
||||
padding: 9px 8px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
border-radius: 50%;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.gohome a:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio : 2) {
|
||||
#content-main {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
|
|
@ -968,4 +968,20 @@ label {
|
|||
.fixed-table-container .selected {
|
||||
background-color: #E8F7FD;
|
||||
color: #1890ff;
|
||||
}
|
||||
|
||||
/** 滚动条样式 **/
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 10px;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 6px;
|
||||
background-color: #999;
|
||||
}
|
Loading…
Reference in New Issue