Apple SVG徽章没有显示右边框

时间:2017-03-01 20:45:23

标签: html css svg

好的...由于Apple的贪婪指导原则,我可能花了最近两天来修复整个网站。它好笑。但就这一点而言,我坚持使用https://imgur.com/a/DAn8Y

我有|

```

.apple-btn {
        background:url('img/stores/btn-app-store.svg');
        background-size: cover;
        width:200px;
        height:60px;
    }

```

svg加载,但右边的边框丢失,如图所示。

1 个答案:

答案 0 :(得分:1)

使用包含而不是封面

background-size: contain;