| | |
| | | .avue-sidebar, |
| | | .avue-top, |
| | | .avue-logo, |
| | | .avue-layout |
| | | .login-logo, |
| | | .avue-layout .login-logo, |
| | | .avue-main { |
| | | transition: all .3s; |
| | | } |
| | |
| | | height: $top_height; |
| | | display: flex; |
| | | |
| | | .avue-menu, .el-menu-item, .el-sub-menu__title { |
| | | .avue-menu, |
| | | .el-menu-item, |
| | | .el-sub-menu__title { |
| | | height: $top_height; |
| | | line-height: $top_height; |
| | | } |
| | |
| | | } |
| | | |
| | | .avue--collapse { |
| | | |
| | | .avue-sidebar, |
| | | .avue-logo { |
| | | width: $sidebar_collapse; |
| | |
| | | @import './media.scss'; |
| | | //滚动条样式 |
| | | @include scrollBar; |
| | | |
| | | |
| | | // 地图区域html标签样式调整 |
| | | .div-icon { |
| | | padding: 0px !important; |
| | | border: none !important; |
| | | background: transparent !important; |
| | | border-radius: 50% !important; |
| | | |
| | | .point-icon-box { |
| | | width: 28px; |
| | | height: 28px; |
| | | line-height: 28px; |
| | | text-align: center; |
| | | font-size: 16px; |
| | | color: #fff; |
| | | background: rgb(255, 186, 0); |
| | | border-radius: 50%; |
| | | } |
| | | } |