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