table-render-test
Version:
中后台表格解决方案
71 lines (61 loc) • 954 B
text/less
.tr-table-wrapper {
background: #fff;
padding: 0 24px 24px;
width: 100%;
overflow: auto;
box-sizing: border-box;
}
.tr-action-list {
display: flex;
justify-content: center;
}
.tr-single-tab {
color: rgba(0, 0, 0, 0.85);
font-size: 16px;
font-weight: 500;
line-height: 24px;
opacity: 0.85;
}
.tr-extra-tab {
display: inline-block;
margin-left: 16px;
}
.tr-search-btn.fr-field {
padding-right: 0;
}
.mb2 {
margin-bottom: 0.5rem;
}
.mr {
margin-right: 8px;
}
.flex {
display: flex;
}
.justify-end {
justify-content: flex-end;
}
.w-100 {
width: 100%;
}
.inline-search{
display: flex;
justify-content: space-between;
vertical-align: middle;
}
.button-area{
padding: 0 24px 0 0;
}
.search-area{
flex: 1;
.fr-search{
padding-right: 0;
}
.fr-search .fr-form > .ant-row{
justify-content: flex-end;
}
.fr-search .search-action-col{
flex: 0 1 auto;
min-width: 0 ;
}
}