个人中心新增健康档案

This commit is contained in:
唐明明
2022-01-14 13:53:57 +08:00
parent 22407a7877
commit 37c67ecd4a
10 changed files with 45 additions and 21 deletions

View File

@@ -420,7 +420,6 @@ export default {
this.sexShow = false;
this.birthdayShow = true;
this.dateShow = true;
console.log(this.percentplan1, this.sex);
},
// 年龄-------------确认选择了出生年月日
@@ -667,7 +666,7 @@ export default {
margin-top: $margin * 2;
view {
background-color: rgba($color: $main-color, $alpha: 0.5);
color: $text-color;
color: white;
font-size: $title-size;
font-weight: bold;
padding: $padding * 0.6 $padding * 3;