重点排查详情样式

main
limingtao 11 months ago
parent 7ddfca4f3f
commit c579033f6a
  1. 4
      pages/investigation/components/investigation-item.vue
  2. 4
      pages/investigation/components/investigation-item2.vue

@ -251,7 +251,9 @@
} }
/deep/ .uni-forms-item__label { /deep/ .uni-forms-item__label {
font-size: 16px; font-size: 32rpx;
height:auto;
margin-bottom: 20rpx;
} }
} }

@ -271,7 +271,8 @@
} }
/deep/ .uni-forms-item__label { /deep/ .uni-forms-item__label {
font-size: 16px; font-size: 32rpx;
// height:82rpx
} }
} }
@ -297,4 +298,5 @@
color: #2663BF; color: #2663BF;
} }
} }
</style> </style>
Loading…
Cancel
Save