skyline/src/components/PrometheusChart/style.less
zhuyue 656ccfc9f6 refact: Refact Monitor page
refact monitor page

Change-Id: Ic7ff74641da63c236e27a146b6f1ab712a780f49
2022-01-09 17:09:34 +08:00

37 lines
526 B
Plaintext

.remove_extra_padding {
:global {
.ant-card-extra {
padding: 0;
}
.ant-card-head {
border-bottom: none;
}
.ant-card-body {
display: flex;
justify-content: center;
align-items: center;
.ant-card-loading-content {
width: 100%;
}
}
}
}
.base_content_container {
width: 100%;
height: 100%;
overflow-y: scroll;
padding: 20px;
.refresh {
float: left;
}
.header {
margin-bottom: 16px;
}
}