diff --git a/buyer/src/components/Search.vue b/buyer/src/components/Search.vue index 76d34ccd..1ac92403 100644 --- a/buyer/src/components/Search.vue +++ b/buyer/src/components/Search.vue @@ -147,12 +147,14 @@ export default { cursor: pointer; } .store-search{ - width:63px; + width:55.6px; padding: 0 9px; border-radius: 0; + border-radius: 3px; &:nth-child(2){ - width:62px; - margin-left: -5px; + width:55px; + margin-left: -2px; + border-radius: 3px; } } .btn-div{ diff --git a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue index 8e27e6c6..862e59e9 100644 --- a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue +++ b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue @@ -1,5 +1,5 @@