Merge branch 'feature/installment1' into release/4.9.1.0
# Conflicts: # public/img/sprite.channel.png
Showing
5 changed files
with
2 additions
and
1 deletions
@@ -45,7 +45,8 @@ const dist = { | @@ -45,7 +45,8 @@ const dist = { | ||
45 | const postcssPlugin = (et) => { | 45 | const postcssPlugin = (et) => { |
46 | var sprites = { | 46 | var sprites = { |
47 | spritesmith: { | 47 | spritesmith: { |
48 | - padding: 8 | 48 | + // 不能设置过小,否则有边缘会有问题 |
49 | + padding: 20 | ||
49 | }, | 50 | }, |
50 | filterBy(file) { | 51 | filterBy(file) { |
51 | // base64 的图片没有 url 过滤掉 | 52 | // base64 的图片没有 url 过滤掉 |
-
Please register or login to post a comment