mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
style: antd-picker-content set direction ltr (#50045)
* style: antd-picker-content set direction ltr * style: add style constraints
This commit is contained in:
parent
6fa9ee15fa
commit
e70ed089f5
@ -214,6 +214,15 @@ export const genPanelStyle = (token: SharedPickerToken): CSSObject => {
|
||||
${componentCls}-super-next-icon`]: {
|
||||
transform: 'rotate(-135deg)',
|
||||
},
|
||||
|
||||
[`${componentCls}-time-panel`]: {
|
||||
[`${componentCls}-content`]: {
|
||||
direction: 'ltr',
|
||||
'> *': {
|
||||
direction: 'rtl',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user