Commit 62bf388b authored by LynnQi's avatar LynnQi

修改商品清单页面

parent 1e9be754
...@@ -99,8 +99,6 @@ export default { ...@@ -99,8 +99,6 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
.goods-info-detail { .goods-info-detail {
width: 100%; width: 100%;
// height: 100px;
// border-bottom: 1px solid #000;
.company { .company {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
.item-total { .item-total {
......
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
</template> </template>
<script> <script>
import goodsInfoDetail from "../components/goodsInfoDetail"; import goodsInfoDetail from "../components/goodsInfoDetail"
import GoodsHighSearch from "../components/goodsHighSearch"; import GoodsHighSearch from "../components/goodsHighSearch"
export default { export default {
name: "goodsInfo", name: "goodsInfo",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment