dataSourceDetail.less 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .layout-datasource-detail {
  2. .content {
  3. padding: 10px;
  4. .steps-body {
  5. padding: 0 20%;
  6. }
  7. .steps-content {
  8. padding: 10px 0;
  9. .ant-divider {
  10. margin: 10px 0;
  11. .ant-divider-inner-text {
  12. font-weight: bold;
  13. }
  14. }
  15. .ant-form {
  16. .buttons {
  17. float: right;
  18. margin-top: 4px;
  19. button {
  20. margin-left: 4px;
  21. }
  22. }
  23. }
  24. .form-base {
  25. .links {
  26. display: flex;
  27. justify-content: flex-end;
  28. .ant-dropdown-trigger {
  29. margin-right: 4px;
  30. color: rgb(24, 144, 255);
  31. height: 32px;
  32. line-height: 2.2;
  33. }
  34. }
  35. .ant-input-number > .ant-input-number-handler-wrap {
  36. display: none;
  37. }
  38. textarea {
  39. margin-top: 4px;
  40. }
  41. }
  42. .table-columnconfig {
  43. .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
  44. padding: 10px 16px;
  45. }
  46. }
  47. }
  48. .steps-action {
  49. float: right;
  50. button {
  51. margin-left: 8px;
  52. }
  53. }
  54. }
  55. }