Commit 970b8a6414ea7124882de934deaab12c367d20fa

Authored by zhiyangdu
1 parent d79aca90

样式优化

src/components/giftGivingItem/giftGivingItem.less
... ... @@ -109,7 +109,7 @@
109 109 .item_info {
110 110 display: flex;
111 111 margin-top: 30px;
112   - padding-bottom: 30px;
  112 + // padding-bottom: 30px;
113 113 border-bottom: solid 1px rgba(247, 247, 248, 1);
114 114 img {
115 115 width: 200px;
... ...
src/components/receivingGiftsItem/receivingGiftsItem.less
... ... @@ -116,7 +116,7 @@
116 116 .item_info {
117 117 display: flex;
118 118 margin-top: 30px;
119   - padding-bottom: 30px;
  119 + // padding-bottom: 30px;
120 120 // border-bottom: solid 1px rgba(247, 247, 248, 1);
121 121 img {
122 122 width: 200px;
... ...