index.less
551 Bytes
#root .global_date {
.ant-formily-item {
&-label {
font-weight: 500;
color: #1d2129;
}
&-control {
&-content {
&-component {
.ant-picker {
border-color: #ebeef5;
border-radius: 2px;
padding: 6px 13px;
&-input {
> input::placeholder {
color: #ccc;
font-weight: 400;
}
}
&-suffix {
color: #606266;
}
}
}
}
}
}
}