ttk-app-core
Version:
@ttk/recat enterprise develop framework
59 lines (52 loc) • 1.29 kB
text/less
.ttk-edf-app-card-customer{
height: 100%;
flex-direction: row;
flex-wrap: wrap;
.ant-form-item {
display: flex;
width: 50%;
.ant-form-item-control-wrapper {
width: 200px;
display: flex;
flex-direction: row;
align-items: center;
.ant-form-item-control {
width: 100%;
position: relative;
.ant-form-explain {
position: absolute;
top: 36px;
line-height: 18px;
font-size: 12px;
}
}
}
//警告字体12px,行间距22px
margin-bottom: 0px;
.ant-form-item-control {
min-height: 55px;
}
.ant-form-item-label {
min-height: 55px;
}
}
.ant-form-item-label{
width:80px;
}
&-form{
display: flex;
flex-direction: column;
justify-content: center;
align-items:center;
overflow:hidden;
.ant-form-explain{
margin-top: 5px;
}
.ant-form-item-control{
text-align: center
}
.mk-datepicker,.mk-select{
width:100%
}
}
}