28 lines
468 B
CSS
28 lines
468 B
CSS
.ddForm .ant-form-item-label {
|
|
width: 110px;
|
|
}
|
|
.zxform .ant-form-item-control {
|
|
border: 1px solid;
|
|
height: 50px;
|
|
}
|
|
.zxform .ant-form-item-label {
|
|
border: 1px solid;
|
|
width: 110px;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.zxform .ant-input-outlined {
|
|
border: none;
|
|
}
|
|
.zxform .ant-form-item {
|
|
margin-bottom: 0;
|
|
}
|
|
.zxform .ant-input {
|
|
height: 48px;
|
|
}
|
|
.zxform .ant-input-disabled {
|
|
background-color: #fff;
|
|
}
|