fix: usage: datepicker item disabled issue

This commit is contained in:
jialin
2025-06-26 12:15:09 +08:00
parent 8751400ae3
commit 47d7418eb1
6 changed files with 37 additions and 20 deletions
+2
View File
@@ -35,6 +35,8 @@ const useStyles = createStyles(({ css }) => ({
white-space: pre-line;
span {
color: var(--ant-color-text);
display: flex;
margin-top: 8px;
}
`
}));