|
|
|
@ -603,6 +603,7 @@ export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
type: this.$route.query.type,
|
|
|
|
|
basicDetails: JSON.parse(JSON.stringify(this.details)),
|
|
|
|
|
labelCol: {
|
|
|
|
|
xs: { span: 24 },
|
|
|
|
|
sm: { span: 8 },
|
|
|
|
@ -1611,21 +1612,22 @@ export default {
|
|
|
|
|
|
|
|
|
|
/deep/ form .has-success .ant-input{
|
|
|
|
|
padding-right: 0 !important;
|
|
|
|
|
background: #f99 !important;
|
|
|
|
|
}
|
|
|
|
|
/deep/ form .has-error .ant-input{
|
|
|
|
|
padding-right: 0 !important;
|
|
|
|
|
background: #f99 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ form .has-success .ant-calendar-picker-input{
|
|
|
|
|
padding-right: 0 !important;
|
|
|
|
|
background: #f99 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ form .has-feedback input{
|
|
|
|
|
padding-right: 10px !important;
|
|
|
|
|
background: #f99 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/deep/ .ant-select-selection__clear{
|
|
|
|
|
margin-top: -3px;
|
|
|
|
|
right: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// .ant-calendar-picker-input{
|
|
|
|
|