| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | //侧边栏 |
| | | .sidebar-box { |
| | | margin: 0 20px 0 0 ; |
| | | .box-card{ |
| | | min-height: 300px; |
| | | max-height: calc(100vh - 198px); |
| | | overflow: auto; |
| | | scrollbar-width: none; /* Firefox */ |
| | | -ms-overflow-style: none; /* IE 10+ */ |
| | | &::-webkit-scrollbar { |
| | | display: none; /* Chrome Safari */ |
| | | } |
| | | } |
| | | } |
| | | //main-container全局样式 |
| | | .app-container { |
| | | display: flex; |
| | | padding: 20px; |
| | | flex: 1; |
| | | overflow: auto; |
| | | } |
| | | |
| | | .components-container { |
| | | margin: 30px 50px; |
| | | position: relative; |
| | |
| | | color: rgb(32, 160, 255); |
| | | } |
| | | } |
| | | |
| | | .filter-card{ |
| | | margin-bottom: 20px; |
| | | } |
| | | .filter-container { |
| | | padding-bottom: 10px; |
| | | |
| | | .filter-item { |
| | | display: inline-block; |
| | | vertical-align: middle; |