| | |
| | | position: fixed; |
| | | left: 0; |
| | | top: 0; |
| | | width: 280px; |
| | | width: 200px; |
| | | height: 100%; |
| | | z-index: 1025; |
| | | } |
| | |
| | | } |
| | | |
| | | .avue-header { |
| | | padding-left: 280px; |
| | | padding-left: 200px; |
| | | width: 100%; |
| | | background-color: #fff; |
| | | box-sizing: border-box; |
| | |
| | | |
| | | .avue-main { |
| | | position: absolute; |
| | | left: 280px; |
| | | left: 200px; |
| | | padding: 0; |
| | | padding-bottom: 20px; |
| | | width: calc(100% - 280px); |
| | | width: calc(100% - 200px); |
| | | height: calc(100% - 64px); |
| | | box-sizing: border-box; |
| | | overflow: hidden; |
| | |
| | | } |
| | | |
| | | @media screen and (max-width: 992px) { |
| | | $width: 280px; |
| | | $width: 200px; |
| | | |
| | | // ele的自适应 |
| | | .el-dialog, |