From cc610ef597a4b600b4c48c80026f3a99be171f3b Mon Sep 17 00:00:00 2001
From: yuanhao <yuanhao_2024>
Date: 星期一, 19 五月 2025 18:03:48 +0800
Subject: [PATCH] fix: scss跟背景图

---
 qiye/record/details.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/qiye/record/details.vue b/qiye/record/details.vue
index ba6803b..546dac2 100644
--- a/qiye/record/details.vue
+++ b/qiye/record/details.vue
@@ -493,7 +493,7 @@
 
 	}
 
-	/deep/ .u-radio-group {
+	::v-deep .u-radio-group {
 		margin-top: 20rpx;
 		flex-wrap: wrap;
 		.u-radio {
@@ -607,7 +607,7 @@
 		}
 	}
 
-	/deep/ .u-textarea {
+	::v-deep .u-textarea {
 		background-color: #F4F4F4;
 	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.1