ttk-app-core
Version:
enterprise develop framework
105 lines (92 loc) • 2.05 kB
text/less
.app-card-person{
width: 100%;
height: 100%;
padding: 0 14px;
&-form{
display: flex;
flex-wrap: wrap;
overflow:hidden;
.mk-form-item {
width: 50%;
}
.ant-form-explain {
position: absolute;
top: 36px;
line-height: 18px;
font-size: 12px;
}
.ant-form-item-label{
width:90px;
padding:0px 0;
}
.ant-form-explain{
margin-top: 5px;
}
.ant-form-item-control-wrapper{
width: 240px;
}
.mk-datepicker,.mk-select{
width:100%
}
//行间距22px
.ant-form-item-control{
min-height: 55px;
}
.ant-form-item-label{
min-height: 55px;
}
.subjectRemark{
.ant-form-item-control {
min-height: 0px;
}
.ant-form-item-label {
min-height: 0px;
}
.telRemark {
padding-left: 25px;
}
}
}
.title {
width: 100%;
display: flex;
.ant-form-item-control-wrapper {
width: auto;
}
.info {
width: 75px;
background: #fff;
position: relative;
z-index: 1;
}
.line {
flex: 1;
border-bottom: 1px dashed #E8E8E8;
position: relative;
bottom: 12px;
}
.ant-form-item-label{width: 88px}
}
.ant-radio-wrapper, .ant-checkbox-wrapper{
font-size: 12px;
}
.noPaddingTop{
.ant-form-item-label{
padding-top: 0px;
}
}
.telRemark{
color: #ff913a;
width:550px;
padding-left: 4px;
}
&-rolemore{
font-size: 10px;
margin-left: 20px;
}
.selectClear {
.ant-select-selection__clear{
right: 22px;
}
}
}