<img>
显示 SVG 的 和之间有一条灰线<div>
。
这是屏幕截图和部分代码。
.svg{
width: 100%;
height: auto;
display: block;
}
.title-container{
// center the title into the container
display: flex;
width: 100%;
justify-content: center;
background-color: $white;
padding-top: 10px;
}
<img src="assets/oblique.svg" class="svg"/>
<div class="title-container">
<a href="/" >Example</a>
</div>
我已经尝试将边距、填充和边框设置为 0px,但不起作用。
我已经尝试将边距、填充或边框设置为 -1px,但它会产生溢出。
小唯快跑啊
相关分类