Commit 7c1b7a454bdd0d2555a3b3a336f4f8b53051cdc7

Authored by zhiyangdu
1 parent 970b8a64

样式调优

src/components/giftGivingItem/giftGivingItem.less
... ... @@ -186,6 +186,7 @@
186 186 text-align: center;
187 187 display: flex;
188 188 justify-content: center;
  189 + margin-top: 30px;
189 190 .fold {
190 191 display: flex;
191 192 .triangle_top {
... ...
src/components/receivingGiftsItem/receivingGiftsItem.less
... ... @@ -197,6 +197,7 @@
197 197 text-align: center;
198 198 display: flex;
199 199 justify-content: center;
  200 + margin-top: 30px;
200 201 .fold {
201 202 display: flex;
202 203 .triangle_top {
... ...