From cc610ef597a4b600b4c48c80026f3a99be171f3b Mon Sep 17 00:00:00 2001 From: yuanhao <yuanhao_2024> Date: 星期一, 19 五月 2025 18:03:48 +0800 Subject: [PATCH] fix: scss跟背景图 --- policy/reportDetails/reportDetails.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/reportDetails/reportDetails.vue b/policy/reportDetails/reportDetails.vue index 2115ae8..b7090eb 100644 --- a/policy/reportDetails/reportDetails.vue +++ b/policy/reportDetails/reportDetails.vue @@ -47,7 +47,7 @@ <view class="form-input-item"> <view class="form-label require">鎵ф硶鐓х墖</view> <view> - <view class="show-hint">鍙笂浼�9寮犲浘锛屽崟寮犱笉寰楄秴杩�10m</view> + <view class="show-hint">鍙笂浼�9寮犲浘锛屽崟寮犱笉寰楄秴杩�10M</view> </view> <view> <uploadImage ref="uploadImage"></uploadImage> @@ -143,7 +143,7 @@ </style> <style lang="scss" scoped> @import "./reportDetails.scss"; - /deep/ .u-radio{ + ::v-deep .u-radio{ margin-right: 80rpx; } </style> \ No newline at end of file -- Gitblit v1.9.1