This commit is contained in:
2026-04-01 14:27:35 +08:00
parent 9272a0162a
commit f88e9bedc2
18 changed files with 2264 additions and 353 deletions

View File

@ -17,13 +17,13 @@
color:#666666;
text-align: left;
.single-square-box-title{
font-size: 12px;
line-height: 12px;
padding-bottom: 12px;
font-size: 10px;
line-height: 10px;
padding-bottom: 8px;
}
.single-square-box-value{
font-size: 26px;
line-height: 26px;
font-size: 18px;
line-height: 18px;
font-weight: 500;
}
.point-loading-icon{
@ -33,7 +33,7 @@
animation: pointLoadingSpinPulse 1.1s linear infinite;
}
::v-deep .el-card__body{
padding: 12px 10px;
padding: 8px 7px;
}
}
@keyframes pointLoadingSpinPulse {