index.scss 535 B

1234567891011121314151617181920212223242526272829303132333435
  1. .tooltip-content {
  2. max-width: 500px;
  3. overflow-y: auto;
  4. }
  5. .inStorage-form {
  6. :deep(.el-drawer__header) {
  7. margin-bottom: 0;
  8. }
  9. .box-card {
  10. height: 100%;
  11. :deep(.el-card__body) {
  12. height: calc(100% - 70px);
  13. }
  14. }
  15. .btn {
  16. margin-top: 32px;
  17. display: flex;
  18. justify-content: center;
  19. .el-button {
  20. padding: 0 32px;
  21. }
  22. }
  23. .w-50 {
  24. width: 21.5rem;
  25. }
  26. .input-suffix {
  27. width: 100%;
  28. .inline-flex {
  29. white-space: nowrap;
  30. }
  31. .d-flex {
  32. display: flex;
  33. }
  34. }
  35. }