Browse Source

修改bug

chenrui 1 year ago
parent
commit
99873fe3ad
1 changed files with 6 additions and 1 deletions
  1. 6 1
      pages/userCenter/index.vue

+ 6 - 1
pages/userCenter/index.vue

@@ -242,7 +242,7 @@
 	}
 </script>
 
-<style lang="scss">
+<style lang="scss" scoped>
 	.user-content{
 		width: 100%;
 		.user-head{
@@ -284,4 +284,9 @@
 			padding: 85rpx 200rpx;
 		}
 	}
+	/deep/.u-select__header__title{
+		color:#666 !important;
+		font-size: 30upx;
+		font-weight: bold;
+	}
 </style>