pages/business/business.vue
@@ -1,5 +1,11 @@ <template> <view> <view class="item"> <y-title></y-title> </view> <view class="item"> <y-title></y-title> </view> </view> </template> @@ -7,4 +13,10 @@ </script> <style> .item { min-height: 100rpx; background-color: #ffffff; margin: 10rpx 10rpx 0 10rpx; border-radius: 10rpx; } </style>