当隐藏单个方向的border时,会迷之出现缝隙
1 | { |
没有原理了,解决方案如下
{ border:1px solid #e6ebf5; border-bottom: none; display: flex; flex-direction: column; ... }
1
2
3
4
5
62. ``` CSS
{
border:1px solid #e6ebf5;
margin-bottom: -1px;
...
}
1 | { |
{
border:1px solid #e6ebf5;
border-bottom: none;
display: flex;
flex-direction: column;
...
}
1
2
3
4
5
6
2. ``` CSS
{
border:1px solid #e6ebf5;
margin-bottom: -1px;
...
}
原文作者:Yizhou Shen
发表日期:December 8th 2017, 3:13:57 pm
更新日期:September 6th 2023, 3:04:23 pm
版权声明:本文采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可