Commit 560cf15a90517fa0602ef71b22704389b499f04c
1 parent
3ddb1567
背景图片路径设置
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/receivingGiftsItem/receivingGiftsItem.less
| @@ -124,7 +124,7 @@ | @@ -124,7 +124,7 @@ | ||
| 124 | .img { | 124 | .img { |
| 125 | width: 16px; | 125 | width: 16px; |
| 126 | height: 16px; | 126 | height: 16px; |
| 127 | - background: url("/static/img/spot.png") no-repeat | 127 | + background: url("../../../static/img/spot.png") no-repeat |
| 128 | top; | 128 | top; |
| 129 | background-size: 100%; | 129 | background-size: 100%; |
| 130 | } | 130 | } |