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.scss |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/policy/reportDetails/reportDetails.scss b/policy/reportDetails/reportDetails.scss
index 3f70ea9..0ce26b4 100644
--- a/policy/reportDetails/reportDetails.scss
+++ b/policy/reportDetails/reportDetails.scss
@@ -39,7 +39,7 @@
 		content: '*';
 		color: #FF7500;
 	}
-	/deep/ .u-textarea{
+	::v-deep .u-textarea{
 		background-color: #F4F4F4;
 		border: none;
 		.u-textarea__count{
@@ -63,4 +63,12 @@
 			color: white;
 			padding: 20rpx 0;
 		}
+	}
+	.show-hint{
+		color: #FE7B32;
+		padding: 14rpx 16rpx;
+		font-size: 24rpx;
+		background: #fea0320d;
+		border-radius: 8rpx;
+		margin: 24rpx 0;
 	}
\ No newline at end of file

--
Gitblit v1.9.1