diff --git a/common/custom.scss b/common/custom.scss index e39a42b..1c98489 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -32,12 +32,18 @@ content: ' '; position: absolute; left: 0; - top: 6rpx; + top: 8rpx; height: 26rpx; - width: 3rpx; + width: 4rpx; border-radius: 2rpx; background-color: $uni-color-primary; } + &.grey{ + color: #999; + &::before{ + background-color: #999; + } + } } .smp-tag{ margin: 0 20rpx 20rpx 0; display: inline-block; diff --git a/components/buns-goodinfo-sheet/buns-goodinfo-sheet.vue b/components/buns-goodinfo-sheet/buns-goodinfo-sheet.vue index ea8f432..ef4ae19 100644 --- a/components/buns-goodinfo-sheet/buns-goodinfo-sheet.vue +++ b/components/buns-goodinfo-sheet/buns-goodinfo-sheet.vue @@ -5,10 +5,118 @@ @@ -47,7 +155,8 @@ return { value1: '', value2: '', - keyword: '' + keyword: '', + saveSwitch: false } }, created() { @@ -91,6 +200,8 @@ font-size: 30rpx; } } + .dt-cont{ + } .dt-item { display: flex; flex-direction: row; @@ -111,7 +222,7 @@ align-items: center; } .edm-input-item{ - padding: 20rpx 0; + padding: 8rpx 0; border-bottom: 2rpx solid #F6F6F6; } \ No newline at end of file diff --git a/manifest.json b/manifest.json index c281919..3d8dcad 100644 --- a/manifest.json +++ b/manifest.json @@ -152,7 +152,9 @@ "mp-weixin" : { "appid" : "wx52e07a62a2f80000", "setting" : { - "urlCheck" : false + "urlCheck" : false, + "minified" : true, + "postcss" : false }, "usingComponents" : true, "permission" : { diff --git a/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue b/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue index 7ee3592..271a6d8 100644 --- a/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue +++ b/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue @@ -154,7 +154,7 @@ };