| | |
| | | </div> |
| | | <div class="clearFixed" /> |
| | | <!-- 清除定位的影响 --> |
| | | <div class="breadcrumb"> |
| | | <Breadcrumb class="breadcrumb-container" ref="breadcrumb" /> |
| | | </div> |
| | | <div class="app-main"> |
| | | <app-main ref="main" @triggerCombackBtn="triggerCombackBtn"/> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | box-shadow: 0 0 0.857143rem rgba(0,0,0,.12); |
| | | } |
| | | .main-container{ |
| | | position: relative; |
| | | background: #f0f2f5; |
| | | .clearFixed{ |
| | | height: 50px; |
| | | } |
| | | .breadcrumb{ |
| | | position: fixed; |
| | | left: 0.57rem !important; |
| | | width: 93.8%; |
| | | z-index: 999; |
| | | } |
| | | .app-main{ |
| | | margin-top: 4vh; |
| | | } |
| | | } |
| | | } |
| | | .drawer-bg { |