Commit 560cf15a90517fa0602ef71b22704389b499f04c

Authored by zhiyangdu
1 parent 3ddb1567

背景图片路径设置

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 }