home.scss 613 B

123456789101112131415161718192021222324252627282930
  1. // .container-bg{
  2. // background: #fff;
  3. // width: 100%;
  4. // position: relative;
  5. // }
  6. // .main-layout.el-container{
  7. // width: 96%;
  8. // height: 90vh;
  9. // margin-top: 20px;
  10. // }
  11. // .right-plate{
  12. // // width: 77%;
  13. // margin-left: 2%;
  14. // .main-top{
  15. // height: 110px;
  16. // background-color: #fff;
  17. // }
  18. // .main-cont{
  19. // margin-top: 15px;
  20. // background-color: #fff;
  21. // }
  22. // }
  23. // .left-plate{
  24. // background: #FFF;
  25. // margin-left: 20px;
  26. // }
  27. // ::v-deep .left-plate.el-aside{
  28. // width: 18% !important;
  29. // }