@@ -30,7 +30,7 @@ h3 {
font-weight: 600;
padding-bottom: 25px;
}
-::v-deep .radio-text {
+.radio-text {
font-weight: 700;
color: #000;
@@ -39,7 +39,7 @@ const items = [
.right {
flex: 1;
-::v-deep .v-list-item {
+:deep(.v-list-item) {
padding: 0 !important;
.list-item {
@@ -235,7 +235,7 @@ const handleMouseLeave = () => { // 鼠标移出
-::v-deep {
+// ::v-deep {
::-webkit-scrollbar {
width: 4px;
height: 10px;
@@ -249,5 +249,5 @@ const handleMouseLeave = () => { // 鼠标移出
// 滚动条-底色
background: #e5e5e58f;
-}
+// }
</style>