dataSourceDetail.less 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. .dataconnect {
  43. .ant-card-body {
  44. padding: 16px;
  45. .dataconnect-list {
  46. .dataconnect-card {
  47. width: 160px;
  48. height: 160px;
  49. padding: 0;
  50. margin: 5px;
  51. cursor: pointer;
  52. .ant-card {
  53. height: 100%;
  54. .ant-card-head {
  55. background: #F5F5F5;
  56. .selected {
  57. width: 60px;
  58. height: 60px;
  59. background-size: cover;
  60. background-image: url(../../assets/selected.png);
  61. position: absolute;
  62. right: 0px;
  63. top: 0px;
  64. border-top-right-radius: 1px;
  65. }
  66. }
  67. .ant-card-body {
  68. padding: 10px;
  69. height: 100%;
  70. display: flex;
  71. width: 100%;
  72. flex-direction: column;
  73. justify-content: center;
  74. .anticon-plus-circle-o {
  75. font-size: 60px;
  76. }
  77. }
  78. }
  79. }
  80. }
  81. }
  82. }
  83. }
  84. .table-columnconfig {
  85. .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
  86. padding: 4px 8px;
  87. }
  88. .column-groupable, .column-bucketizable {
  89. text-align: center;
  90. }
  91. }
  92. }
  93. .steps-action {
  94. float: right;
  95. button {
  96. margin-left: 8px;
  97. }
  98. }
  99. }
  100. }