ttk-app-core
Version:
@ttk/recat enterprise develop framework
34 lines (33 loc) • 701 B
text/less
.edfx-app-setting {
width: 100%;
height: 100%;
padding: 10px;
flex-direction: row;
&-content {
flex: 1;
height: 400px;
width: 200px;
&-footer {
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: 4px;
flex:1;
display: flex;
flex-direction: column;
}
}
}