.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; } }