123456789101112131415161718192021222324252627282930 |
- // .container-bg{
- // background: #fff;
- // width: 100%;
- // position: relative;
- // }
- // .main-layout.el-container{
- // width: 96%;
- // height: 90vh;
- // margin-top: 20px;
- // }
- // .right-plate{
- // // width: 77%;
- // margin-left: 2%;
- // .main-top{
- // height: 110px;
- // background-color: #fff;
- // }
- // .main-cont{
- // margin-top: 15px;
- // background-color: #fff;
- // }
- // }
- // .left-plate{
- // background: #FFF;
- // margin-left: 20px;
- // }
- // ::v-deep .left-plate.el-aside{
- // width: 18% !important;
- // }
|