ttk-app-core
Version:
enterprise develop framework
59 lines (54 loc) • 1.28 kB
text/less
.ttk-table-app-simplelist{
width: 100%;
height: 100%;
&-header{
height: 50px;
flex: 0 0 50px;
padding: 0 10px;
&-left{
flex-direction:row;
align-items:center;
.mk-input{
width: 200px;
margin: 0px 10px 0px 5px;
}
.mk-select{
width:100px;
margin: 0px 10px 0px 5px;
}
.ant-calendar-picker{
width: 230px;
margin: 0px 10px 0px 5px;
}
}
}
&-content{
flex:1;
.mk-datagrid .public_fixedDataTable_main{
border-left: none;
}
.mk-datagrid .public_fixedDataTable_header .public_fixedDataTableCell_main{
background: #e4e4e4 ;
color: #333333;
}
.public_fixedDataTableCell_main{
.anticon-youcezhankailanmushezhi{
font-size: 28px;
cursor: pointer;
margin-top: 4px;
}
}
.mk-datagrid .fixedDataTableLayout_rowsContainer .fixedDataTableRowLayout_rowWrapper .public_fixedDataTable_header{
background: #e4e4e4 ;
}
.public_fixedDataTable_scrollbarSpacer{
top: 0px;
}
}
&-footer{
height: 58px;
flex: 0 0 58px;
justify-content:center;
align-items:flex-end;
}
}