From c37b4b458881877fd8246adff475afb9e5701f8a Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Mon, 18 Dec 2023 01:04:27 +0800 Subject: [PATCH] uu --- .../buns-goodsize-sheet.vue | 80 ++++++++++++++++++- 1 file changed, 77 insertions(+), 3 deletions(-) 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