Преглед изворни кода

feat:我的页面样式修改

xyh8905170 пре 2 година
родитељ
комит
a7fce22fb1

+ 0 - 0
node_modules/uview-ui/goodsDetail/index.rpx.css


+ 26 - 0
node_modules/uview-ui/goodsDetail/index.vue

@@ -0,0 +1,26 @@
+<template>
+	<view class="content">
+		商品详情
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				title: 'Hello'
+			}
+		},
+		onLoad() {
+
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style>
+	@import '/common/css/common.css';
+	@import './index.rpx.css';
+</style>