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.
|
- .experiment-drawer {
- :global {
- .ant-drawer-body {
- overflow-y: hidden;
- }
- }
-
- &__tabs {
- height: calc(100% - 170px);
- :global {
- .ant-tabs-nav {
- padding-left: 24px;
- background-color: #f8fbff;
- border: 1px solid #e0eaff;
- }
- .ant-tabs-content-holder {
- .ant-tabs-content {
- height: 100%;
- .ant-tabs-tabpane {
- height: 100%;
- }
- }
- }
- }
- }
-
- &__info {
- display: flex;
- align-items: center;
- margin-bottom: 15px;
- padding-left: 24px;
- color: @text-color;
- font-size: 15px;
- }
-
- &__status-dot {
- width: 8px;
- height: 8px;
- margin-right: 6px;
- border-radius: 50%;
- }
-
- &__log {
- height: 100%;
- padding: 8px;
- background: white;
- }
- }
|