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.
|
- .auto-ml-instance {
- height: 100%;
-
- &__tabs {
- height: 100%;
- :global {
- .ant-tabs-nav-list {
- width: 100%;
- height: 50px;
- padding-left: 15px;
- background-image: url(@/assets/img/page-title-bg.png);
- background-repeat: no-repeat;
- background-position: top center;
- background-size: 100% 100%;
- }
-
- .ant-tabs-content-holder {
- height: calc(100% - 50px);
- .ant-tabs-content {
- height: 100%;
- .ant-tabs-tabpane {
- height: 100%;
- }
- }
- }
- }
- }
-
- &__basic {
- height: calc(100% - 10px);
- margin-top: 10px;
- }
-
- &__log {
- height: calc(100% - 10px);
- margin-top: 10px;
- padding: 20px calc(@content-padding - 8px);
- overflow-y: visible;
- background-color: white;
- border-radius: 10px;
- }
- }
|