diff --git a/pages/investigation/components/investigation-item.vue b/pages/investigation/components/investigation-item.vue index 070d2e2..2339d45 100644 --- a/pages/investigation/components/investigation-item.vue +++ b/pages/investigation/components/investigation-item.vue @@ -251,7 +251,9 @@ } /deep/ .uni-forms-item__label { - font-size: 16px; + font-size: 32rpx; + height:auto; + margin-bottom: 20rpx; } } diff --git a/pages/investigation/components/investigation-item2.vue b/pages/investigation/components/investigation-item2.vue index bf166c2..78622af 100644 --- a/pages/investigation/components/investigation-item2.vue +++ b/pages/investigation/components/investigation-item2.vue @@ -271,7 +271,8 @@ } /deep/ .uni-forms-item__label { - font-size: 16px; + font-size: 32rpx; + // height:82rpx } } @@ -297,4 +298,5 @@ color: #2663BF; } } + \ No newline at end of file