文字修改
This commit is contained in:
@@ -157,7 +157,7 @@ const loadData = async () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const strengthText = computed(() => {
|
const strengthText = computed(() => {
|
||||||
return strength.value > 10 ? "重度" : strength.value >= 6 ? "中度" : "轻度";
|
return strength.value > 6 ? "重度" : strength.value >= 4 ? "中度" : "轻度";
|
||||||
});
|
});
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
@@ -671,6 +671,6 @@ onShareTimeline(() => {
|
|||||||
height: 20rpx;
|
height: 20rpx;
|
||||||
padding: 8rpx;
|
padding: 8rpx;
|
||||||
line-height: 20rpx;
|
line-height: 20rpx;
|
||||||
transform: translateY(6rpx) !important;
|
transform: translateY(10rpx) !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user