样式暂时确认版本

This commit is contained in:
2026-03-27 18:08:08 +08:00
parent 6244c7ac0a
commit 6e07cab51f
50 changed files with 106 additions and 1141 deletions
+4 -6
View File
@@ -40,10 +40,9 @@ import ChartCard from '@/components/chartCard.vue';
&-row {
flex: 1;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-end;
padding: 20rpx 0;
flex-direction: column;
align-items: flex-start;
padding: 10rpx 0;
&_lab {
// width: 200rpx;
font-size: 24rpx;
@@ -52,10 +51,9 @@ import ChartCard from '@/components/chartCard.vue';
}
&_num {
// width: calc(100% - 200rpx);
line-height: 1;
font-size: 28rpx;
color: #333333;
padding-left: 40rpx;
margin-top: 6rpx;
}
}
}