Commit 36267c2ec67c59e41c41b0deb9ae8892d256cb37

Authored by zhiyangdu
1 parent 9584f38a

去除商品订单层次展示设置

src/components/giftGivingItem/giftGivingItem.less
... ... @@ -75,7 +75,6 @@
75 75 font-weight: 500;
76 76 color: rgba(255, 255, 255, 1);
77 77 line-height: 52px;
78   - z-index: 1000;
79 78 div {
80 79 margin-left: 18px;
81 80 }
... ...
src/components/receivingGiftsItem/receivingGiftsItem.less
... ... @@ -82,7 +82,6 @@
82 82 font-weight: 500;
83 83 color: rgba(255, 255, 255, 1);
84 84 line-height: 52px;
85   - z-index: 1000;
86 85 div {
87 86 margin-left: 18px;
88 87 }
... ...