2024-10-10

This commit is contained in:
2024-10-10 12:56:56 +08:00
commit 7b347c848a
2648 changed files with 643965 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
@import "variable.less"; // Variable.less
.cpu-load {
width: 100%;
height: 272px;
font-size: 14px;
line-height: 1.2em;
}
.cpu-load-data-content {
font-size: 18px;
font-weight: 400;
line-height: 40px;
}
.cpu-load-data {
margin-bottom: 30px;
li {
display: inline-block;
width: 32.5%;
text-align: center;
border-right: 1px solid @border;
&:last-child{
border-right: 0px;
}
}
}