shuishen
2023-01-02 00bdfc968ac2fa46d3a76e292827c7e10247e07c
src/styles/base/index.scss
@@ -2,8 +2,6 @@
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-color: rgba(8, 56, 185, 0.9) hsla(0, 0%, 84.7%, 0.2);
    scrollbar-width: thin;
}
html,
@@ -13,7 +11,7 @@
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #171b22;
    background: #032e61;
    // scrollbar-width: none;
    // -ms-overflow-style: none;
@@ -38,35 +36,35 @@
    -ms-interpolation-mode: nearest-neighbor;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
}
// ::-webkit-scrollbar {
//     width: 5px;
//     height: 5px;
//     background-color: transparent;
// }
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: transparent;
}
// ::-webkit-scrollbar {
//     width: 7px;
//     height: 7px;
//     background-color: transparent;
// }
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: hsla(220deg, 4%, 58%, 0.3);
}
// ::-webkit-scrollbar-thumb {
//     border-radius: 5px;
//     background-color: hsla(220deg, 4%, 58%, 0.3);
// }
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: hsla(220deg, 4%, 58%, 0.3);
}
// ::-webkit-scrollbar-thumb {
//     border-radius: 5px;
//     background-color: hsla(220deg, 4%, 58%, 0.3);
// }
::-webkit-scrollbar-track-piece {
    background-color: transparent;
}
// ::-webkit-scrollbar-track-piece {
//     background-color: transparent;
// }
::-webkit-scrollbar-track-piece {
    background-color: transparent;
}
// ::-webkit-scrollbar-track-piece {
//     background-color: transparent;
// }
.car-video-box {
    .el-dialog {