51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
|
|
|
||
|
|
.ddForm{
|
||
|
|
.ant-form-item-label{
|
||
|
|
width: 110px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.zxform{
|
||
|
|
.ant-form-item{
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
.ant-form-item-control{
|
||
|
|
border: 1px solid;
|
||
|
|
height: 50px;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-form-item-label{
|
||
|
|
border: 1px solid;
|
||
|
|
// border-right:none;
|
||
|
|
width: 110px;
|
||
|
|
height: 50px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: flex-end;
|
||
|
|
}
|
||
|
|
// .ant-input-outlined {
|
||
|
|
// border:none
|
||
|
|
// }
|
||
|
|
|
||
|
|
.ant-input{
|
||
|
|
height: 40px;
|
||
|
|
width: 90%;
|
||
|
|
|
||
|
|
}
|
||
|
|
.empty{
|
||
|
|
.ant-input-disabled{
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-select-single{
|
||
|
|
height: 40px;
|
||
|
|
width: 90%;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
|