| | |
| | | |
| | | //main-container全局样式 |
| | | .app-container { |
| | | padding: 20px; |
| | | // padding: 0 12px; |
| | | padding-right: 12px; |
| | | } |
| | | |
| | | .components-container { |
| | |
| | | // ::v-deep(.el-range-separator) { |
| | | color: #999 !important; |
| | | } |
| | | } |
| | | |
| | | /* 全局滚动条样式 */ |
| | | ::-webkit-scrollbar { |
| | | width: 6px; |
| | | height: 6px; |
| | | } |
| | | |
| | | ::-webkit-scrollbar-track { |
| | | background-color: rgba(0, 0, 0, 0.05); |
| | | border-radius: 10px; |
| | | } |
| | | |
| | | ::-webkit-scrollbar-thumb { |
| | | background-color: rgba(144, 147, 153, 0.3); |
| | | border-radius: 10px; |
| | | } |
| | | |
| | | ::-webkit-scrollbar-thumb:hover { |
| | | background-color: rgba(144, 147, 153, 0.5); |
| | | } |