dataSource.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .datasource-tabs {
  2. .ant-tabs-bar {
  3. margin-bottom: 0;
  4. .ant-tabs-extra-content {
  5. height: 100%;
  6. .datasource-tabs-tools {
  7. .ant-input-search {
  8. width: 200px;
  9. margin-right: 5px;
  10. }
  11. }
  12. }
  13. }
  14. .datasource-tab {
  15. .datasource-table {
  16. .ant-table {
  17. margin-top: 5px;
  18. table {
  19. padding: 8px;
  20. .ant-table-row {
  21. td {
  22. padding: 8px;
  23. .datasource-name {
  24. display: flex;
  25. .datasource-type {
  26. width: 20px;
  27. height: 20px;
  28. background-size: cover;
  29. background-repeat: no-repeat;
  30. background-image: url('https://test-feapp.oss-cn-beijing.aliyuncs.com/feapp/s70f_180613_fix_a_t/images/trdservices/44_2.png');
  31. }
  32. .type-oracle {
  33. background-position: 0 -731px;
  34. }
  35. }
  36. .datasource-tag {
  37. margin: 2px;
  38. cursor: default;
  39. }
  40. .ant-dropdown-trigger {
  41. font-size: 18px;
  42. cursor: pointer;
  43. }
  44. }
  45. }
  46. }
  47. }
  48. }
  49. }
  50. }
  51. .operationmenu {
  52. padding: 0;
  53. width: 120px;
  54. .ant-dropdown-menu-item-divider {
  55. margin: 0;
  56. }
  57. }
  58. .newdatasource-box {
  59. top: 80px;
  60. height: 512px;
  61. width: 600px !important;
  62. .ant-modal-content {
  63. height: 100%;
  64. .ant-modal-body {
  65. padding: 6px;
  66. max-height: 382px;
  67. overflow-y: auto;
  68. .textarea-target {
  69. margin-top: 4px;
  70. margin-bottom: 3px;
  71. }
  72. .textarea-desc {
  73. margin-top: 4px;
  74. }
  75. }
  76. .ant-modal-footer {
  77. height: 32px;
  78. }
  79. }
  80. }