monitor-detail.component.less 440 B

123456789101112131415161718192021222324252627282930
  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. word-wrap: break-word;
  25. word-break: break-all;
  26. }