@lvxiaowu/antd4
Version:
antd4-components
30 lines (29 loc) • 519 B
text/less
.sd-view {
padding: 14px 20px;
display: flex;
flex-direction: column;
background: #fff;
height: 100%;
.breadcrumb {
position: relative;
flex: 0 0 34px;
margin-bottom: 12px;
&::after {
position: absolute;
left: 0;
bottom: 0;
content: '';
display: block;
width: 100%;
border-bottom: 1px solid #eee;
}
.extra {
position: absolute;
right: 0;
top: -4px;
}
}
.content {
flex: auto;
}
}