.normal-form-field {
|
position: relative;
|
padding: 0px 24px 20px;
|
>.ant-row >.ant-col {
|
display: inline-block;
|
float: none;
|
vertical-align: top;
|
padding-left: 1.2%!important;
|
padding-right: 1.2%!important;
|
}
|
.ant-form-item-label .anticon-question-circle {
|
color: #c49f47;
|
margin-right: 3px;
|
}
|
.ant-checkbox-group {
|
line-height: unset;
|
.ant-checkbox-wrapper {
|
margin-right: 8px;
|
}
|
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
|
margin-left: 0;
|
}
|
}
|
.ant-form-item {
|
display: flex;
|
}
|
|
.ant-form-item-control-wrapper {
|
flex: 1;
|
}
|
.ant-form-item-label {
|
overflow: hidden;
|
display: inline-block;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
width: 33.3%;
|
}
|
|
.ant-input-number {
|
width: 100%;
|
}
|
.ant-form-explain {
|
overflow:hidden;
|
text-overflow:ellipsis;
|
white-space:nowrap;
|
}
|
.color-sketch-block {
|
margin-top: 7px;
|
overflow: hidden;
|
.color-sketch-block-box {
|
min-width: 50px;
|
.color-sketch-block-inner {
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
|
}
|
}
|
}
|
|
.ant-input-number-input {
|
color: rgba(0, 0, 0, 0.65)!important;
|
cursor: default!important;
|
}
|
.ant-col-12 + .ant-col-24 {
|
.ant-form-item-label {
|
width: 16%;
|
}
|
}
|
}
|