zxz 3 rokov pred
rodič
commit
0035d8ef64
1 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  1. 4 2
      pages/friend/index.vue

+ 4 - 2
pages/friend/index.vue

@@ -1,7 +1,7 @@
 <template>
 	<view>
 		<view class="userHead">
-			
+			<p>1231231231111</p>
 		</view>
  	</view>
 </template>
@@ -22,5 +22,7 @@
 </script>
 
 <style lang="scss" scoped>
-
+	.userHead{
+		p{color:#005500}
+	}
 </style>