arco-design-vue
arco-design-vue copied to clipboard
Add the rtl style of DatePicker
trafficstars
Types of changes
- [x] New feature
- [ ] Bug fix
- [x] Enhancement
- [x] Component style change
- [ ] Typescript definition change
- [ ] Documentation change
- [ ] Coding style change
- [ ] Refactoring
- [ ] Test cases
- [ ] Continuous integration
- [ ] Breaking change
- [ ] Others
Background and context
#1907
Solution
对DatePicker添加了rtl样式
How is the change tested?
Changelog
| Component | Changelog(CN) | Changelog(EN) | Related issues |
|---|---|---|---|
| DatePicker | 添加 RTL 配置 | Add RTL configuration |
Checklist:
- [x] Test suite passes (
npm run test) - [ ] Provide changelog for relevant changes (e.g. bug fixes and new features) if applicable.
- [ ] Changes are submitted to the appropriate branch (e.g. features should be submitted to
featurebranch and others should be submitted tomainbranch)