ttk-app-core
Version:
@ttk/recat enterprise develop framework
58 lines • 1.47 kB
text/less
.ttk-edf-app-role-auth {
width: 100%;
height: 100%;
padding: 10px;
flex-direction: row;
&-left {
width: 200px;
flex: 0 0 200px;
margin-right: 10px;
border: 1px solid #d9d9d9;
}
&-content {
flex: 1;
border: 1px solid #d9d9d9;
.mk-datagrid .public_fixedDataTable_main {
border-left: none;
}
.mk-datagrid .public_fixedDataTable_header .public_fixedDataTableCell_main {
background: #e4e4e4 ;
color: #333333;
}
.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;
}
}
.mk-card {
display: flex;
flex-direction: column;
.ant-card-head {
padding: 0 10px;
flex: 0 0 50px;
.mk-btn {
margin-right: 4px;
}
}
.ant-card-body {
padding: 0px;
flex:1;
display: flex;
flex-direction: column;
}
}
.ant-checkbox-wrapper{
font-size: 12px;
}
.ant-menu-item{
font-size: 12px;
}
}