chenrui 1 ano atrás
pai
commit
99873fe3ad
1 arquivos alterados com 6 adições e 1 exclusões
  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>