隐藏食谱,新增运动消耗

This commit is contained in:
qcl_123 2026-04-16 15:55:07 +08:00
parent 44106d6bd1
commit cbc21d67d8
11 changed files with 38 additions and 14 deletions

View File

@ -96,7 +96,7 @@
</view>
</view>
<view class="mubiao">
{{$t("titleBody")}}<text>{{foodInfo[0].suggestion}}</text>kcal
{{$t("target")}}<text>{{foodInfo[0].suggestion}}</text>kcal
</view>
</view>
<view class="right">

View File

@ -316,9 +316,22 @@
align-items: center;
.left {
width: 120px;
display: flex;
align-items: center;
}
.right {
width: calc(100% - 120px);
display: flex;
justify-content: flex-end;
picker {
width: 100%;
display: flex;
justify-content: flex-end;
}
}
}
}

View File

@ -35,10 +35,10 @@
color: #477EFF !important;
}
.size12 {
font-size:24rpx !important
font-size:28rpx !important
}
.size14 {
font-size: 28rpx !important
font-size: 30rpx !important
}
.size16 {
font-size: 32rpx !important

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -143,7 +143,7 @@ var render = function () {
? _vm.$t("msgBottom")
: null
var m5 = _vm.isShop ? _vm.$t("countIntake") : null
var m6 = _vm.isShop ? _vm.$t("titleBody") : null
var m6 = _vm.isShop ? _vm.$t("target") : null
var l0 = _vm.isShop ? _vm.foodInfo.slice(1) : null
var g6 = _vm.isShop ? _vm.ActiveList.length : null
var m7 = _vm.isShop && g6 ? _vm.$t("total") : null

View File

@ -1379,10 +1379,10 @@ page {
color: #477EFF !important;
}
.size12 {
font-size: 24rpx !important;
font-size: 28rpx !important;
}
.size14 {
font-size: 28rpx !important;
font-size: 30rpx !important;
}
.size16 {
font-size: 32rpx !important;

View File

@ -58,9 +58,20 @@
align-items: center;
}
.wxlist .item .left.data-v-0ac7a6b2 {
width: 120px;
display: flex;
align-items: center;
}
.wxlist .item .right.data-v-0ac7a6b2 {
width: calc(100% - 120px);
display: flex;
justify-content: flex-end;
}
.wxlist .item .right picker.data-v-0ac7a6b2 {
width: 100%;
display: flex;
justify-content: flex-end;
}
.href.data-v-0ac7a6b2 {
display: flex;
width: 100%;