ttk-app-core
Version:
enterprise develop framework
58 lines (50 loc) • 896 B
text/less
.ttk-edf-app-card-account {
width: 100%;
height: 100%;
.ant-form-item {
display: flex;
.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: 110px;
}
&-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%
}
}
}