| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- .layout-datasource-detail {
- .content {
- padding: 10px;
- .steps-body {
- padding: 0 20%;
- }
- .steps-content,.tab-datasource {
- padding: 10px 30px;
- .ant-divider {
- margin: 10px 0;
- .ant-divider-inner-text {
- font-weight: bold;
- }
- }
- .ant-form {
- .buttons {
- float: right;
- margin-top: 4px;
- button {
- margin-left: 4px;
- }
- }
- }
- .form-base {
- .links {
- display: flex;
- justify-content: flex-end;
- .ant-dropdown-trigger {
- cursor: pointer;
- margin-right: 4px;
- color: rgb(24, 144, 255);
- height: 32px;
- line-height: 2.2;
- }
- }
- .ant-input-number > .ant-input-number-handler-wrap {
- display: none;
- }
- textarea {
- margin-top: 4px;
- }
- .upload {
- .ant-upload-drag {
- margin: 0 auto;
- width: 80%;
- margin: 0 0 0 16.666666%;
- width: 83%;
- }
- .ant-upload-list {
- margin: 0 auto;
- width: 80%;
- margin: 0 0 0 16.666666%;
- width: 83%;
- }
- }
- }
- .table-columnconfig {
- .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
- padding: 4px 8px;
- }
- .column-groupable, .column-bucketizable {
- text-align: center;
- }
- }
- }
- .steps-action {
- float: right;
- button {
- margin-left: 8px;
- }
- }
- }
- }
|