Linkage.less 472 B

123456789101112131415161718192021222324252627282930313233343536
  1. @import "~assets/less/variable";
  2. .chartContainer {
  3. width: 100%;
  4. height: 400px;
  5. }
  6. .chartEmpty {
  7. width: 100%;
  8. height: 400px;
  9. display: flex;
  10. flex-direction: column;
  11. justify-content: center;
  12. align-items: center;
  13. i {
  14. font-size: 48px;
  15. color: darken(@border-color-base, 10%);
  16. }
  17. p {
  18. color: @disabled-text-color;
  19. }
  20. }
  21. .tools {
  22. margin-bottom: 8px;
  23. text-align: right;
  24. }
  25. .linkageForm {
  26. .linkageFormItem {
  27. margin-bottom: 16px;
  28. }
  29. }