You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .create-hyper-parameter {
- height: 100%;
-
- &__content {
- height: calc(100% - 60px);
- margin-top: 10px;
- padding: 30px 30px 10px;
- overflow: auto;
- color: @text-color;
- font-size: @font-size-content;
- background-color: white;
- border-radius: 10px;
-
- :global {
- .ant-input-number {
- width: 100%;
- }
-
- .ant-form-item {
- margin-bottom: 20px;
- }
-
- .image-url {
- margin-top: -15px;
- .ant-form-item-label > label::after {
- content: '';
- }
- }
-
- .ant-btn-variant-text:disabled {
- color: @text-disabled-color;
- }
-
- .ant-btn-variant-text {
- color: #565658;
- }
-
- .ant-btn.ant-btn-icon-only .anticon {
- font-size: 20px;
- }
-
- .anticon-question-circle {
- margin-top: -12px;
- margin-left: 1px !important;
- color: @text-color-tertiary !important;
- font-size: 12px !important;
- }
- }
- }
- }
|