antd-custom-tpl
Version:
antd-custom项目模板
36 lines (33 loc) • 615 B
text/less
.content {
.body {
margin: 0px 24px;
hr {
height: 1px;
border: none;
background-color: #e8e8e8;
}
.block {
display: flex;
justify-content: space-between;
margin-top: 24px;
.blick_item {
width: 100%;
background-color: #fff;
}
.title {
padding: 16px 24px;
font-size: 16px;
font-weight: 500;
color: rgba(0,0,0,.85);
}
.circles {
padding: 24px;
}
:global {
.ant-table-content {
border-bottom: 1px solid #e8e8e8;
}
}
}
}
}