// 除组件外的一些 共有样式

// 自定义 scrollbar 样式
.dt-scrollbar-base {
    &::-webkit-scrollbar-thumb {
        background: @whiteBF;
    }
}
