dataSourceDetail.less 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .layout-datasource-detail {
  2. .content {
  3. padding: 10px;
  4. .steps-body {
  5. padding: 0 20%;
  6. }
  7. .steps-content,.tab-datasource {
  8. padding: 10px 30px;
  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. cursor: pointer;
  30. margin-right: 4px;
  31. color: rgb(24, 144, 255);
  32. height: 32px;
  33. line-height: 2.2;
  34. }
  35. }
  36. .ant-input-number > .ant-input-number-handler-wrap {
  37. display: none;
  38. }
  39. textarea {
  40. margin-top: 4px;
  41. }
  42. .upload {
  43. .ant-upload-drag {
  44. margin: 0 auto;
  45. width: 80%;
  46. margin: 0 0 0 16.666666%;
  47. width: 83%;
  48. }
  49. .ant-upload-list {
  50. margin: 0 auto;
  51. width: 80%;
  52. margin: 0 0 0 16.666666%;
  53. width: 83%;
  54. }
  55. }
  56. }
  57. .table-columnconfig {
  58. .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
  59. padding: 4px 8px;
  60. }
  61. .column-groupable, .column-bucketizable {
  62. text-align: center;
  63. }
  64. }
  65. }
  66. .steps-action {
  67. float: right;
  68. button {
  69. margin-left: 8px;
  70. }
  71. }
  72. }
  73. }