| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- .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 {
- .anticon {
- margin-right: 6px;
- }
- }
- .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;
- }
- }
- }
|