dataSource.less 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 {
  55. .anticon {
  56. margin-right: 6px;
  57. }
  58. }
  59. .ant-dropdown-menu-item-divider {
  60. margin: 0;
  61. }
  62. }
  63. .newdatasource-box {
  64. top: 80px;
  65. height: 512px;
  66. width: 600px !important;
  67. .ant-modal-content {
  68. height: 100%;
  69. .ant-modal-body {
  70. padding: 6px;
  71. max-height: 382px;
  72. overflow-y: auto;
  73. .textarea-target {
  74. margin-top: 4px;
  75. margin-bottom: 3px;
  76. }
  77. .textarea-desc {
  78. margin-top: 4px;
  79. }
  80. }
  81. .ant-modal-footer {
  82. height: 32px;
  83. }
  84. }
  85. }