diff --git a/components/buns-goodsize-sheet/buns-goodsize-sheet.vue b/components/buns-goodsize-sheet/buns-goodsize-sheet.vue index b9a3bda..4ae0d78 100644 --- a/components/buns-goodsize-sheet/buns-goodsize-sheet.vue +++ b/components/buns-goodsize-sheet/buns-goodsize-sheet.vue @@ -1,8 +1,77 @@ @@ -28,6 +97,8 @@ }, data() { return { + value1: '', + value2: '', keyword: '' } }, @@ -56,5 +127,8 @@ .shet-cont{ padding: 10rpx 0 30rpx 0; } + .jsfm-item{ + margin-top: 30rpx; + } \ No newline at end of file