diff --git a/components/BsAddress.vue b/components/BsAddress.vue new file mode 100644 index 0000000..ed013c7 --- /dev/null +++ b/components/BsAddress.vue @@ -0,0 +1,18 @@ + + + diff --git a/components/UiGoodsItem.vue b/components/UiGoodsItem.vue index a31a1d6..c910e77 100644 --- a/components/UiGoodsItem.vue +++ b/components/UiGoodsItem.vue @@ -62,6 +62,7 @@ export default { &__title { width: 200px; height: 45px; + line-height: 22px; margin: 17px auto 10px; font-size: 14px; font-family: Microsoft YaHei-Regular, Microsoft YaHei; diff --git a/pages/goods/list/index.vue b/pages/goods/list/index.vue index 872d9b1..cd6fe83 100644 --- a/pages/goods/list/index.vue +++ b/pages/goods/list/index.vue @@ -208,9 +208,4 @@ export default { } } } - - + \ No newline at end of file