dataSourceDetail.less 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. display: flex;
  18. justify-content: space-between;
  19. margin-top: 10px;
  20. .errormessage {
  21. color: #F5222D;
  22. }
  23. button {
  24. margin-left: 4px;
  25. }
  26. }
  27. }
  28. .form-base {
  29. .links {
  30. display: flex;
  31. justify-content: flex-end;
  32. .ant-dropdown-trigger {
  33. cursor: pointer;
  34. margin-right: 4px;
  35. color: rgb(24, 144, 255);
  36. height: 32px;
  37. line-height: 2.2;
  38. }
  39. }
  40. .ant-input-number > .ant-input-number-handler-wrap {
  41. display: none;
  42. }
  43. textarea {
  44. margin-top: 4px;
  45. }
  46. .dataconnect {
  47. .ant-card-body {
  48. padding: 16px;
  49. .dataconnect-list {
  50. .dataconnect-card {
  51. width: 160px;
  52. height: 160px;
  53. padding: 0;
  54. margin: 5px;
  55. cursor: pointer;
  56. .ant-card {
  57. height: 100%;
  58. .ant-card-head {
  59. background: #F5F5F5;
  60. .selected {
  61. width: 60px;
  62. height: 60px;
  63. background-size: cover;
  64. background-image: url(/images/selected.png);
  65. position: absolute;
  66. right: 0px;
  67. top: 0px;
  68. border-top-right-radius: 1px;
  69. }
  70. }
  71. .ant-card-body {
  72. padding: 10px;
  73. height: 100%;
  74. display: flex;
  75. width: 100%;
  76. flex-direction: column;
  77. justify-content: center;
  78. .anticon-plus-circle-o {
  79. font-size: 60px;
  80. }
  81. }
  82. }
  83. }
  84. }
  85. }
  86. }
  87. }
  88. .table-columnconfig {
  89. .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
  90. padding: 4px 8px;
  91. }
  92. .column-groupable, .column-bucketizable {
  93. text-align: center;
  94. }
  95. }
  96. }
  97. .steps-action {
  98. float: right;
  99. button {
  100. margin-left: 8px;
  101. }
  102. }
  103. }
  104. }