/* 滚动条样式 */
|
|
::-webkit-scrollbar {
|
width: 8px;
|
height: 8px;
|
background-color: #409eff;
|
}
|
|
::-webkit-scrollbar-track {
|
background: #eee;
|
}
|
|
::-webkit-scrollbar-thumb {
|
background: #409eff;
|
border-radius: 100px;
|
}
|
|
::-webkit-scrollbar-thumb:hover {
|
background: #409eff;
|
}
|
|
::-webkit-scrollbar-corner {
|
background: #409eff;
|
}
|
|
|
.box_div {
|
background: #F4F8FF;
|
}
|
|
.subpage_Div {
|
border: 1px solid #dcdfe6;
|
}
|
|
.el-scrollbar .el-scrollbar__bar .is-vertical {
|
width: 0;
|
}
|
|
.el-tree {
|
background: transparent !important;
|
}
|
|
.el-tree {
|
background: transparent !important;
|
}
|
|
.el-tree-node.is-current>.el-tree-node__content {
|
|
color: #409eff !important;
|
}
|
|
.el-tree-node__content :hover {
|
|
background-color: transparent !important;
|
}
|
|
.el-pager li {
|
|
background: transparent;
|
}
|
|
.btn-prev {
|
background: transparent !important;
|
}
|
|
.btn-next {
|
background: transparent !important;
|
}
|
|
.el-tabs__content {
|
overflow: revert;
|
}
|
|
.el-dialog__wrapper {
|
z-index: 999;
|
}
|
.scopeRowColor{
|
color: #606266;
|
}
|