| | |
| | | @import './mapEdit.scss'; |
| | | |
| | | @import './common/cockpit.scss'; |
| | | @import './customFont.scss'; |
| | | |
| | | a { |
| | | text-decoration: none; |
| | |
| | | |
| | | * { |
| | | outline: none; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .avue-sidebar, |
| | |
| | | flex: 1; |
| | | height: 100%; |
| | | box-sizing: border-box; |
| | | background: url('@/assets/images/layoutBg.png') repeat; |
| | | background-position: 0 -20px; |
| | | |
| | | .layer-content-bottom { |
| | | width: 100%; |
| | |
| | | } |
| | | |
| | | .avue--collapse { |
| | | |
| | | |
| | | .avue-layout { |
| | | > .layer-page-leaf-container { |
| | | width: 53px; |
| | |
| | | } |
| | | } |
| | | |
| | | .work-cesium { |
| | | .gd-cesium { |
| | | position: relative; |
| | | .cesium-viewer { |
| | | height: 100%; |
| | | overflow: hidden; |
| | |
| | | .cesium-viewer-bottom { |
| | | display: none; |
| | | } |
| | | } |
| | | } |
| | | |