| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- .datasource-tabs {
- .ant-tabs-bar {
- margin-bottom: 0;
- .ant-tabs-extra-content {
- height: 100%;
- .datasource-tabs-tools {
- .ant-input-search {
- width: 200px;
- margin-right: 5px;
- }
- }
- }
- }
- .datasource-tab {
- .datasource-table {
- .ant-table {
- margin-top: 5px;
- table {
- padding: 8px;
- .ant-table-row {
- td {
- padding: 8px;
- .datasource-name {
- display: flex;
- .datasource-type {
- width: 20px;
- height: 20px;
- background-size: cover;
- background-repeat: no-repeat;
- background-image: url('https://test-feapp.oss-cn-beijing.aliyuncs.com/feapp/s70f_180613_fix_a_t/images/trdservices/44_2.png');
- }
- .type-oracle {
- background-position: 0 -731px;
- }
- }
- .datasource-tag {
- margin: 2px;
- cursor: default;
- }
- .ant-dropdown-trigger {
- font-size: 18px;
- cursor: pointer;
- }
- }
- }
- }
- }
- }
- }
- }
- .operationmenu {
- padding: 0;
- width: 120px;
- .ant-dropdown-menu-item-divider {
- margin: 0;
- }
- }
- .newdatasource-box {
- top: 80px;
- height: 512px;
- width: 600px !important;
- .ant-modal-content {
- height: 100%;
- .ant-modal-body {
- padding: 6px;
- max-height: 382px;
- overflow-y: auto;
- .textarea-target {
- margin-top: 4px;
- margin-bottom: 3px;
- }
- .textarea-desc {
- margin-top: 4px;
- }
- }
- .ant-modal-footer {
- height: 32px;
- }
- }
- }
|