monitor-detail.component.less 390 B

12345678910111213141516171819202122232425262728
  1. nz-sider {
  2. background: #f5f7fa;
  3. color: rgba(131, 61, 176, 0.51);
  4. line-height: 120px;
  5. margin-right: 15px;
  6. height: 100%;
  7. }
  8. nz-content {
  9. background: #fff;
  10. color: rgba(131, 61, 176, 0.51);
  11. min-height: 100%;
  12. line-height: 120px;
  13. }
  14. nz-layout {
  15. margin-bottom: 10px;
  16. height: 100%;
  17. background: #f5f7fa;
  18. }
  19. nz-layout:last-child {
  20. margin: 0;
  21. }
  22. p {
  23. font-size: xx-small;
  24. }