2024-10-10
This commit is contained in:
22
web/bsadmin/assets/css/chart.css
Normal file
22
web/bsadmin/assets/css/chart.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.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; }
|
||||
.cpu-load-data li {
|
||||
display: inline-block;
|
||||
width: 32.5%;
|
||||
text-align: center;
|
||||
border-right: 1px solid #e7e7e7; }
|
||||
.cpu-load-data li:last-child {
|
||||
border-right: 0px; }
|
||||
|
||||
/*# sourceMappingURL=chart.css.map */
|
||||
Reference in New Issue
Block a user