ttk-app-core
Version:
@ttk/recat enterprise develop framework
33 lines (27 loc) • 597 B
text/less
.ttk-edf-app-role{
width: 100%;
height: 100%;
&-form{
display: flex;
flex-direction: column;
justify-content: center;
align-items:center;
overflow:hidden;
.ant-form-item-label{
width:50px;
padding:16px 0px;
}
.ant-form-explain{
margin-top: 5px;
}
.ant-form-item-control{
text-align: center
}
.ant-form-item-control-wrapper{
width: 300px;
}
.mk-datepicker,.mk-select{
width:100%
}
}
}