Browse Source

自定义头部样式穿透(谁组件改了别忘了测下对其他页面有无影响)

htc 1 year ago
parent
commit
f5e68fd14a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/my/index.vue

+ 4 - 0
pages/my/index.vue

@@ -217,4 +217,8 @@
 			}
 		}
 	}
+	
+	::v-deep .bottomBg{
+		background: transparent !important;
+	} 
 </style>