@cloudtower/eagle 0.24.14 → 0.24.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/antd/es/affix/style/css.js +2 -0
- package/antd/es/affix/style/index.css +8 -0
- package/antd/es/affix/style/index.d.ts +2 -0
- package/antd/es/affix/style/index.js +2 -0
- package/antd/es/affix/style/index.less +6 -0
- package/antd/es/alert/style/css.js +2 -0
- package/antd/es/alert/style/index.css +260 -0
- package/antd/es/alert/style/index.d.ts +2 -0
- package/antd/es/alert/style/index.js +2 -0
- package/antd/es/alert/style/index.less +196 -0
- package/antd/es/alert/style/rtl.less +74 -0
- package/antd/es/anchor/style/css.js +4 -0
- package/antd/es/anchor/style/index.css +107 -0
- package/antd/es/anchor/style/index.d.ts +3 -0
- package/antd/es/anchor/style/index.js +4 -0
- package/antd/es/anchor/style/index.less +84 -0
- package/antd/es/anchor/style/rtl.less +40 -0
- package/antd/es/auto-complete/style/css.js +4 -0
- package/antd/es/auto-complete/style/index.css +20 -0
- package/antd/es/auto-complete/style/index.d.ts +3 -0
- package/antd/es/auto-complete/style/index.js +4 -0
- package/antd/es/auto-complete/style/index.less +16 -0
- package/antd/es/avatar/style/css.js +4 -0
- package/antd/es/avatar/style/group.less +22 -0
- package/antd/es/avatar/style/index.css +112 -0
- package/antd/es/avatar/style/index.d.ts +3 -0
- package/antd/es/avatar/style/index.js +4 -0
- package/antd/es/avatar/style/index.less +66 -0
- package/antd/es/avatar/style/rtl.less +20 -0
- package/antd/es/back-top/style/css.js +2 -0
- package/antd/es/back-top/style/index.css +62 -0
- package/antd/es/back-top/style/index.d.ts +2 -0
- package/antd/es/back-top/style/index.js +2 -0
- package/antd/es/back-top/style/index.less +49 -0
- package/antd/es/back-top/style/responsive.less +11 -0
- package/antd/es/badge/style/css.js +3 -0
- package/antd/es/badge/style/index.css +372 -0
- package/antd/es/badge/style/index.d.ts +3 -0
- package/antd/es/badge/style/index.js +3 -0
- package/antd/es/badge/style/index.less +193 -0
- package/antd/es/badge/style/ribbon.less +84 -0
- package/antd/es/badge/style/rtl.less +111 -0
- package/antd/es/breadcrumb/style/css.js +4 -0
- package/antd/es/breadcrumb/style/index.css +73 -0
- package/antd/es/breadcrumb/style/index.d.ts +4 -0
- package/antd/es/breadcrumb/style/index.js +4 -0
- package/antd/es/breadcrumb/style/index.less +54 -0
- package/antd/es/breadcrumb/style/rtl.less +34 -0
- package/antd/es/button/style/css.js +2 -0
- package/antd/es/button/style/index.css +1915 -0
- package/antd/es/button/style/index.d.ts +2 -0
- package/antd/es/button/style/index.js +2 -0
- package/antd/es/button/style/index.less +249 -0
- package/antd/es/button/style/mixin.less +518 -0
- package/antd/es/button/style/rtl.less +113 -0
- package/antd/es/calendar/locale/ar_EG.d.ts +2 -0
- package/antd/es/calendar/locale/ar_EG.js +2 -0
- package/antd/es/calendar/locale/az_AZ.d.ts +2 -0
- package/antd/es/calendar/locale/az_AZ.js +2 -0
- package/antd/es/calendar/locale/bg_BG.d.ts +2 -0
- package/antd/es/calendar/locale/bg_BG.js +2 -0
- package/antd/es/calendar/locale/ca_ES.d.ts +2 -0
- package/antd/es/calendar/locale/ca_ES.js +2 -0
- package/antd/es/calendar/locale/cs_CZ.d.ts +2 -0
- package/antd/es/calendar/locale/cs_CZ.js +2 -0
- package/antd/es/calendar/locale/da_DK.d.ts +2 -0
- package/antd/es/calendar/locale/da_DK.js +2 -0
- package/antd/es/calendar/locale/de_DE.d.ts +2 -0
- package/antd/es/calendar/locale/de_DE.js +2 -0
- package/antd/es/calendar/locale/el_GR.d.ts +2 -0
- package/antd/es/calendar/locale/el_GR.js +2 -0
- package/antd/es/calendar/locale/en_GB.d.ts +2 -0
- package/antd/es/calendar/locale/en_GB.js +2 -0
- package/antd/es/calendar/locale/en_US.d.ts +2 -0
- package/antd/es/calendar/locale/en_US.js +2 -0
- package/antd/es/calendar/locale/es_ES.d.ts +2 -0
- package/antd/es/calendar/locale/es_ES.js +2 -0
- package/antd/es/calendar/locale/et_EE.d.ts +2 -0
- package/antd/es/calendar/locale/et_EE.js +2 -0
- package/antd/es/calendar/locale/fa_IR.d.ts +2 -0
- package/antd/es/calendar/locale/fa_IR.js +2 -0
- package/antd/es/calendar/locale/fi_FI.d.ts +2 -0
- package/antd/es/calendar/locale/fi_FI.js +2 -0
- package/antd/es/calendar/locale/fr_BE.d.ts +2 -0
- package/antd/es/calendar/locale/fr_BE.js +2 -0
- package/antd/es/calendar/locale/fr_FR.d.ts +2 -0
- package/antd/es/calendar/locale/fr_FR.js +2 -0
- package/antd/es/calendar/locale/ga_IE.d.ts +2 -0
- package/antd/es/calendar/locale/ga_IE.js +2 -0
- package/antd/es/calendar/locale/he_IL.d.ts +2 -0
- package/antd/es/calendar/locale/he_IL.js +2 -0
- package/antd/es/calendar/locale/hi_IN.d.ts +2 -0
- package/antd/es/calendar/locale/hi_IN.js +2 -0
- package/antd/es/calendar/locale/hr_HR.d.ts +2 -0
- package/antd/es/calendar/locale/hr_HR.js +2 -0
- package/antd/es/calendar/locale/hu_HU.d.ts +2 -0
- package/antd/es/calendar/locale/hu_HU.js +2 -0
- package/antd/es/calendar/locale/id_ID.d.ts +2 -0
- package/antd/es/calendar/locale/id_ID.js +2 -0
- package/antd/es/calendar/locale/is_IS.d.ts +2 -0
- package/antd/es/calendar/locale/is_IS.js +2 -0
- package/antd/es/calendar/locale/it_IT.d.ts +2 -0
- package/antd/es/calendar/locale/it_IT.js +2 -0
- package/antd/es/calendar/locale/ja_JP.d.ts +2 -0
- package/antd/es/calendar/locale/ja_JP.js +2 -0
- package/antd/es/calendar/locale/kn_IN.d.ts +2 -0
- package/antd/es/calendar/locale/kn_IN.js +2 -0
- package/antd/es/calendar/locale/ko_KR.d.ts +2 -0
- package/antd/es/calendar/locale/ko_KR.js +2 -0
- package/antd/es/calendar/locale/ku_IQ.d.ts +2 -0
- package/antd/es/calendar/locale/ku_IQ.js +2 -0
- package/antd/es/calendar/locale/lv_LV.d.ts +2 -0
- package/antd/es/calendar/locale/lv_LV.js +2 -0
- package/antd/es/calendar/locale/mk_MK.d.ts +2 -0
- package/antd/es/calendar/locale/mk_MK.js +2 -0
- package/antd/es/calendar/locale/mn_MN.d.ts +2 -0
- package/antd/es/calendar/locale/mn_MN.js +2 -0
- package/antd/es/calendar/locale/ms_MY.d.ts +2 -0
- package/antd/es/calendar/locale/ms_MY.js +2 -0
- package/antd/es/calendar/locale/nb_NO.d.ts +2 -0
- package/antd/es/calendar/locale/nb_NO.js +2 -0
- package/antd/es/calendar/locale/nl_BE.d.ts +2 -0
- package/antd/es/calendar/locale/nl_BE.js +2 -0
- package/antd/es/calendar/locale/nl_NL.d.ts +2 -0
- package/antd/es/calendar/locale/nl_NL.js +2 -0
- package/antd/es/calendar/locale/pl_PL.d.ts +2 -0
- package/antd/es/calendar/locale/pl_PL.js +2 -0
- package/antd/es/calendar/locale/pt_BR.d.ts +2 -0
- package/antd/es/calendar/locale/pt_BR.js +2 -0
- package/antd/es/calendar/locale/pt_PT.d.ts +2 -0
- package/antd/es/calendar/locale/pt_PT.js +2 -0
- package/antd/es/calendar/locale/ro_RO.d.ts +2 -0
- package/antd/es/calendar/locale/ro_RO.js +2 -0
- package/antd/es/calendar/locale/ru_RU.d.ts +2 -0
- package/antd/es/calendar/locale/ru_RU.js +2 -0
- package/antd/es/calendar/locale/sk_SK.d.ts +2 -0
- package/antd/es/calendar/locale/sk_SK.js +2 -0
- package/antd/es/calendar/locale/sl_SI.d.ts +2 -0
- package/antd/es/calendar/locale/sl_SI.js +2 -0
- package/antd/es/calendar/locale/sr_RS.d.ts +2 -0
- package/antd/es/calendar/locale/sr_RS.js +2 -0
- package/antd/es/calendar/locale/sv_SE.d.ts +2 -0
- package/antd/es/calendar/locale/sv_SE.js +2 -0
- package/antd/es/calendar/locale/ta_IN.d.ts +2 -0
- package/antd/es/calendar/locale/ta_IN.js +2 -0
- package/antd/es/calendar/locale/th_TH.d.ts +2 -0
- package/antd/es/calendar/locale/th_TH.js +2 -0
- package/antd/es/calendar/locale/tr_TR.d.ts +2 -0
- package/antd/es/calendar/locale/tr_TR.js +2 -0
- package/antd/es/calendar/locale/uk_UA.d.ts +2 -0
- package/antd/es/calendar/locale/uk_UA.js +2 -0
- package/antd/es/calendar/locale/vi_VN.d.ts +2 -0
- package/antd/es/calendar/locale/vi_VN.js +2 -0
- package/antd/es/calendar/locale/zh_CN.d.ts +2 -0
- package/antd/es/calendar/locale/zh_CN.js +2 -0
- package/antd/es/calendar/locale/zh_TW.d.ts +2 -0
- package/antd/es/calendar/locale/zh_TW.js +2 -0
- package/antd/es/calendar/style/css.js +7 -0
- package/antd/es/calendar/style/index.css +180 -0
- package/antd/es/calendar/style/index.d.ts +5 -0
- package/antd/es/calendar/style/index.js +7 -0
- package/antd/es/calendar/style/index.less +192 -0
- package/antd/es/calendar/style/rtl.less +52 -0
- package/antd/es/card/style/css.js +6 -0
- package/antd/es/card/style/index.css +317 -0
- package/antd/es/card/style/index.d.ts +5 -0
- package/antd/es/card/style/index.js +6 -0
- package/antd/es/card/style/index.less +293 -0
- package/antd/es/card/style/size.less +22 -0
- package/antd/es/carousel/style/css.js +2 -0
- package/antd/es/carousel/style/index.css +298 -0
- package/antd/es/carousel/style/index.d.ts +2 -0
- package/antd/es/carousel/style/index.js +2 -0
- package/antd/es/carousel/style/index.less +267 -0
- package/antd/es/carousel/style/rtl.less +52 -0
- package/antd/es/cascader/style/css.js +5 -0
- package/antd/es/cascader/style/index.css +296 -0
- package/antd/es/cascader/style/index.d.ts +4 -0
- package/antd/es/cascader/style/index.js +5 -0
- package/antd/es/cascader/style/index.less +243 -0
- package/antd/es/cascader/style/rtl.less +89 -0
- package/antd/es/checkbox/style/css.js +2 -0
- package/antd/es/checkbox/style/index.css +246 -0
- package/antd/es/checkbox/style/index.d.ts +2 -0
- package/antd/es/checkbox/style/index.js +2 -0
- package/antd/es/checkbox/style/index.less +5 -0
- package/antd/es/checkbox/style/mixin.less +221 -0
- package/antd/es/checkbox/style/rtl.less +26 -0
- package/antd/es/col/style/css.js +4 -0
- package/antd/es/col/style/index.d.ts +2 -0
- package/antd/es/col/style/index.js +4 -0
- package/antd/es/collapse/style/css.js +2 -0
- package/antd/es/collapse/style/index.css +175 -0
- package/antd/es/collapse/style/index.d.ts +2 -0
- package/antd/es/collapse/style/index.js +2 -0
- package/antd/es/collapse/style/index.less +153 -0
- package/antd/es/collapse/style/rtl.less +42 -0
- package/antd/es/comment/style/css.js +2 -0
- package/antd/es/comment/style/index.css +124 -0
- package/antd/es/comment/style/index.d.ts +2 -0
- package/antd/es/comment/style/index.js +2 -0
- package/antd/es/comment/style/index.less +101 -0
- package/antd/es/comment/style/rtl.less +50 -0
- package/antd/es/config-provider/style/css.js +1 -0
- package/antd/es/config-provider/style/index.css +4 -0
- package/antd/es/config-provider/style/index.js +1 -0
- package/antd/es/config-provider/style/index.less +2 -0
- package/antd/es/date-picker/locale/ar_EG.d.ts +3 -0
- package/antd/es/date-picker/locale/ar_EG.js +18 -0
- package/antd/es/date-picker/locale/az_AZ.d.ts +3 -0
- package/antd/es/date-picker/locale/az_AZ.js +11 -0
- package/antd/es/date-picker/locale/bg_BG.d.ts +3 -0
- package/antd/es/date-picker/locale/bg_BG.js +14 -0
- package/antd/es/date-picker/locale/ca_ES.d.ts +3 -0
- package/antd/es/date-picker/locale/ca_ES.js +14 -0
- package/antd/es/date-picker/locale/cs_CZ.d.ts +3 -0
- package/antd/es/date-picker/locale/cs_CZ.js +14 -0
- package/antd/es/date-picker/locale/da_DK.d.ts +3 -0
- package/antd/es/date-picker/locale/da_DK.js +14 -0
- package/antd/es/date-picker/locale/de_DE.d.ts +3 -0
- package/antd/es/date-picker/locale/de_DE.js +14 -0
- package/antd/es/date-picker/locale/el_GR.d.ts +3 -0
- package/antd/es/date-picker/locale/el_GR.js +14 -0
- package/antd/es/date-picker/locale/en_GB.d.ts +3 -0
- package/antd/es/date-picker/locale/en_GB.js +14 -0
- package/antd/es/date-picker/locale/en_US.d.ts +3 -0
- package/antd/es/date-picker/locale/en_US.js +21 -0
- package/antd/es/date-picker/locale/es_ES.d.ts +3 -0
- package/antd/es/date-picker/locale/es_ES.js +14 -0
- package/antd/es/date-picker/locale/et_EE.d.ts +3 -0
- package/antd/es/date-picker/locale/et_EE.js +14 -0
- package/antd/es/date-picker/locale/fa_IR.d.ts +3 -0
- package/antd/es/date-picker/locale/fa_IR.js +14 -0
- package/antd/es/date-picker/locale/fi_FI.d.ts +3 -0
- package/antd/es/date-picker/locale/fi_FI.js +14 -0
- package/antd/es/date-picker/locale/fr_BE.d.ts +3 -0
- package/antd/es/date-picker/locale/fr_BE.js +14 -0
- package/antd/es/date-picker/locale/fr_FR.d.ts +3 -0
- package/antd/es/date-picker/locale/fr_FR.js +21 -0
- package/antd/es/date-picker/locale/ga_IE.d.ts +3 -0
- package/antd/es/date-picker/locale/ga_IE.js +21 -0
- package/antd/es/date-picker/locale/he_IL.d.ts +3 -0
- package/antd/es/date-picker/locale/he_IL.js +14 -0
- package/antd/es/date-picker/locale/hi_IN.d.ts +3 -0
- package/antd/es/date-picker/locale/hi_IN.js +14 -0
- package/antd/es/date-picker/locale/hr_HR.d.ts +3 -0
- package/antd/es/date-picker/locale/hr_HR.js +14 -0
- package/antd/es/date-picker/locale/hu_HU.d.ts +3 -0
- package/antd/es/date-picker/locale/hu_HU.js +14 -0
- package/antd/es/date-picker/locale/id_ID.d.ts +3 -0
- package/antd/es/date-picker/locale/id_ID.js +14 -0
- package/antd/es/date-picker/locale/is_IS.d.ts +3 -0
- package/antd/es/date-picker/locale/is_IS.js +14 -0
- package/antd/es/date-picker/locale/it_IT.d.ts +3 -0
- package/antd/es/date-picker/locale/it_IT.js +14 -0
- package/antd/es/date-picker/locale/ja_JP.d.ts +3 -0
- package/antd/es/date-picker/locale/ja_JP.js +14 -0
- package/antd/es/date-picker/locale/kn_IN.d.ts +3 -0
- package/antd/es/date-picker/locale/kn_IN.js +14 -0
- package/antd/es/date-picker/locale/ko_KR.d.ts +3 -0
- package/antd/es/date-picker/locale/ko_KR.js +14 -0
- package/antd/es/date-picker/locale/ku_IQ.d.ts +3 -0
- package/antd/es/date-picker/locale/ku_IQ.js +14 -0
- package/antd/es/date-picker/locale/lv_LV.d.ts +3 -0
- package/antd/es/date-picker/locale/lv_LV.js +14 -0
- package/antd/es/date-picker/locale/mk_MK.d.ts +3 -0
- package/antd/es/date-picker/locale/mk_MK.js +14 -0
- package/antd/es/date-picker/locale/mn_MN.d.ts +3 -0
- package/antd/es/date-picker/locale/mn_MN.js +14 -0
- package/antd/es/date-picker/locale/ms_MY.d.ts +3 -0
- package/antd/es/date-picker/locale/ms_MY.js +14 -0
- package/antd/es/date-picker/locale/nb_NO.d.ts +3 -0
- package/antd/es/date-picker/locale/nb_NO.js +21 -0
- package/antd/es/date-picker/locale/nl_BE.d.ts +3 -0
- package/antd/es/date-picker/locale/nl_BE.js +14 -0
- package/antd/es/date-picker/locale/nl_NL.d.ts +3 -0
- package/antd/es/date-picker/locale/nl_NL.js +14 -0
- package/antd/es/date-picker/locale/pl_PL.d.ts +3 -0
- package/antd/es/date-picker/locale/pl_PL.js +14 -0
- package/antd/es/date-picker/locale/pt_BR.d.ts +3 -0
- package/antd/es/date-picker/locale/pt_BR.js +14 -0
- package/antd/es/date-picker/locale/pt_PT.d.ts +3 -0
- package/antd/es/date-picker/locale/pt_PT.js +42 -0
- package/antd/es/date-picker/locale/ro_RO.d.ts +3 -0
- package/antd/es/date-picker/locale/ro_RO.js +14 -0
- package/antd/es/date-picker/locale/ru_RU.d.ts +6 -0
- package/antd/es/date-picker/locale/ru_RU.js +18 -0
- package/antd/es/date-picker/locale/sk_SK.d.ts +3 -0
- package/antd/es/date-picker/locale/sk_SK.js +14 -0
- package/antd/es/date-picker/locale/sl_SI.d.ts +3 -0
- package/antd/es/date-picker/locale/sl_SI.js +40 -0
- package/antd/es/date-picker/locale/sr_RS.d.ts +3 -0
- package/antd/es/date-picker/locale/sr_RS.js +14 -0
- package/antd/es/date-picker/locale/sv_SE.d.ts +3 -0
- package/antd/es/date-picker/locale/sv_SE.js +14 -0
- package/antd/es/date-picker/locale/ta_IN.d.ts +3 -0
- package/antd/es/date-picker/locale/ta_IN.js +15 -0
- package/antd/es/date-picker/locale/th_TH.d.ts +3 -0
- package/antd/es/date-picker/locale/th_TH.js +14 -0
- package/antd/es/date-picker/locale/tr_TR.d.ts +3 -0
- package/antd/es/date-picker/locale/tr_TR.js +21 -0
- package/antd/es/date-picker/locale/uk_UA.d.ts +3 -0
- package/antd/es/date-picker/locale/uk_UA.js +14 -0
- package/antd/es/date-picker/locale/vi_VN.d.ts +3 -0
- package/antd/es/date-picker/locale/vi_VN.js +14 -0
- package/antd/es/date-picker/locale/zh_CN.d.ts +3 -0
- package/antd/es/date-picker/locale/zh_CN.js +23 -0
- package/antd/es/date-picker/locale/zh_TW.d.ts +3 -0
- package/antd/es/date-picker/locale/zh_TW.js +15 -0
- package/antd/es/date-picker/style/css.js +4 -0
- package/antd/es/date-picker/style/index.css +1060 -0
- package/antd/es/date-picker/style/index.d.ts +3 -0
- package/antd/es/date-picker/style/index.js +4 -0
- package/antd/es/date-picker/style/index.less +335 -0
- package/antd/es/date-picker/style/panel.less +681 -0
- package/antd/es/date-picker/style/rtl.less +216 -0
- package/antd/es/descriptions/style/css.js +2 -0
- package/antd/es/descriptions/style/index.css +132 -0
- package/antd/es/descriptions/style/index.d.ts +2 -0
- package/antd/es/descriptions/style/index.js +2 -0
- package/antd/es/descriptions/style/index.less +164 -0
- package/antd/es/descriptions/style/rtl.less +18 -0
- package/antd/es/divider/style/css.js +2 -0
- package/antd/es/divider/style/index.css +115 -0
- package/antd/es/divider/style/index.d.ts +2 -0
- package/antd/es/divider/style/index.js +2 -0
- package/antd/es/divider/style/index.less +103 -0
- package/antd/es/divider/style/rtl.less +36 -0
- package/antd/es/drawer/style/css.js +3 -0
- package/antd/es/drawer/style/customize.less +3 -0
- package/antd/es/drawer/style/drawer.less +256 -0
- package/antd/es/drawer/style/index.css +253 -0
- package/antd/es/drawer/style/index.d.ts +2 -0
- package/antd/es/drawer/style/index.js +3 -0
- package/antd/es/drawer/style/index.less +5 -0
- package/antd/es/drawer/style/rtl.less +16 -0
- package/antd/es/dropdown/style/css.js +4 -0
- package/antd/es/dropdown/style/index.css +405 -0
- package/antd/es/dropdown/style/index.d.ts +3 -0
- package/antd/es/dropdown/style/index.js +4 -0
- package/antd/es/dropdown/style/index.less +369 -0
- package/antd/es/dropdown/style/rtl.less +85 -0
- package/antd/es/dropdown/style/status.less +12 -0
- package/antd/es/empty/style/css.js +2 -0
- package/antd/es/empty/style/index.css +75 -0
- package/antd/es/empty/style/index.d.ts +2 -0
- package/antd/es/empty/style/index.js +2 -0
- package/antd/es/empty/style/index.less +139 -0
- package/antd/es/empty/style/rtl.less +10 -0
- package/antd/es/form/style/components.less +69 -0
- package/antd/es/form/style/css.js +4 -0
- package/antd/es/form/style/horizontal.less +10 -0
- package/antd/es/form/style/index.css +939 -0
- package/antd/es/form/style/index.d.ts +3 -0
- package/antd/es/form/style/index.js +4 -0
- package/antd/es/form/style/index.less +233 -0
- package/antd/es/form/style/inline.less +35 -0
- package/antd/es/form/style/mixin.less +118 -0
- package/antd/es/form/style/rtl.less +178 -0
- package/antd/es/form/style/status.less +251 -0
- package/antd/es/form/style/vertical.less +84 -0
- package/antd/es/grid/style/css.js +2 -0
- package/antd/es/grid/style/index.css +5889 -0
- package/antd/es/grid/style/index.d.ts +2 -0
- package/antd/es/grid/style/index.js +2 -0
- package/antd/es/grid/style/index.less +113 -0
- package/antd/es/grid/style/mixin.less +53 -0
- package/antd/es/grid/style/rtl.less +74 -0
- package/antd/es/icon/style/css.js +2 -0
- package/antd/es/icon/style/index.css +4 -0
- package/antd/es/icon/style/index.d.ts +2 -0
- package/antd/es/icon/style/index.js +2 -0
- package/antd/es/icon/style/index.less +4 -0
- package/antd/es/input/style/IE11.less +20 -0
- package/antd/es/input/style/affix.less +48 -0
- package/antd/es/input/style/allow-clear.less +52 -0
- package/antd/es/input/style/css.js +4 -0
- package/antd/es/input/style/index.css +820 -0
- package/antd/es/input/style/index.d.ts +3 -0
- package/antd/es/input/style/index.js +4 -0
- package/antd/es/input/style/index.less +50 -0
- package/antd/es/input/style/mixin.less +398 -0
- package/antd/es/input/style/rtl.less +235 -0
- package/antd/es/input/style/search-input.less +90 -0
- package/antd/es/input-number/style/css.js +2 -0
- package/antd/es/input-number/style/index.css +338 -0
- package/antd/es/input-number/style/index.d.ts +2 -0
- package/antd/es/input-number/style/index.js +2 -0
- package/antd/es/input-number/style/index.less +186 -0
- package/antd/es/input-number/style/rtl.less +28 -0
- package/antd/es/layout/style/css.js +2 -0
- package/antd/es/layout/style/index.css +135 -0
- package/antd/es/layout/style/index.d.ts +2 -0
- package/antd/es/layout/style/index.js +2 -0
- package/antd/es/layout/style/index.less +126 -0
- package/antd/es/layout/style/light.less +15 -0
- package/antd/es/layout/style/rtl.less +10 -0
- package/antd/es/list/style/bordered.less +44 -0
- package/antd/es/list/style/css.js +7 -0
- package/antd/es/list/style/customize.less +12 -0
- package/antd/es/list/style/index.css +343 -0
- package/antd/es/list/style/index.d.ts +6 -0
- package/antd/es/list/style/index.js +7 -0
- package/antd/es/list/style/index.less +239 -0
- package/antd/es/list/style/responsive.less +40 -0
- package/antd/es/list/style/rtl.less +139 -0
- package/antd/es/locale-provider/style/css.js +1 -0
- package/antd/es/locale-provider/style/index.css +4 -0
- package/antd/es/locale-provider/style/index.d.ts +1 -0
- package/antd/es/locale-provider/style/index.js +1 -0
- package/antd/es/locale-provider/style/index.less +2 -0
- package/antd/es/mentions/style/css.js +4 -0
- package/antd/es/mentions/style/index.css +287 -0
- package/antd/es/mentions/style/index.d.ts +3 -0
- package/antd/es/mentions/style/index.js +4 -0
- package/antd/es/mentions/style/index.less +169 -0
- package/antd/es/mentions/style/rtl.less +10 -0
- package/antd/es/menu/style/css.js +5 -0
- package/antd/es/menu/style/dark.less +148 -0
- package/antd/es/menu/style/index.css +907 -0
- package/antd/es/menu/style/index.d.ts +3 -0
- package/antd/es/menu/style/index.js +5 -0
- package/antd/es/menu/style/index.less +587 -0
- package/antd/es/menu/style/rtl.less +162 -0
- package/antd/es/menu/style/status.less +47 -0
- package/antd/es/message/style/css.js +2 -0
- package/antd/es/message/style/index.css +95 -0
- package/antd/es/message/style/index.d.ts +2 -0
- package/antd/es/message/style/index.js +2 -0
- package/antd/es/message/style/index.less +73 -0
- package/antd/es/message/style/rtl.less +17 -0
- package/antd/es/modal/style/confirm.less +78 -0
- package/antd/es/modal/style/css.js +4 -0
- package/antd/es/modal/style/customize.less +3 -0
- package/antd/es/modal/style/index.css +261 -0
- package/antd/es/modal/style/index.d.ts +3 -0
- package/antd/es/modal/style/index.js +4 -0
- package/antd/es/modal/style/index.less +6 -0
- package/antd/es/modal/style/modal.less +164 -0
- package/antd/es/modal/style/rtl.less +73 -0
- package/antd/es/notification/style/css.js +2 -0
- package/antd/es/notification/style/customize.less +3 -0
- package/antd/es/notification/style/index.css +273 -0
- package/antd/es/notification/style/index.d.ts +2 -0
- package/antd/es/notification/style/index.js +2 -0
- package/antd/es/notification/style/index.less +221 -0
- package/antd/es/notification/style/rtl.less +53 -0
- package/antd/es/page-header/style/css.js +4 -0
- package/antd/es/page-header/style/index.css +167 -0
- package/antd/es/page-header/style/index.d.ts +3 -0
- package/antd/es/page-header/style/index.js +4 -0
- package/antd/es/page-header/style/index.less +125 -0
- package/antd/es/page-header/style/rtl.less +76 -0
- package/antd/es/pagination/style/css.js +5 -0
- package/antd/es/pagination/style/index.css +522 -0
- package/antd/es/pagination/style/index.d.ts +3 -0
- package/antd/es/pagination/style/index.js +5 -0
- package/antd/es/pagination/style/index.less +407 -0
- package/antd/es/pagination/style/rtl.less +75 -0
- package/antd/es/popconfirm/style/css.js +6 -0
- package/antd/es/popconfirm/style/index.css +7 -0
- package/antd/es/popconfirm/style/index.d.ts +4 -0
- package/antd/es/popconfirm/style/index.js +6 -0
- package/antd/es/popconfirm/style/index.less +8 -0
- package/antd/es/popover/style/css.js +3 -0
- package/antd/es/popover/style/customize.less +3 -0
- package/antd/es/popover/style/index.css +224 -0
- package/antd/es/popover/style/index.d.ts +2 -0
- package/antd/es/popover/style/index.js +3 -0
- package/antd/es/popover/style/index.less +208 -0
- package/antd/es/popover/style/rtl.less +33 -0
- package/antd/es/progress/style/css.js +2 -0
- package/antd/es/progress/style/index.css +219 -0
- package/antd/es/progress/style/index.d.ts +2 -0
- package/antd/es/progress/style/index.js +2 -0
- package/antd/es/progress/style/index.less +205 -0
- package/antd/es/progress/style/rtl.less +37 -0
- package/antd/es/radio/style/css.js +2 -0
- package/antd/es/radio/style/index.css +374 -0
- package/antd/es/radio/style/index.d.ts +2 -0
- package/antd/es/radio/style/index.js +2 -0
- package/antd/es/radio/style/index.less +348 -0
- package/antd/es/radio/style/rtl.less +61 -0
- package/antd/es/rate/style/css.js +4 -0
- package/antd/es/rate/style/index.css +97 -0
- package/antd/es/rate/style/index.d.ts +3 -0
- package/antd/es/rate/style/index.js +4 -0
- package/antd/es/rate/style/index.less +87 -0
- package/antd/es/rate/style/rtl.less +26 -0
- package/antd/es/result/style/css.js +2 -0
- package/antd/es/result/style/index.css +68 -0
- package/antd/es/result/style/index.d.ts +2 -0
- package/antd/es/result/style/index.js +2 -0
- package/antd/es/result/style/index.less +74 -0
- package/antd/es/result/style/rtl.less +25 -0
- package/antd/es/row/style/css.js +4 -0
- package/antd/es/row/style/index.d.ts +2 -0
- package/antd/es/row/style/index.js +4 -0
- package/antd/es/select/style/css.js +4 -0
- package/antd/es/select/style/index.css +707 -0
- package/antd/es/select/style/index.d.ts +3 -0
- package/antd/es/select/style/index.js +4 -0
- package/antd/es/select/style/index.less +294 -0
- package/antd/es/select/style/multiple.less +194 -0
- package/antd/es/select/style/rtl.less +186 -0
- package/antd/es/select/style/single.less +180 -0
- package/antd/es/skeleton/style/css.js +2 -0
- package/antd/es/skeleton/style/index.css +284 -0
- package/antd/es/skeleton/style/index.d.ts +2 -0
- package/antd/es/skeleton/style/index.js +2 -0
- package/antd/es/skeleton/style/index.less +265 -0
- package/antd/es/skeleton/style/rtl.less +47 -0
- package/antd/es/slider/style/css.js +4 -0
- package/antd/es/slider/style/index.css +223 -0
- package/antd/es/slider/style/index.d.ts +3 -0
- package/antd/es/slider/style/index.js +4 -0
- package/antd/es/slider/style/index.less +206 -0
- package/antd/es/slider/style/rtl.less +70 -0
- package/antd/es/space/style/css.js +2 -0
- package/antd/es/space/style/index.css +38 -0
- package/antd/es/space/style/index.d.ts +2 -0
- package/antd/es/space/style/index.js +2 -0
- package/antd/es/space/style/index.less +28 -0
- package/antd/es/space/style/rtl.less +10 -0
- package/antd/es/spin/style/css.js +2 -0
- package/antd/es/spin/style/index.css +235 -0
- package/antd/es/spin/style/index.d.ts +2 -0
- package/antd/es/spin/style/index.js +2 -0
- package/antd/es/spin/style/index.less +216 -0
- package/antd/es/spin/style/rtl.less +25 -0
- package/antd/es/statistic/style/css.js +2 -0
- package/antd/es/statistic/style/index.css +56 -0
- package/antd/es/statistic/style/index.d.ts +2 -0
- package/antd/es/statistic/style/index.js +2 -0
- package/antd/es/statistic/style/index.less +44 -0
- package/antd/es/statistic/style/rtl.less +26 -0
- package/antd/es/steps/style/css.js +3 -0
- package/antd/es/steps/style/custom-icon.less +32 -0
- package/antd/es/steps/style/index.css +812 -0
- package/antd/es/steps/style/index.d.ts +3 -0
- package/antd/es/steps/style/index.js +3 -0
- package/antd/es/steps/style/index.less +246 -0
- package/antd/es/steps/style/label-placement.less +39 -0
- package/antd/es/steps/style/nav.less +124 -0
- package/antd/es/steps/style/progress-dot.less +79 -0
- package/antd/es/steps/style/progress.less +21 -0
- package/antd/es/steps/style/rtl.less +249 -0
- package/antd/es/steps/style/small.less +47 -0
- package/antd/es/steps/style/vertical.less +77 -0
- package/antd/es/switch/style/css.js +2 -0
- package/antd/es/switch/style/index.css +166 -0
- package/antd/es/switch/style/index.d.ts +2 -0
- package/antd/es/switch/style/index.js +2 -0
- package/antd/es/switch/style/index.less +153 -0
- package/antd/es/switch/style/rtl.less +50 -0
- package/antd/es/table/style/bordered.less +122 -0
- package/antd/es/table/style/css.js +13 -0
- package/antd/es/table/style/index.css +806 -0
- package/antd/es/table/style/index.d.ts +10 -0
- package/antd/es/table/style/index.js +13 -0
- package/antd/es/table/style/index.less +616 -0
- package/antd/es/table/style/radius.less +45 -0
- package/antd/es/table/style/rtl.less +180 -0
- package/antd/es/table/style/size.less +68 -0
- package/antd/es/tabs/style/card.less +97 -0
- package/antd/es/tabs/style/css.js +2 -0
- package/antd/es/tabs/style/dropdown.less +60 -0
- package/antd/es/tabs/style/index.css +664 -0
- package/antd/es/tabs/style/index.d.ts +2 -0
- package/antd/es/tabs/style/index.js +2 -0
- package/antd/es/tabs/style/index.less +224 -0
- package/antd/es/tabs/style/position.less +195 -0
- package/antd/es/tabs/style/rtl.less +73 -0
- package/antd/es/tabs/style/size.less +41 -0
- package/antd/es/tag/style/css.js +2 -0
- package/antd/es/tag/style/index.css +256 -0
- package/antd/es/tag/style/index.d.ts +2 -0
- package/antd/es/tag/style/index.js +2 -0
- package/antd/es/tag/style/index.less +130 -0
- package/antd/es/tag/style/rtl.less +28 -0
- package/antd/es/time-picker/locale/ar_EG.d.ts +3 -0
- package/antd/es/time-picker/locale/ar_EG.js +4 -0
- package/antd/es/time-picker/locale/az_AZ.d.ts +3 -0
- package/antd/es/time-picker/locale/az_AZ.js +4 -0
- package/antd/es/time-picker/locale/bg_BG.d.ts +3 -0
- package/antd/es/time-picker/locale/bg_BG.js +4 -0
- package/antd/es/time-picker/locale/ca_ES.d.ts +3 -0
- package/antd/es/time-picker/locale/ca_ES.js +4 -0
- package/antd/es/time-picker/locale/cs_CZ.d.ts +3 -0
- package/antd/es/time-picker/locale/cs_CZ.js +4 -0
- package/antd/es/time-picker/locale/da_DK.d.ts +3 -0
- package/antd/es/time-picker/locale/da_DK.js +4 -0
- package/antd/es/time-picker/locale/de_DE.d.ts +3 -0
- package/antd/es/time-picker/locale/de_DE.js +4 -0
- package/antd/es/time-picker/locale/el_GR.d.ts +3 -0
- package/antd/es/time-picker/locale/el_GR.js +4 -0
- package/antd/es/time-picker/locale/en_GB.d.ts +3 -0
- package/antd/es/time-picker/locale/en_GB.js +4 -0
- package/antd/es/time-picker/locale/en_US.d.ts +3 -0
- package/antd/es/time-picker/locale/en_US.js +5 -0
- package/antd/es/time-picker/locale/es_ES.d.ts +3 -0
- package/antd/es/time-picker/locale/es_ES.js +4 -0
- package/antd/es/time-picker/locale/et_EE.d.ts +3 -0
- package/antd/es/time-picker/locale/et_EE.js +4 -0
- package/antd/es/time-picker/locale/fa_IR.d.ts +3 -0
- package/antd/es/time-picker/locale/fa_IR.js +4 -0
- package/antd/es/time-picker/locale/fi_FI.d.ts +3 -0
- package/antd/es/time-picker/locale/fi_FI.js +4 -0
- package/antd/es/time-picker/locale/fr_BE.d.ts +3 -0
- package/antd/es/time-picker/locale/fr_BE.js +4 -0
- package/antd/es/time-picker/locale/fr_FR.d.ts +3 -0
- package/antd/es/time-picker/locale/fr_FR.js +5 -0
- package/antd/es/time-picker/locale/ga_IE.d.ts +3 -0
- package/antd/es/time-picker/locale/ga_IE.js +5 -0
- package/antd/es/time-picker/locale/he_IL.d.ts +3 -0
- package/antd/es/time-picker/locale/he_IL.js +4 -0
- package/antd/es/time-picker/locale/hi_IN.d.ts +3 -0
- package/antd/es/time-picker/locale/hi_IN.js +4 -0
- package/antd/es/time-picker/locale/hr_HR.d.ts +3 -0
- package/antd/es/time-picker/locale/hr_HR.js +4 -0
- package/antd/es/time-picker/locale/hu_HU.d.ts +3 -0
- package/antd/es/time-picker/locale/hu_HU.js +4 -0
- package/antd/es/time-picker/locale/id_ID.d.ts +3 -0
- package/antd/es/time-picker/locale/id_ID.js +4 -0
- package/antd/es/time-picker/locale/is_IS.d.ts +3 -0
- package/antd/es/time-picker/locale/is_IS.js +4 -0
- package/antd/es/time-picker/locale/it_IT.d.ts +3 -0
- package/antd/es/time-picker/locale/it_IT.js +4 -0
- package/antd/es/time-picker/locale/ja_JP.d.ts +3 -0
- package/antd/es/time-picker/locale/ja_JP.js +4 -0
- package/antd/es/time-picker/locale/kn_IN.d.ts +3 -0
- package/antd/es/time-picker/locale/kn_IN.js +4 -0
- package/antd/es/time-picker/locale/ko_KR.d.ts +3 -0
- package/antd/es/time-picker/locale/ko_KR.js +4 -0
- package/antd/es/time-picker/locale/ku_IQ.d.ts +3 -0
- package/antd/es/time-picker/locale/ku_IQ.js +4 -0
- package/antd/es/time-picker/locale/lv_LV.d.ts +3 -0
- package/antd/es/time-picker/locale/lv_LV.js +4 -0
- package/antd/es/time-picker/locale/mk_MK.d.ts +3 -0
- package/antd/es/time-picker/locale/mk_MK.js +4 -0
- package/antd/es/time-picker/locale/mn_MN.d.ts +3 -0
- package/antd/es/time-picker/locale/mn_MN.js +4 -0
- package/antd/es/time-picker/locale/ms_MY.d.ts +3 -0
- package/antd/es/time-picker/locale/ms_MY.js +4 -0
- package/antd/es/time-picker/locale/nb_NO.d.ts +3 -0
- package/antd/es/time-picker/locale/nb_NO.js +5 -0
- package/antd/es/time-picker/locale/nl_BE.d.ts +3 -0
- package/antd/es/time-picker/locale/nl_BE.js +4 -0
- package/antd/es/time-picker/locale/nl_NL.d.ts +3 -0
- package/antd/es/time-picker/locale/nl_NL.js +4 -0
- package/antd/es/time-picker/locale/pl_PL.d.ts +3 -0
- package/antd/es/time-picker/locale/pl_PL.js +4 -0
- package/antd/es/time-picker/locale/pt_BR.d.ts +3 -0
- package/antd/es/time-picker/locale/pt_BR.js +4 -0
- package/antd/es/time-picker/locale/pt_PT.d.ts +3 -0
- package/antd/es/time-picker/locale/pt_PT.js +4 -0
- package/antd/es/time-picker/locale/ro_RO.d.ts +3 -0
- package/antd/es/time-picker/locale/ro_RO.js +4 -0
- package/antd/es/time-picker/locale/ru_RU.d.ts +6 -0
- package/antd/es/time-picker/locale/ru_RU.js +4 -0
- package/antd/es/time-picker/locale/sk_SK.d.ts +3 -0
- package/antd/es/time-picker/locale/sk_SK.js +4 -0
- package/antd/es/time-picker/locale/sl_SI.d.ts +3 -0
- package/antd/es/time-picker/locale/sl_SI.js +4 -0
- package/antd/es/time-picker/locale/sr_RS.d.ts +3 -0
- package/antd/es/time-picker/locale/sr_RS.js +4 -0
- package/antd/es/time-picker/locale/sv_SE.d.ts +3 -0
- package/antd/es/time-picker/locale/sv_SE.js +4 -0
- package/antd/es/time-picker/locale/ta_IN.d.ts +3 -0
- package/antd/es/time-picker/locale/ta_IN.js +4 -0
- package/antd/es/time-picker/locale/th_TH.d.ts +3 -0
- package/antd/es/time-picker/locale/th_TH.js +4 -0
- package/antd/es/time-picker/locale/tr_TR.d.ts +3 -0
- package/antd/es/time-picker/locale/tr_TR.js +5 -0
- package/antd/es/time-picker/locale/uk_UA.d.ts +3 -0
- package/antd/es/time-picker/locale/uk_UA.js +4 -0
- package/antd/es/time-picker/locale/vi_VN.d.ts +3 -0
- package/antd/es/time-picker/locale/vi_VN.js +4 -0
- package/antd/es/time-picker/locale/zh_CN.d.ts +3 -0
- package/antd/es/time-picker/locale/zh_CN.js +5 -0
- package/antd/es/time-picker/locale/zh_TW.d.ts +3 -0
- package/antd/es/time-picker/locale/zh_TW.js +4 -0
- package/antd/es/time-picker/style/css.js +4 -0
- package/antd/es/time-picker/style/index.css +4 -0
- package/antd/es/time-picker/style/index.d.ts +3 -0
- package/antd/es/time-picker/style/index.js +4 -0
- package/antd/es/time-picker/style/index.less +3 -0
- package/antd/es/timeline/style/css.js +2 -0
- package/antd/es/timeline/style/index.css +240 -0
- package/antd/es/timeline/style/index.d.ts +2 -0
- package/antd/es/timeline/style/index.js +2 -0
- package/antd/es/timeline/style/index.less +186 -0
- package/antd/es/timeline/style/rtl.less +135 -0
- package/antd/es/tooltip/style/css.js +2 -0
- package/antd/es/tooltip/style/index.css +261 -0
- package/antd/es/tooltip/style/index.d.ts +2 -0
- package/antd/es/tooltip/style/index.js +2 -0
- package/antd/es/tooltip/style/index.less +206 -0
- package/antd/es/tooltip/style/rtl.less +14 -0
- package/antd/es/transfer/style/css.js +10 -0
- package/antd/es/transfer/style/customize.less +45 -0
- package/antd/es/transfer/style/index.css +346 -0
- package/antd/es/transfer/style/index.d.ts +9 -0
- package/antd/es/transfer/style/index.js +10 -0
- package/antd/es/transfer/style/index.less +237 -0
- package/antd/es/transfer/style/rtl.less +63 -0
- package/antd/es/tree/style/css.js +2 -0
- package/antd/es/tree/style/directory.less +72 -0
- package/antd/es/tree/style/index.css +508 -0
- package/antd/es/tree/style/index.d.ts +2 -0
- package/antd/es/tree/style/index.js +2 -0
- package/antd/es/tree/style/index.less +14 -0
- package/antd/es/tree/style/mixin.less +264 -0
- package/antd/es/tree/style/rtl.less +64 -0
- package/antd/es/tree-select/style/css.js +6 -0
- package/antd/es/tree-select/style/index.css +463 -0
- package/antd/es/tree-select/style/index.d.ts +4 -0
- package/antd/es/tree-select/style/index.js +6 -0
- package/antd/es/tree-select/style/index.less +55 -0
- package/antd/es/typography/style/css.js +5 -0
- package/antd/es/typography/style/index.css +277 -0
- package/antd/es/typography/style/index.d.ts +4 -0
- package/antd/es/typography/style/index.js +5 -0
- package/antd/es/typography/style/index.less +225 -0
- package/antd/es/typography/style/rtl.less +54 -0
- package/antd/es/upload/style/css.js +6 -0
- package/antd/es/upload/style/index.css +694 -0
- package/antd/es/upload/style/index.d.ts +5 -0
- package/antd/es/upload/style/index.js +6 -0
- package/antd/es/upload/style/index.less +590 -0
- package/antd/es/upload/style/rtl.less +188 -0
- package/antd/es/version/style/css.js +2 -0
- package/antd/es/version/style/index.d.ts +1 -0
- package/antd/es/version/style/index.js +2 -0
- package/antd/lib/affix/style/css.js +5 -0
- package/antd/lib/affix/style/index.css +8 -0
- package/antd/lib/affix/style/index.d.ts +2 -0
- package/antd/lib/affix/style/index.js +5 -0
- package/antd/lib/affix/style/index.less +6 -0
- package/antd/lib/alert/style/css.js +5 -0
- package/antd/lib/alert/style/index.css +260 -0
- package/antd/lib/alert/style/index.d.ts +2 -0
- package/antd/lib/alert/style/index.js +5 -0
- package/antd/lib/alert/style/index.less +196 -0
- package/antd/lib/alert/style/rtl.less +74 -0
- package/antd/lib/anchor/style/css.js +7 -0
- package/antd/lib/anchor/style/index.css +107 -0
- package/antd/lib/anchor/style/index.d.ts +3 -0
- package/antd/lib/anchor/style/index.js +7 -0
- package/antd/lib/anchor/style/index.less +84 -0
- package/antd/lib/anchor/style/rtl.less +40 -0
- package/antd/lib/auto-complete/style/css.js +7 -0
- package/antd/lib/auto-complete/style/index.css +20 -0
- package/antd/lib/auto-complete/style/index.d.ts +3 -0
- package/antd/lib/auto-complete/style/index.js +7 -0
- package/antd/lib/auto-complete/style/index.less +16 -0
- package/antd/lib/avatar/style/css.js +7 -0
- package/antd/lib/avatar/style/group.less +22 -0
- package/antd/lib/avatar/style/index.css +112 -0
- package/antd/lib/avatar/style/index.d.ts +3 -0
- package/antd/lib/avatar/style/index.js +7 -0
- package/antd/lib/avatar/style/index.less +66 -0
- package/antd/lib/avatar/style/rtl.less +20 -0
- package/antd/lib/back-top/style/css.js +5 -0
- package/antd/lib/back-top/style/index.css +62 -0
- package/antd/lib/back-top/style/index.d.ts +2 -0
- package/antd/lib/back-top/style/index.js +5 -0
- package/antd/lib/back-top/style/index.less +49 -0
- package/antd/lib/back-top/style/responsive.less +11 -0
- package/antd/lib/badge/style/css.js +7 -0
- package/antd/lib/badge/style/index.css +372 -0
- package/antd/lib/badge/style/index.d.ts +3 -0
- package/antd/lib/badge/style/index.js +7 -0
- package/antd/lib/badge/style/index.less +193 -0
- package/antd/lib/badge/style/ribbon.less +84 -0
- package/antd/lib/badge/style/rtl.less +111 -0
- package/antd/lib/breadcrumb/style/css.js +9 -0
- package/antd/lib/breadcrumb/style/index.css +73 -0
- package/antd/lib/breadcrumb/style/index.d.ts +4 -0
- package/antd/lib/breadcrumb/style/index.js +9 -0
- package/antd/lib/breadcrumb/style/index.less +54 -0
- package/antd/lib/breadcrumb/style/rtl.less +34 -0
- package/antd/lib/button/style/css.js +5 -0
- package/antd/lib/button/style/index.css +1915 -0
- package/antd/lib/button/style/index.d.ts +2 -0
- package/antd/lib/button/style/index.js +5 -0
- package/antd/lib/button/style/index.less +249 -0
- package/antd/lib/button/style/mixin.less +518 -0
- package/antd/lib/button/style/rtl.less +113 -0
- package/antd/lib/calendar/style/css.js +11 -0
- package/antd/lib/calendar/style/index.css +180 -0
- package/antd/lib/calendar/style/index.d.ts +5 -0
- package/antd/lib/calendar/style/index.js +11 -0
- package/antd/lib/calendar/style/index.less +192 -0
- package/antd/lib/calendar/style/rtl.less +52 -0
- package/antd/lib/card/style/css.js +11 -0
- package/antd/lib/card/style/index.css +317 -0
- package/antd/lib/card/style/index.d.ts +5 -0
- package/antd/lib/card/style/index.js +11 -0
- package/antd/lib/card/style/index.less +293 -0
- package/antd/lib/card/style/size.less +22 -0
- package/antd/lib/carousel/style/css.js +5 -0
- package/antd/lib/carousel/style/index.css +298 -0
- package/antd/lib/carousel/style/index.d.ts +2 -0
- package/antd/lib/carousel/style/index.js +5 -0
- package/antd/lib/carousel/style/index.less +267 -0
- package/antd/lib/carousel/style/rtl.less +52 -0
- package/antd/lib/cascader/style/css.js +9 -0
- package/antd/lib/cascader/style/index.css +296 -0
- package/antd/lib/cascader/style/index.d.ts +4 -0
- package/antd/lib/cascader/style/index.js +9 -0
- package/antd/lib/cascader/style/index.less +243 -0
- package/antd/lib/cascader/style/rtl.less +89 -0
- package/antd/lib/checkbox/style/css.js +5 -0
- package/antd/lib/checkbox/style/index.css +246 -0
- package/antd/lib/checkbox/style/index.d.ts +2 -0
- package/antd/lib/checkbox/style/index.js +5 -0
- package/antd/lib/checkbox/style/index.less +5 -0
- package/antd/lib/checkbox/style/mixin.less +221 -0
- package/antd/lib/checkbox/style/rtl.less +26 -0
- package/antd/lib/col/style/css.js +5 -0
- package/antd/lib/col/style/index.d.ts +2 -0
- package/antd/lib/col/style/index.js +5 -0
- package/antd/lib/collapse/style/css.js +5 -0
- package/antd/lib/collapse/style/index.css +175 -0
- package/antd/lib/collapse/style/index.d.ts +2 -0
- package/antd/lib/collapse/style/index.js +5 -0
- package/antd/lib/collapse/style/index.less +153 -0
- package/antd/lib/collapse/style/rtl.less +42 -0
- package/antd/lib/comment/style/css.js +5 -0
- package/antd/lib/comment/style/index.css +124 -0
- package/antd/lib/comment/style/index.d.ts +2 -0
- package/antd/lib/comment/style/index.js +5 -0
- package/antd/lib/comment/style/index.less +101 -0
- package/antd/lib/comment/style/rtl.less +50 -0
- package/antd/lib/config-provider/style/index.css +4 -0
- package/antd/lib/config-provider/style/index.d.ts +1 -0
- package/antd/lib/config-provider/style/index.less +2 -0
- package/antd/lib/date-picker/style/css.js +7 -0
- package/antd/lib/date-picker/style/index.css +1060 -0
- package/antd/lib/date-picker/style/index.d.ts +3 -0
- package/antd/lib/date-picker/style/index.js +7 -0
- package/antd/lib/date-picker/style/index.less +335 -0
- package/antd/lib/date-picker/style/panel.less +681 -0
- package/antd/lib/date-picker/style/rtl.less +216 -0
- package/antd/lib/descriptions/style/css.js +5 -0
- package/antd/lib/descriptions/style/index.css +132 -0
- package/antd/lib/descriptions/style/index.d.ts +2 -0
- package/antd/lib/descriptions/style/index.js +5 -0
- package/antd/lib/descriptions/style/index.less +164 -0
- package/antd/lib/descriptions/style/rtl.less +18 -0
- package/antd/lib/divider/style/css.js +5 -0
- package/antd/lib/divider/style/index.css +115 -0
- package/antd/lib/divider/style/index.d.ts +2 -0
- package/antd/lib/divider/style/index.js +5 -0
- package/antd/lib/divider/style/index.less +103 -0
- package/antd/lib/divider/style/rtl.less +36 -0
- package/antd/lib/drawer/style/css.js +5 -0
- package/antd/lib/drawer/style/customize.less +3 -0
- package/antd/lib/drawer/style/drawer.less +256 -0
- package/antd/lib/drawer/style/index.css +253 -0
- package/antd/lib/drawer/style/index.d.ts +2 -0
- package/antd/lib/drawer/style/index.js +5 -0
- package/antd/lib/drawer/style/index.less +5 -0
- package/antd/lib/drawer/style/rtl.less +16 -0
- package/antd/lib/dropdown/style/css.js +7 -0
- package/antd/lib/dropdown/style/index.css +405 -0
- package/antd/lib/dropdown/style/index.d.ts +3 -0
- package/antd/lib/dropdown/style/index.js +7 -0
- package/antd/lib/dropdown/style/index.less +369 -0
- package/antd/lib/dropdown/style/rtl.less +85 -0
- package/antd/lib/dropdown/style/status.less +12 -0
- package/antd/lib/empty/style/css.js +5 -0
- package/antd/lib/empty/style/index.css +75 -0
- package/antd/lib/empty/style/index.d.ts +2 -0
- package/antd/lib/empty/style/index.js +5 -0
- package/antd/lib/empty/style/index.less +139 -0
- package/antd/lib/empty/style/rtl.less +10 -0
- package/antd/lib/form/style/components.less +69 -0
- package/antd/lib/form/style/css.js +7 -0
- package/antd/lib/form/style/horizontal.less +10 -0
- package/antd/lib/form/style/index.css +939 -0
- package/antd/lib/form/style/index.d.ts +3 -0
- package/antd/lib/form/style/index.js +7 -0
- package/antd/lib/form/style/index.less +233 -0
- package/antd/lib/form/style/inline.less +35 -0
- package/antd/lib/form/style/mixin.less +118 -0
- package/antd/lib/form/style/rtl.less +178 -0
- package/antd/lib/form/style/status.less +251 -0
- package/antd/lib/form/style/vertical.less +84 -0
- package/antd/lib/grid/style/css.js +5 -0
- package/antd/lib/grid/style/index.css +5889 -0
- package/antd/lib/grid/style/index.d.ts +2 -0
- package/antd/lib/grid/style/index.js +5 -0
- package/antd/lib/grid/style/index.less +113 -0
- package/antd/lib/grid/style/mixin.less +53 -0
- package/antd/lib/grid/style/rtl.less +74 -0
- package/antd/lib/icon/style/css.js +5 -0
- package/antd/lib/icon/style/index.css +4 -0
- package/antd/lib/icon/style/index.d.ts +2 -0
- package/antd/lib/icon/style/index.js +5 -0
- package/antd/lib/icon/style/index.less +4 -0
- package/antd/lib/input/style/IE11.less +20 -0
- package/antd/lib/input/style/affix.less +48 -0
- package/antd/lib/input/style/allow-clear.less +52 -0
- package/antd/lib/input/style/css.js +7 -0
- package/antd/lib/input/style/index.css +820 -0
- package/antd/lib/input/style/index.d.ts +3 -0
- package/antd/lib/input/style/index.js +7 -0
- package/antd/lib/input/style/index.less +50 -0
- package/antd/lib/input/style/mixin.less +398 -0
- package/antd/lib/input/style/rtl.less +235 -0
- package/antd/lib/input/style/search-input.less +90 -0
- package/antd/lib/input-number/style/css.js +5 -0
- package/antd/lib/input-number/style/index.css +338 -0
- package/antd/lib/input-number/style/index.d.ts +2 -0
- package/antd/lib/input-number/style/index.js +5 -0
- package/antd/lib/input-number/style/index.less +186 -0
- package/antd/lib/input-number/style/rtl.less +28 -0
- package/antd/lib/layout/style/css.js +5 -0
- package/antd/lib/layout/style/index.css +135 -0
- package/antd/lib/layout/style/index.d.ts +2 -0
- package/antd/lib/layout/style/index.js +5 -0
- package/antd/lib/layout/style/index.less +126 -0
- package/antd/lib/layout/style/light.less +15 -0
- package/antd/lib/layout/style/rtl.less +10 -0
- package/antd/lib/list/style/bordered.less +44 -0
- package/antd/lib/list/style/css.js +13 -0
- package/antd/lib/list/style/customize.less +12 -0
- package/antd/lib/list/style/index.css +343 -0
- package/antd/lib/list/style/index.d.ts +6 -0
- package/antd/lib/list/style/index.js +13 -0
- package/antd/lib/list/style/index.less +239 -0
- package/antd/lib/list/style/responsive.less +40 -0
- package/antd/lib/list/style/rtl.less +139 -0
- package/antd/lib/locale-provider/style/css.js +3 -0
- package/antd/lib/locale-provider/style/index.css +4 -0
- package/antd/lib/locale-provider/style/index.d.ts +1 -0
- package/antd/lib/locale-provider/style/index.js +3 -0
- package/antd/lib/locale-provider/style/index.less +2 -0
- package/antd/lib/mentions/style/css.js +7 -0
- package/antd/lib/mentions/style/index.css +287 -0
- package/antd/lib/mentions/style/index.d.ts +3 -0
- package/antd/lib/mentions/style/index.js +7 -0
- package/antd/lib/mentions/style/index.less +169 -0
- package/antd/lib/mentions/style/rtl.less +10 -0
- package/antd/lib/menu/style/css.js +7 -0
- package/antd/lib/menu/style/dark.less +148 -0
- package/antd/lib/menu/style/index.css +907 -0
- package/antd/lib/menu/style/index.d.ts +3 -0
- package/antd/lib/menu/style/index.js +7 -0
- package/antd/lib/menu/style/index.less +587 -0
- package/antd/lib/menu/style/rtl.less +162 -0
- package/antd/lib/menu/style/status.less +47 -0
- package/antd/lib/message/style/css.js +5 -0
- package/antd/lib/message/style/index.css +95 -0
- package/antd/lib/message/style/index.d.ts +2 -0
- package/antd/lib/message/style/index.js +5 -0
- package/antd/lib/message/style/index.less +73 -0
- package/antd/lib/message/style/rtl.less +17 -0
- package/antd/lib/modal/style/confirm.less +78 -0
- package/antd/lib/modal/style/css.js +7 -0
- package/antd/lib/modal/style/customize.less +3 -0
- package/antd/lib/modal/style/index.css +261 -0
- package/antd/lib/modal/style/index.d.ts +3 -0
- package/antd/lib/modal/style/index.js +7 -0
- package/antd/lib/modal/style/index.less +6 -0
- package/antd/lib/modal/style/modal.less +164 -0
- package/antd/lib/modal/style/rtl.less +73 -0
- package/antd/lib/notification/style/css.js +5 -0
- package/antd/lib/notification/style/customize.less +3 -0
- package/antd/lib/notification/style/index.css +273 -0
- package/antd/lib/notification/style/index.d.ts +2 -0
- package/antd/lib/notification/style/index.js +5 -0
- package/antd/lib/notification/style/index.less +221 -0
- package/antd/lib/notification/style/rtl.less +53 -0
- package/antd/lib/page-header/style/css.js +7 -0
- package/antd/lib/page-header/style/index.css +167 -0
- package/antd/lib/page-header/style/index.d.ts +3 -0
- package/antd/lib/page-header/style/index.js +7 -0
- package/antd/lib/page-header/style/index.less +125 -0
- package/antd/lib/page-header/style/rtl.less +76 -0
- package/antd/lib/pagination/style/css.js +7 -0
- package/antd/lib/pagination/style/index.css +522 -0
- package/antd/lib/pagination/style/index.d.ts +3 -0
- package/antd/lib/pagination/style/index.js +7 -0
- package/antd/lib/pagination/style/index.less +407 -0
- package/antd/lib/pagination/style/rtl.less +75 -0
- package/antd/lib/popconfirm/style/css.js +9 -0
- package/antd/lib/popconfirm/style/index.css +7 -0
- package/antd/lib/popconfirm/style/index.d.ts +4 -0
- package/antd/lib/popconfirm/style/index.js +9 -0
- package/antd/lib/popconfirm/style/index.less +8 -0
- package/antd/lib/popover/style/css.js +5 -0
- package/antd/lib/popover/style/customize.less +3 -0
- package/antd/lib/popover/style/index.css +224 -0
- package/antd/lib/popover/style/index.d.ts +2 -0
- package/antd/lib/popover/style/index.js +5 -0
- package/antd/lib/popover/style/index.less +208 -0
- package/antd/lib/popover/style/rtl.less +33 -0
- package/antd/lib/progress/style/css.js +5 -0
- package/antd/lib/progress/style/index.css +219 -0
- package/antd/lib/progress/style/index.d.ts +2 -0
- package/antd/lib/progress/style/index.js +5 -0
- package/antd/lib/progress/style/index.less +205 -0
- package/antd/lib/progress/style/rtl.less +37 -0
- package/antd/lib/radio/style/css.js +5 -0
- package/antd/lib/radio/style/index.css +374 -0
- package/antd/lib/radio/style/index.d.ts +2 -0
- package/antd/lib/radio/style/index.js +5 -0
- package/antd/lib/radio/style/index.less +348 -0
- package/antd/lib/radio/style/rtl.less +61 -0
- package/antd/lib/rate/style/css.js +7 -0
- package/antd/lib/rate/style/index.css +97 -0
- package/antd/lib/rate/style/index.d.ts +3 -0
- package/antd/lib/rate/style/index.js +7 -0
- package/antd/lib/rate/style/index.less +87 -0
- package/antd/lib/rate/style/rtl.less +26 -0
- package/antd/lib/result/style/css.js +5 -0
- package/antd/lib/result/style/index.css +68 -0
- package/antd/lib/result/style/index.d.ts +2 -0
- package/antd/lib/result/style/index.js +5 -0
- package/antd/lib/result/style/index.less +74 -0
- package/antd/lib/result/style/rtl.less +25 -0
- package/antd/lib/row/style/css.js +5 -0
- package/antd/lib/row/style/index.d.ts +2 -0
- package/antd/lib/row/style/index.js +5 -0
- package/antd/lib/select/style/css.js +7 -0
- package/antd/lib/select/style/index.css +707 -0
- package/antd/lib/select/style/index.d.ts +3 -0
- package/antd/lib/select/style/index.js +7 -0
- package/antd/lib/select/style/index.less +294 -0
- package/antd/lib/select/style/multiple.less +194 -0
- package/antd/lib/select/style/rtl.less +186 -0
- package/antd/lib/select/style/single.less +180 -0
- package/antd/lib/skeleton/style/css.js +5 -0
- package/antd/lib/skeleton/style/index.css +284 -0
- package/antd/lib/skeleton/style/index.d.ts +2 -0
- package/antd/lib/skeleton/style/index.js +5 -0
- package/antd/lib/skeleton/style/index.less +265 -0
- package/antd/lib/skeleton/style/rtl.less +47 -0
- package/antd/lib/slider/style/css.js +7 -0
- package/antd/lib/slider/style/index.css +223 -0
- package/antd/lib/slider/style/index.d.ts +3 -0
- package/antd/lib/slider/style/index.js +7 -0
- package/antd/lib/slider/style/index.less +206 -0
- package/antd/lib/slider/style/rtl.less +70 -0
- package/antd/lib/space/style/css.js +5 -0
- package/antd/lib/space/style/index.css +38 -0
- package/antd/lib/space/style/index.d.ts +2 -0
- package/antd/lib/space/style/index.js +5 -0
- package/antd/lib/space/style/index.less +28 -0
- package/antd/lib/space/style/rtl.less +10 -0
- package/antd/lib/spin/style/css.js +5 -0
- package/antd/lib/spin/style/index.css +235 -0
- package/antd/lib/spin/style/index.d.ts +2 -0
- package/antd/lib/spin/style/index.js +5 -0
- package/antd/lib/spin/style/index.less +216 -0
- package/antd/lib/spin/style/rtl.less +25 -0
- package/antd/lib/statistic/style/css.js +5 -0
- package/antd/lib/statistic/style/index.css +56 -0
- package/antd/lib/statistic/style/index.d.ts +2 -0
- package/antd/lib/statistic/style/index.js +5 -0
- package/antd/lib/statistic/style/index.less +44 -0
- package/antd/lib/statistic/style/rtl.less +26 -0
- package/antd/lib/steps/style/css.js +7 -0
- package/antd/lib/steps/style/custom-icon.less +32 -0
- package/antd/lib/steps/style/index.css +812 -0
- package/antd/lib/steps/style/index.d.ts +3 -0
- package/antd/lib/steps/style/index.js +7 -0
- package/antd/lib/steps/style/index.less +246 -0
- package/antd/lib/steps/style/label-placement.less +39 -0
- package/antd/lib/steps/style/nav.less +124 -0
- package/antd/lib/steps/style/progress-dot.less +79 -0
- package/antd/lib/steps/style/progress.less +21 -0
- package/antd/lib/steps/style/rtl.less +249 -0
- package/antd/lib/steps/style/small.less +47 -0
- package/antd/lib/steps/style/vertical.less +77 -0
- package/antd/lib/style/css.js +3 -0
- package/antd/lib/style/index.d.ts +1 -0
- package/antd/lib/style/index.js +3 -0
- package/antd/lib/switch/style/css.js +5 -0
- package/antd/lib/switch/style/index.css +166 -0
- package/antd/lib/switch/style/index.d.ts +2 -0
- package/antd/lib/switch/style/index.js +5 -0
- package/antd/lib/switch/style/index.less +153 -0
- package/antd/lib/switch/style/rtl.less +50 -0
- package/antd/lib/table/style/bordered.less +122 -0
- package/antd/lib/table/style/css.js +21 -0
- package/antd/lib/table/style/index.css +806 -0
- package/antd/lib/table/style/index.d.ts +10 -0
- package/antd/lib/table/style/index.js +21 -0
- package/antd/lib/table/style/index.less +616 -0
- package/antd/lib/table/style/radius.less +45 -0
- package/antd/lib/table/style/rtl.less +180 -0
- package/antd/lib/table/style/size.less +68 -0
- package/antd/lib/tabs/style/card.less +97 -0
- package/antd/lib/tabs/style/css.js +5 -0
- package/antd/lib/tabs/style/dropdown.less +60 -0
- package/antd/lib/tabs/style/index.css +664 -0
- package/antd/lib/tabs/style/index.d.ts +2 -0
- package/antd/lib/tabs/style/index.js +5 -0
- package/antd/lib/tabs/style/index.less +224 -0
- package/antd/lib/tabs/style/position.less +195 -0
- package/antd/lib/tabs/style/rtl.less +73 -0
- package/antd/lib/tabs/style/size.less +41 -0
- package/antd/lib/tag/style/css.js +5 -0
- package/antd/lib/tag/style/index.css +256 -0
- package/antd/lib/tag/style/index.d.ts +2 -0
- package/antd/lib/tag/style/index.js +5 -0
- package/antd/lib/tag/style/index.less +130 -0
- package/antd/lib/tag/style/rtl.less +28 -0
- package/antd/lib/time-picker/style/css.js +7 -0
- package/antd/lib/time-picker/style/index.css +4 -0
- package/antd/lib/time-picker/style/index.d.ts +3 -0
- package/antd/lib/time-picker/style/index.js +7 -0
- package/antd/lib/time-picker/style/index.less +3 -0
- package/antd/lib/timeline/style/css.js +5 -0
- package/antd/lib/timeline/style/index.css +240 -0
- package/antd/lib/timeline/style/index.d.ts +2 -0
- package/antd/lib/timeline/style/index.js +5 -0
- package/antd/lib/timeline/style/index.less +186 -0
- package/antd/lib/timeline/style/rtl.less +135 -0
- package/antd/lib/tooltip/style/css.js +5 -0
- package/antd/lib/tooltip/style/index.css +261 -0
- package/antd/lib/tooltip/style/index.d.ts +2 -0
- package/antd/lib/tooltip/style/index.js +5 -0
- package/antd/lib/tooltip/style/index.less +206 -0
- package/antd/lib/tooltip/style/rtl.less +14 -0
- package/antd/lib/transfer/style/css.js +19 -0
- package/antd/lib/transfer/style/customize.less +45 -0
- package/antd/lib/transfer/style/index.css +346 -0
- package/antd/lib/transfer/style/index.d.ts +9 -0
- package/antd/lib/transfer/style/index.js +19 -0
- package/antd/lib/transfer/style/index.less +237 -0
- package/antd/lib/transfer/style/rtl.less +63 -0
- package/antd/lib/tree/style/css.js +5 -0
- package/antd/lib/tree/style/directory.less +72 -0
- package/antd/lib/tree/style/index.css +508 -0
- package/antd/lib/tree/style/index.d.ts +2 -0
- package/antd/lib/tree/style/index.js +5 -0
- package/antd/lib/tree/style/index.less +14 -0
- package/antd/lib/tree/style/mixin.less +264 -0
- package/antd/lib/tree/style/rtl.less +64 -0
- package/antd/lib/tree-select/style/css.js +9 -0
- package/antd/lib/tree-select/style/index.css +463 -0
- package/antd/lib/tree-select/style/index.d.ts +4 -0
- package/antd/lib/tree-select/style/index.js +9 -0
- package/antd/lib/tree-select/style/index.less +55 -0
- package/antd/lib/typography/style/css.js +9 -0
- package/antd/lib/typography/style/index.css +277 -0
- package/antd/lib/typography/style/index.d.ts +4 -0
- package/antd/lib/typography/style/index.js +9 -0
- package/antd/lib/typography/style/index.less +225 -0
- package/antd/lib/typography/style/rtl.less +54 -0
- package/antd/lib/upload/style/css.js +11 -0
- package/antd/lib/upload/style/index.css +694 -0
- package/antd/lib/upload/style/index.d.ts +5 -0
- package/antd/lib/upload/style/index.js +11 -0
- package/antd/lib/upload/style/index.less +590 -0
- package/antd/lib/upload/style/rtl.less +188 -0
- package/antd/lib/version/style/css.js +3 -0
- package/antd/lib/version/style/index.d.ts +1 -0
- package/antd/lib/version/style/index.js +3 -0
- package/dist/components.css +4 -4
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +3 -7
- package/dist/style.css +1536 -1536
- package/dist/umd/stats1.html +1 -1
- package/package.json +15 -10
- /package/{dist/antd → antd}/dist/antd.less +0 -0
- /package/{dist/antd/lib → antd/es/config-provider}/style/index.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ar_EG.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ar_EG.js +0 -0
- /package/{dist/antd → antd}/es/locale/az_AZ.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/az_AZ.js +0 -0
- /package/{dist/antd → antd}/es/locale/bg_BG.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/bg_BG.js +0 -0
- /package/{dist/antd → antd}/es/locale/ca_ES.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ca_ES.js +0 -0
- /package/{dist/antd → antd}/es/locale/cs_CZ.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/cs_CZ.js +0 -0
- /package/{dist/antd → antd}/es/locale/da_DK.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/da_DK.js +0 -0
- /package/{dist/antd → antd}/es/locale/de_DE.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/de_DE.js +0 -0
- /package/{dist/antd → antd}/es/locale/default.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/default.js +0 -0
- /package/{dist/antd → antd}/es/locale/el_GR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/el_GR.js +0 -0
- /package/{dist/antd → antd}/es/locale/en_GB.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/en_GB.js +0 -0
- /package/{dist/antd → antd}/es/locale/en_US.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/en_US.js +0 -0
- /package/{dist/antd → antd}/es/locale/es_ES.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/es_ES.js +0 -0
- /package/{dist/antd → antd}/es/locale/et_EE.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/et_EE.js +0 -0
- /package/{dist/antd → antd}/es/locale/fa_IR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/fa_IR.js +0 -0
- /package/{dist/antd → antd}/es/locale/fi_FI.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/fi_FI.js +0 -0
- /package/{dist/antd → antd}/es/locale/fr_BE.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/fr_BE.js +0 -0
- /package/{dist/antd → antd}/es/locale/fr_FR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/fr_FR.js +0 -0
- /package/{dist/antd → antd}/es/locale/ga_IE.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ga_IE.js +0 -0
- /package/{dist/antd → antd}/es/locale/he_IL.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/he_IL.js +0 -0
- /package/{dist/antd → antd}/es/locale/hi_IN.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/hi_IN.js +0 -0
- /package/{dist/antd → antd}/es/locale/hr_HR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/hr_HR.js +0 -0
- /package/{dist/antd → antd}/es/locale/hu_HU.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/hu_HU.js +0 -0
- /package/{dist/antd → antd}/es/locale/hy_AM.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/hy_AM.js +0 -0
- /package/{dist/antd → antd}/es/locale/id_ID.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/id_ID.js +0 -0
- /package/{dist/antd → antd}/es/locale/is_IS.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/is_IS.js +0 -0
- /package/{dist/antd → antd}/es/locale/it_IT.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/it_IT.js +0 -0
- /package/{dist/antd → antd}/es/locale/ja_JP.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ja_JP.js +0 -0
- /package/{dist/antd → antd}/es/locale/kn_IN.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/kn_IN.js +0 -0
- /package/{dist/antd → antd}/es/locale/ko_KR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ko_KR.js +0 -0
- /package/{dist/antd → antd}/es/locale/ku_IQ.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ku_IQ.js +0 -0
- /package/{dist/antd → antd}/es/locale/lv_LV.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/lv_LV.js +0 -0
- /package/{dist/antd → antd}/es/locale/mk_MK.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/mk_MK.js +0 -0
- /package/{dist/antd → antd}/es/locale/mn_MN.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/mn_MN.js +0 -0
- /package/{dist/antd → antd}/es/locale/ms_MY.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ms_MY.js +0 -0
- /package/{dist/antd → antd}/es/locale/nb_NO.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/nb_NO.js +0 -0
- /package/{dist/antd → antd}/es/locale/ne_NP.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ne_NP.js +0 -0
- /package/{dist/antd → antd}/es/locale/nl_BE.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/nl_BE.js +0 -0
- /package/{dist/antd → antd}/es/locale/nl_NL.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/nl_NL.js +0 -0
- /package/{dist/antd → antd}/es/locale/pl_PL.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/pl_PL.js +0 -0
- /package/{dist/antd → antd}/es/locale/pt_BR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/pt_BR.js +0 -0
- /package/{dist/antd → antd}/es/locale/pt_PT.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/pt_PT.js +0 -0
- /package/{dist/antd → antd}/es/locale/ro_RO.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ro_RO.js +0 -0
- /package/{dist/antd → antd}/es/locale/ru_RU.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ru_RU.js +0 -0
- /package/{dist/antd → antd}/es/locale/sk_SK.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/sk_SK.js +0 -0
- /package/{dist/antd → antd}/es/locale/sl_SI.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/sl_SI.js +0 -0
- /package/{dist/antd → antd}/es/locale/sr_RS.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/sr_RS.js +0 -0
- /package/{dist/antd → antd}/es/locale/sv_SE.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/sv_SE.js +0 -0
- /package/{dist/antd → antd}/es/locale/ta_IN.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/ta_IN.js +0 -0
- /package/{dist/antd → antd}/es/locale/th_TH.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/th_TH.js +0 -0
- /package/{dist/antd → antd}/es/locale/tr_TR.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/tr_TR.js +0 -0
- /package/{dist/antd → antd}/es/locale/uk_UA.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/uk_UA.js +0 -0
- /package/{dist/antd → antd}/es/locale/vi_VN.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/vi_VN.js +0 -0
- /package/{dist/antd → antd}/es/locale/zh_CN.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/zh_CN.js +0 -0
- /package/{dist/antd → antd}/es/locale/zh_HK.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/zh_HK.js +0 -0
- /package/{dist/antd → antd}/es/locale/zh_TW.d.ts +0 -0
- /package/{dist/antd → antd}/es/locale/zh_TW.js +0 -0
- /package/{dist/antd/lib → antd/lib/config-provider}/style/css.js +0 -0
- /package/{dist/antd/lib → antd/lib/config-provider}/style/index.js +0 -0
- /package/{dist/antd → antd}/lib/style/color/bezierEasing.less +0 -0
- /package/{dist/antd → antd}/lib/style/color/colorPalette.less +0 -0
- /package/{dist/antd → antd}/lib/style/color/colors.less +0 -0
- /package/{dist/antd → antd}/lib/style/color/tinyColor.less +0 -0
- /package/{dist/antd → antd}/lib/style/compact.less +0 -0
- /package/{dist/antd → antd}/lib/style/components.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/base.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/global.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/iconfont.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/index.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/fade.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/move.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/other.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/slide.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/zoom.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion.less +0 -0
- /package/{dist/antd → antd}/lib/style/dark.less +0 -0
- /package/{dist/antd → antd}/lib/style/index.css +0 -0
- /package/{dist/antd → antd}/lib/style/index.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/clearfix.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/compatibility.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/customize.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/iconfont.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/index.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/motion.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/operation-unit.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/reset.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/size.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/typography.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/compact.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/dark.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/default.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/index.less +0 -0
|
@@ -0,0 +1,907 @@
|
|
|
1
|
+
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
3
|
+
/* stylelint-disable */
|
|
4
|
+
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
5
|
+
.ant-menu-item-danger.ant-menu-item {
|
|
6
|
+
color: #ff4d4f;
|
|
7
|
+
}
|
|
8
|
+
.ant-menu-item-danger.ant-menu-item:hover,
|
|
9
|
+
.ant-menu-item-danger.ant-menu-item-active {
|
|
10
|
+
color: #ff4d4f;
|
|
11
|
+
}
|
|
12
|
+
.ant-menu-item-danger.ant-menu-item:active {
|
|
13
|
+
background: #fff1f0;
|
|
14
|
+
}
|
|
15
|
+
.ant-menu-item-danger.ant-menu-item-selected {
|
|
16
|
+
color: #ff4d4f;
|
|
17
|
+
}
|
|
18
|
+
.ant-menu-item-danger.ant-menu-item-selected > a,
|
|
19
|
+
.ant-menu-item-danger.ant-menu-item-selected > a:hover {
|
|
20
|
+
color: #ff4d4f;
|
|
21
|
+
}
|
|
22
|
+
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
|
|
23
|
+
background-color: #fff1f0;
|
|
24
|
+
}
|
|
25
|
+
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
|
|
26
|
+
border-right-color: #ff4d4f;
|
|
27
|
+
}
|
|
28
|
+
.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
|
|
29
|
+
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
|
|
30
|
+
.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
|
|
31
|
+
color: #ff4d4f;
|
|
32
|
+
}
|
|
33
|
+
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
|
|
34
|
+
color: #fff;
|
|
35
|
+
background-color: #ff4d4f;
|
|
36
|
+
}
|
|
37
|
+
.ant-menu {
|
|
38
|
+
-webkit-box-sizing: border-box;
|
|
39
|
+
box-sizing: border-box;
|
|
40
|
+
margin: 0;
|
|
41
|
+
padding: 0;
|
|
42
|
+
font-variant: tabular-nums;
|
|
43
|
+
line-height: 1.5715;
|
|
44
|
+
-webkit-font-feature-settings: 'tnum';
|
|
45
|
+
font-feature-settings: 'tnum';
|
|
46
|
+
margin-bottom: 0;
|
|
47
|
+
padding-left: 0;
|
|
48
|
+
color: rgba(0, 0, 0, 0.65);
|
|
49
|
+
font-size: 14px;
|
|
50
|
+
line-height: 0;
|
|
51
|
+
text-align: left;
|
|
52
|
+
list-style: none;
|
|
53
|
+
background: #fff;
|
|
54
|
+
outline: none;
|
|
55
|
+
-webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
56
|
+
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
57
|
+
-webkit-transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
|
|
58
|
+
transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
|
|
59
|
+
}
|
|
60
|
+
.ant-menu::before {
|
|
61
|
+
display: table;
|
|
62
|
+
content: '';
|
|
63
|
+
}
|
|
64
|
+
.ant-menu::after {
|
|
65
|
+
display: table;
|
|
66
|
+
clear: both;
|
|
67
|
+
content: '';
|
|
68
|
+
}
|
|
69
|
+
.ant-menu ul,
|
|
70
|
+
.ant-menu ol {
|
|
71
|
+
margin: 0;
|
|
72
|
+
padding: 0;
|
|
73
|
+
list-style: none;
|
|
74
|
+
}
|
|
75
|
+
.ant-menu-hidden {
|
|
76
|
+
display: none;
|
|
77
|
+
}
|
|
78
|
+
.ant-menu-item-group-title {
|
|
79
|
+
height: 1.5715;
|
|
80
|
+
padding: 8px 16px;
|
|
81
|
+
color: rgba(0, 0, 0, 0.45);
|
|
82
|
+
font-size: 14px;
|
|
83
|
+
line-height: 1.5715;
|
|
84
|
+
-webkit-transition: all 0.3s;
|
|
85
|
+
transition: all 0.3s;
|
|
86
|
+
}
|
|
87
|
+
.ant-menu-submenu,
|
|
88
|
+
.ant-menu-submenu-inline {
|
|
89
|
+
-webkit-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
90
|
+
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
91
|
+
}
|
|
92
|
+
.ant-menu-submenu-selected {
|
|
93
|
+
color: #1890ff;
|
|
94
|
+
}
|
|
95
|
+
.ant-menu-item:active,
|
|
96
|
+
.ant-menu-submenu-title:active {
|
|
97
|
+
background: #e6f7ff;
|
|
98
|
+
}
|
|
99
|
+
.ant-menu-submenu .ant-menu-sub {
|
|
100
|
+
cursor: initial;
|
|
101
|
+
-webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
102
|
+
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
103
|
+
}
|
|
104
|
+
.ant-menu-item a {
|
|
105
|
+
color: rgba(0, 0, 0, 0.65);
|
|
106
|
+
}
|
|
107
|
+
.ant-menu-item a:hover {
|
|
108
|
+
color: #1890ff;
|
|
109
|
+
}
|
|
110
|
+
.ant-menu-item a::before {
|
|
111
|
+
position: absolute;
|
|
112
|
+
top: 0;
|
|
113
|
+
right: 0;
|
|
114
|
+
bottom: 0;
|
|
115
|
+
left: 0;
|
|
116
|
+
background-color: transparent;
|
|
117
|
+
content: '';
|
|
118
|
+
}
|
|
119
|
+
.ant-menu-item > .ant-badge a {
|
|
120
|
+
color: rgba(0, 0, 0, 0.65);
|
|
121
|
+
}
|
|
122
|
+
.ant-menu-item > .ant-badge a:hover {
|
|
123
|
+
color: #1890ff;
|
|
124
|
+
}
|
|
125
|
+
.ant-menu-item-divider {
|
|
126
|
+
height: 1px;
|
|
127
|
+
overflow: hidden;
|
|
128
|
+
line-height: 0;
|
|
129
|
+
background-color: #f0f0f0;
|
|
130
|
+
}
|
|
131
|
+
.ant-menu-item:hover,
|
|
132
|
+
.ant-menu-item-active,
|
|
133
|
+
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
|
|
134
|
+
.ant-menu-submenu-active,
|
|
135
|
+
.ant-menu-submenu-title:hover {
|
|
136
|
+
color: #1890ff;
|
|
137
|
+
}
|
|
138
|
+
.ant-menu-horizontal .ant-menu-item,
|
|
139
|
+
.ant-menu-horizontal .ant-menu-submenu {
|
|
140
|
+
margin-top: -1px;
|
|
141
|
+
}
|
|
142
|
+
.ant-menu-horizontal > .ant-menu-item:hover,
|
|
143
|
+
.ant-menu-horizontal > .ant-menu-item-active,
|
|
144
|
+
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
|
|
145
|
+
background-color: transparent;
|
|
146
|
+
}
|
|
147
|
+
.ant-menu-item-selected {
|
|
148
|
+
color: #1890ff;
|
|
149
|
+
}
|
|
150
|
+
.ant-menu-item-selected a,
|
|
151
|
+
.ant-menu-item-selected a:hover {
|
|
152
|
+
color: #1890ff;
|
|
153
|
+
}
|
|
154
|
+
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
|
|
155
|
+
background-color: #e6f7ff;
|
|
156
|
+
}
|
|
157
|
+
.ant-menu-inline,
|
|
158
|
+
.ant-menu-vertical,
|
|
159
|
+
.ant-menu-vertical-left {
|
|
160
|
+
border-right: 1px solid #f0f0f0;
|
|
161
|
+
}
|
|
162
|
+
.ant-menu-vertical-right {
|
|
163
|
+
border-left: 1px solid #f0f0f0;
|
|
164
|
+
}
|
|
165
|
+
.ant-menu-vertical.ant-menu-sub,
|
|
166
|
+
.ant-menu-vertical-left.ant-menu-sub,
|
|
167
|
+
.ant-menu-vertical-right.ant-menu-sub {
|
|
168
|
+
min-width: 160px;
|
|
169
|
+
max-height: calc(100vh - 100px);
|
|
170
|
+
padding: 0;
|
|
171
|
+
overflow: hidden;
|
|
172
|
+
border-right: 0;
|
|
173
|
+
-webkit-transform-origin: 0 0;
|
|
174
|
+
transform-origin: 0 0;
|
|
175
|
+
}
|
|
176
|
+
.ant-menu-vertical.ant-menu-sub:not(.zoom-big-enter-active):not(.zoom-big-leave-active),
|
|
177
|
+
.ant-menu-vertical-left.ant-menu-sub:not(.zoom-big-enter-active):not(.zoom-big-leave-active),
|
|
178
|
+
.ant-menu-vertical-right.ant-menu-sub:not(.zoom-big-enter-active):not(.zoom-big-leave-active) {
|
|
179
|
+
overflow-x: hidden;
|
|
180
|
+
overflow-y: auto;
|
|
181
|
+
}
|
|
182
|
+
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
|
|
183
|
+
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
|
|
184
|
+
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
|
|
185
|
+
left: 0;
|
|
186
|
+
margin-left: 0;
|
|
187
|
+
border-right: 0;
|
|
188
|
+
}
|
|
189
|
+
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
|
|
190
|
+
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
|
|
191
|
+
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
|
|
192
|
+
border-right: 0;
|
|
193
|
+
}
|
|
194
|
+
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
|
|
195
|
+
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
|
|
196
|
+
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
|
|
197
|
+
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
|
|
198
|
+
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
|
|
199
|
+
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
|
|
200
|
+
-webkit-transform-origin: 0 0;
|
|
201
|
+
transform-origin: 0 0;
|
|
202
|
+
}
|
|
203
|
+
.ant-menu-horizontal.ant-menu-sub {
|
|
204
|
+
min-width: 114px;
|
|
205
|
+
}
|
|
206
|
+
.ant-menu-item,
|
|
207
|
+
.ant-menu-submenu-title {
|
|
208
|
+
position: relative;
|
|
209
|
+
display: block;
|
|
210
|
+
margin: 0;
|
|
211
|
+
padding: 0 20px;
|
|
212
|
+
white-space: nowrap;
|
|
213
|
+
cursor: pointer;
|
|
214
|
+
-webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
215
|
+
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
216
|
+
}
|
|
217
|
+
.ant-menu-item .anticon,
|
|
218
|
+
.ant-menu-submenu-title .anticon {
|
|
219
|
+
min-width: 14px;
|
|
220
|
+
margin-right: 10px;
|
|
221
|
+
font-size: 14px;
|
|
222
|
+
-webkit-transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
223
|
+
transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
224
|
+
}
|
|
225
|
+
.ant-menu-item .anticon + span,
|
|
226
|
+
.ant-menu-submenu-title .anticon + span {
|
|
227
|
+
opacity: 1;
|
|
228
|
+
-webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
229
|
+
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
230
|
+
}
|
|
231
|
+
.ant-menu-item.ant-menu-item-only-child > .anticon,
|
|
232
|
+
.ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
|
|
233
|
+
margin-right: 0;
|
|
234
|
+
}
|
|
235
|
+
.ant-menu > .ant-menu-item-divider {
|
|
236
|
+
height: 1px;
|
|
237
|
+
margin: 1px 0;
|
|
238
|
+
padding: 0;
|
|
239
|
+
overflow: hidden;
|
|
240
|
+
line-height: 0;
|
|
241
|
+
background-color: #f0f0f0;
|
|
242
|
+
}
|
|
243
|
+
.ant-menu-submenu-popup {
|
|
244
|
+
position: absolute;
|
|
245
|
+
z-index: 1050;
|
|
246
|
+
border-radius: 2px;
|
|
247
|
+
-webkit-box-shadow: none;
|
|
248
|
+
box-shadow: none;
|
|
249
|
+
}
|
|
250
|
+
.ant-menu-submenu-popup::before {
|
|
251
|
+
position: absolute;
|
|
252
|
+
top: -7px;
|
|
253
|
+
right: 0;
|
|
254
|
+
bottom: 0;
|
|
255
|
+
left: 0;
|
|
256
|
+
z-index: -1;
|
|
257
|
+
width: 100%;
|
|
258
|
+
height: 100%;
|
|
259
|
+
opacity: 0.0001;
|
|
260
|
+
content: ' ';
|
|
261
|
+
}
|
|
262
|
+
.ant-menu-submenu-placement-rightTop::before {
|
|
263
|
+
top: 0;
|
|
264
|
+
left: -7px;
|
|
265
|
+
}
|
|
266
|
+
.ant-menu-submenu > .ant-menu {
|
|
267
|
+
background-color: #fff;
|
|
268
|
+
border-radius: 2px;
|
|
269
|
+
}
|
|
270
|
+
.ant-menu-submenu > .ant-menu-submenu-title::after {
|
|
271
|
+
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
272
|
+
transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
273
|
+
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
274
|
+
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
275
|
+
}
|
|
276
|
+
.ant-menu-submenu-popup > .ant-menu {
|
|
277
|
+
background-color: #fff;
|
|
278
|
+
}
|
|
279
|
+
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
|
|
280
|
+
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
|
|
281
|
+
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
|
|
282
|
+
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
|
|
283
|
+
position: absolute;
|
|
284
|
+
top: 50%;
|
|
285
|
+
right: 16px;
|
|
286
|
+
width: 10px;
|
|
287
|
+
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
288
|
+
transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
289
|
+
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
290
|
+
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
291
|
+
}
|
|
292
|
+
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
293
|
+
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
294
|
+
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
295
|
+
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
296
|
+
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
|
|
297
|
+
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
|
|
298
|
+
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
|
|
299
|
+
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
|
|
300
|
+
position: absolute;
|
|
301
|
+
width: 6px;
|
|
302
|
+
height: 1.5px;
|
|
303
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
|
|
304
|
+
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
|
|
305
|
+
border-radius: 2px;
|
|
306
|
+
-webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
307
|
+
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
308
|
+
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
309
|
+
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
310
|
+
content: '';
|
|
311
|
+
}
|
|
312
|
+
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
313
|
+
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
314
|
+
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
315
|
+
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
|
|
316
|
+
-webkit-transform: rotate(45deg) translateY(-2px);
|
|
317
|
+
transform: rotate(45deg) translateY(-2px);
|
|
318
|
+
}
|
|
319
|
+
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
|
|
320
|
+
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
|
|
321
|
+
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
|
|
322
|
+
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
|
|
323
|
+
-webkit-transform: rotate(-45deg) translateY(2px);
|
|
324
|
+
transform: rotate(-45deg) translateY(2px);
|
|
325
|
+
}
|
|
326
|
+
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
|
|
327
|
+
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
|
|
328
|
+
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
|
|
329
|
+
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
|
|
330
|
+
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
|
|
331
|
+
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
|
|
332
|
+
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
|
|
333
|
+
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
|
|
334
|
+
background: -webkit-gradient(linear, left top, right top, from(#1890ff), to(#1890ff));
|
|
335
|
+
background: linear-gradient(to right, #1890ff, #1890ff);
|
|
336
|
+
}
|
|
337
|
+
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
338
|
+
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
339
|
+
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
|
|
340
|
+
-webkit-transform: rotate(45deg) translateY(-2px);
|
|
341
|
+
transform: rotate(45deg) translateY(-2px);
|
|
342
|
+
}
|
|
343
|
+
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
|
|
344
|
+
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
|
|
345
|
+
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
|
|
346
|
+
-webkit-transform: rotate(-45deg) translateY(2px);
|
|
347
|
+
transform: rotate(-45deg) translateY(2px);
|
|
348
|
+
}
|
|
349
|
+
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
|
|
350
|
+
-webkit-transform: rotate(-45deg) translateX(2px);
|
|
351
|
+
transform: rotate(-45deg) translateX(2px);
|
|
352
|
+
}
|
|
353
|
+
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
|
|
354
|
+
-webkit-transform: rotate(45deg) translateX(-2px);
|
|
355
|
+
transform: rotate(45deg) translateX(-2px);
|
|
356
|
+
}
|
|
357
|
+
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
|
|
358
|
+
-webkit-transform: translateY(-2px);
|
|
359
|
+
transform: translateY(-2px);
|
|
360
|
+
}
|
|
361
|
+
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
|
|
362
|
+
-webkit-transform: rotate(-45deg) translateX(-2px);
|
|
363
|
+
transform: rotate(-45deg) translateX(-2px);
|
|
364
|
+
}
|
|
365
|
+
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
|
|
366
|
+
-webkit-transform: rotate(45deg) translateX(2px);
|
|
367
|
+
transform: rotate(45deg) translateX(2px);
|
|
368
|
+
}
|
|
369
|
+
.ant-menu-vertical .ant-menu-submenu-selected,
|
|
370
|
+
.ant-menu-vertical-left .ant-menu-submenu-selected,
|
|
371
|
+
.ant-menu-vertical-right .ant-menu-submenu-selected {
|
|
372
|
+
color: #1890ff;
|
|
373
|
+
}
|
|
374
|
+
.ant-menu-horizontal {
|
|
375
|
+
line-height: 46px;
|
|
376
|
+
white-space: nowrap;
|
|
377
|
+
border: 0;
|
|
378
|
+
border-bottom: 1px solid #f0f0f0;
|
|
379
|
+
-webkit-box-shadow: none;
|
|
380
|
+
box-shadow: none;
|
|
381
|
+
}
|
|
382
|
+
.ant-menu-horizontal > .ant-menu-item,
|
|
383
|
+
.ant-menu-horizontal > .ant-menu-submenu {
|
|
384
|
+
position: relative;
|
|
385
|
+
top: 1px;
|
|
386
|
+
display: inline-block;
|
|
387
|
+
margin: 0 20px;
|
|
388
|
+
margin-top: 0;
|
|
389
|
+
margin-bottom: 0;
|
|
390
|
+
padding: 0 20px;
|
|
391
|
+
padding-right: 0;
|
|
392
|
+
padding-left: 0;
|
|
393
|
+
vertical-align: bottom;
|
|
394
|
+
border-bottom: 2px solid transparent;
|
|
395
|
+
}
|
|
396
|
+
.ant-menu-horizontal > .ant-menu-item:hover,
|
|
397
|
+
.ant-menu-horizontal > .ant-menu-submenu:hover,
|
|
398
|
+
.ant-menu-horizontal > .ant-menu-item-active,
|
|
399
|
+
.ant-menu-horizontal > .ant-menu-submenu-active,
|
|
400
|
+
.ant-menu-horizontal > .ant-menu-item-open,
|
|
401
|
+
.ant-menu-horizontal > .ant-menu-submenu-open,
|
|
402
|
+
.ant-menu-horizontal > .ant-menu-item-selected,
|
|
403
|
+
.ant-menu-horizontal > .ant-menu-submenu-selected {
|
|
404
|
+
color: #1890ff;
|
|
405
|
+
border-bottom: 2px solid #1890ff;
|
|
406
|
+
}
|
|
407
|
+
.ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title {
|
|
408
|
+
padding: 0;
|
|
409
|
+
}
|
|
410
|
+
.ant-menu-horizontal > .ant-menu-item a {
|
|
411
|
+
color: rgba(0, 0, 0, 0.65);
|
|
412
|
+
}
|
|
413
|
+
.ant-menu-horizontal > .ant-menu-item a:hover {
|
|
414
|
+
color: #1890ff;
|
|
415
|
+
}
|
|
416
|
+
.ant-menu-horizontal > .ant-menu-item a::before {
|
|
417
|
+
bottom: -2px;
|
|
418
|
+
}
|
|
419
|
+
.ant-menu-horizontal > .ant-menu-item-selected a {
|
|
420
|
+
color: #1890ff;
|
|
421
|
+
}
|
|
422
|
+
.ant-menu-horizontal::after {
|
|
423
|
+
display: block;
|
|
424
|
+
clear: both;
|
|
425
|
+
height: 0;
|
|
426
|
+
content: '\20';
|
|
427
|
+
}
|
|
428
|
+
.ant-menu-vertical .ant-menu-item,
|
|
429
|
+
.ant-menu-vertical-left .ant-menu-item,
|
|
430
|
+
.ant-menu-vertical-right .ant-menu-item,
|
|
431
|
+
.ant-menu-inline .ant-menu-item {
|
|
432
|
+
position: relative;
|
|
433
|
+
}
|
|
434
|
+
.ant-menu-vertical .ant-menu-item::after,
|
|
435
|
+
.ant-menu-vertical-left .ant-menu-item::after,
|
|
436
|
+
.ant-menu-vertical-right .ant-menu-item::after,
|
|
437
|
+
.ant-menu-inline .ant-menu-item::after {
|
|
438
|
+
position: absolute;
|
|
439
|
+
top: 0;
|
|
440
|
+
right: 0;
|
|
441
|
+
bottom: 0;
|
|
442
|
+
border-right: 3px solid #1890ff;
|
|
443
|
+
-webkit-transform: scaleY(0.0001);
|
|
444
|
+
transform: scaleY(0.0001);
|
|
445
|
+
opacity: 0;
|
|
446
|
+
-webkit-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
447
|
+
transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
448
|
+
transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
449
|
+
transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
450
|
+
content: '';
|
|
451
|
+
}
|
|
452
|
+
.ant-menu-vertical .ant-menu-item,
|
|
453
|
+
.ant-menu-vertical-left .ant-menu-item,
|
|
454
|
+
.ant-menu-vertical-right .ant-menu-item,
|
|
455
|
+
.ant-menu-inline .ant-menu-item,
|
|
456
|
+
.ant-menu-vertical .ant-menu-submenu-title,
|
|
457
|
+
.ant-menu-vertical-left .ant-menu-submenu-title,
|
|
458
|
+
.ant-menu-vertical-right .ant-menu-submenu-title,
|
|
459
|
+
.ant-menu-inline .ant-menu-submenu-title {
|
|
460
|
+
height: 40px;
|
|
461
|
+
margin-top: 4px;
|
|
462
|
+
margin-bottom: 4px;
|
|
463
|
+
padding: 0 16px;
|
|
464
|
+
overflow: hidden;
|
|
465
|
+
line-height: 40px;
|
|
466
|
+
text-overflow: ellipsis;
|
|
467
|
+
}
|
|
468
|
+
.ant-menu-vertical .ant-menu-submenu,
|
|
469
|
+
.ant-menu-vertical-left .ant-menu-submenu,
|
|
470
|
+
.ant-menu-vertical-right .ant-menu-submenu,
|
|
471
|
+
.ant-menu-inline .ant-menu-submenu {
|
|
472
|
+
padding-bottom: 0.02px;
|
|
473
|
+
}
|
|
474
|
+
.ant-menu-vertical .ant-menu-item:not(:last-child),
|
|
475
|
+
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
|
|
476
|
+
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
|
|
477
|
+
.ant-menu-inline .ant-menu-item:not(:last-child) {
|
|
478
|
+
margin-bottom: 8px;
|
|
479
|
+
}
|
|
480
|
+
.ant-menu-vertical > .ant-menu-item,
|
|
481
|
+
.ant-menu-vertical-left > .ant-menu-item,
|
|
482
|
+
.ant-menu-vertical-right > .ant-menu-item,
|
|
483
|
+
.ant-menu-inline > .ant-menu-item,
|
|
484
|
+
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
|
|
485
|
+
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
|
|
486
|
+
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
|
|
487
|
+
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
|
|
488
|
+
height: 40px;
|
|
489
|
+
line-height: 40px;
|
|
490
|
+
}
|
|
491
|
+
.ant-menu-vertical .ant-menu-submenu-title {
|
|
492
|
+
padding-right: 34px;
|
|
493
|
+
}
|
|
494
|
+
.ant-menu-inline {
|
|
495
|
+
width: 100%;
|
|
496
|
+
}
|
|
497
|
+
.ant-menu-inline .ant-menu-selected::after,
|
|
498
|
+
.ant-menu-inline .ant-menu-item-selected::after {
|
|
499
|
+
-webkit-transform: scaleY(1);
|
|
500
|
+
transform: scaleY(1);
|
|
501
|
+
opacity: 1;
|
|
502
|
+
-webkit-transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
503
|
+
transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
504
|
+
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
505
|
+
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
506
|
+
}
|
|
507
|
+
.ant-menu-inline .ant-menu-item,
|
|
508
|
+
.ant-menu-inline .ant-menu-submenu-title {
|
|
509
|
+
width: calc(100% + 1px);
|
|
510
|
+
}
|
|
511
|
+
.ant-menu-inline .ant-menu-submenu-title {
|
|
512
|
+
padding-right: 34px;
|
|
513
|
+
}
|
|
514
|
+
.ant-menu-inline-collapsed {
|
|
515
|
+
width: 80px;
|
|
516
|
+
}
|
|
517
|
+
.ant-menu-inline-collapsed > .ant-menu-item,
|
|
518
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
|
|
519
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
|
|
520
|
+
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
|
|
521
|
+
left: 0;
|
|
522
|
+
padding: 0 32px;
|
|
523
|
+
text-overflow: clip;
|
|
524
|
+
}
|
|
525
|
+
.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
|
|
526
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
|
|
527
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
|
|
528
|
+
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
|
|
529
|
+
display: none;
|
|
530
|
+
}
|
|
531
|
+
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
|
|
532
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
|
|
533
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
|
|
534
|
+
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
|
|
535
|
+
margin: 0;
|
|
536
|
+
font-size: 16px;
|
|
537
|
+
line-height: 40px;
|
|
538
|
+
}
|
|
539
|
+
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
|
|
540
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
|
|
541
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
|
|
542
|
+
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
|
|
543
|
+
display: inline-block;
|
|
544
|
+
max-width: 0;
|
|
545
|
+
opacity: 0;
|
|
546
|
+
}
|
|
547
|
+
.ant-menu-inline-collapsed .anticon {
|
|
548
|
+
display: inline-block;
|
|
549
|
+
}
|
|
550
|
+
.ant-menu-inline-collapsed-tooltip {
|
|
551
|
+
pointer-events: none;
|
|
552
|
+
}
|
|
553
|
+
.ant-menu-inline-collapsed-tooltip .anticon {
|
|
554
|
+
display: none;
|
|
555
|
+
}
|
|
556
|
+
.ant-menu-inline-collapsed-tooltip a {
|
|
557
|
+
color: rgba(255, 255, 255, 0.85);
|
|
558
|
+
}
|
|
559
|
+
.ant-menu-inline-collapsed .ant-menu-item-group-title {
|
|
560
|
+
padding-right: 4px;
|
|
561
|
+
padding-left: 4px;
|
|
562
|
+
overflow: hidden;
|
|
563
|
+
white-space: nowrap;
|
|
564
|
+
text-overflow: ellipsis;
|
|
565
|
+
}
|
|
566
|
+
.ant-menu-item-group-list {
|
|
567
|
+
margin: 0;
|
|
568
|
+
padding: 0;
|
|
569
|
+
}
|
|
570
|
+
.ant-menu-item-group-list .ant-menu-item,
|
|
571
|
+
.ant-menu-item-group-list .ant-menu-submenu-title {
|
|
572
|
+
padding: 0 16px 0 28px;
|
|
573
|
+
}
|
|
574
|
+
.ant-menu-root.ant-menu-vertical,
|
|
575
|
+
.ant-menu-root.ant-menu-vertical-left,
|
|
576
|
+
.ant-menu-root.ant-menu-vertical-right,
|
|
577
|
+
.ant-menu-root.ant-menu-inline {
|
|
578
|
+
-webkit-box-shadow: none;
|
|
579
|
+
box-shadow: none;
|
|
580
|
+
}
|
|
581
|
+
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
|
|
582
|
+
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon {
|
|
583
|
+
font-size: 16px;
|
|
584
|
+
text-align: center;
|
|
585
|
+
}
|
|
586
|
+
.ant-menu-sub.ant-menu-inline {
|
|
587
|
+
padding: 0;
|
|
588
|
+
border: 0;
|
|
589
|
+
border-radius: 0;
|
|
590
|
+
-webkit-box-shadow: none;
|
|
591
|
+
box-shadow: none;
|
|
592
|
+
}
|
|
593
|
+
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
|
|
594
|
+
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
|
|
595
|
+
height: 40px;
|
|
596
|
+
line-height: 40px;
|
|
597
|
+
list-style-position: inside;
|
|
598
|
+
list-style-type: disc;
|
|
599
|
+
}
|
|
600
|
+
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
|
|
601
|
+
padding-left: 32px;
|
|
602
|
+
}
|
|
603
|
+
.ant-menu-item-disabled,
|
|
604
|
+
.ant-menu-submenu-disabled {
|
|
605
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
606
|
+
background: none;
|
|
607
|
+
border-color: transparent !important;
|
|
608
|
+
cursor: not-allowed;
|
|
609
|
+
}
|
|
610
|
+
.ant-menu-item-disabled a,
|
|
611
|
+
.ant-menu-submenu-disabled a {
|
|
612
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
613
|
+
pointer-events: none;
|
|
614
|
+
}
|
|
615
|
+
.ant-menu-item-disabled > .ant-menu-submenu-title,
|
|
616
|
+
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
|
|
617
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
618
|
+
cursor: not-allowed;
|
|
619
|
+
}
|
|
620
|
+
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
621
|
+
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
622
|
+
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
623
|
+
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
|
|
624
|
+
background: rgba(0, 0, 0, 0.25) !important;
|
|
625
|
+
}
|
|
626
|
+
.ant-layout-header .ant-menu {
|
|
627
|
+
line-height: inherit;
|
|
628
|
+
}
|
|
629
|
+
.ant-menu.ant-menu-dark,
|
|
630
|
+
.ant-menu-dark .ant-menu-sub,
|
|
631
|
+
.ant-menu.ant-menu-dark .ant-menu-sub {
|
|
632
|
+
color: rgba(255, 255, 255, 0.65);
|
|
633
|
+
background: #001529;
|
|
634
|
+
}
|
|
635
|
+
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
|
|
636
|
+
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
|
|
637
|
+
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
|
|
638
|
+
opacity: 0.45;
|
|
639
|
+
-webkit-transition: all 0.3s;
|
|
640
|
+
transition: all 0.3s;
|
|
641
|
+
}
|
|
642
|
+
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
|
|
643
|
+
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
|
|
644
|
+
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
|
|
645
|
+
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
646
|
+
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
647
|
+
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
|
|
648
|
+
background: #fff;
|
|
649
|
+
}
|
|
650
|
+
.ant-menu-dark.ant-menu-submenu-popup {
|
|
651
|
+
background: transparent;
|
|
652
|
+
}
|
|
653
|
+
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
|
|
654
|
+
background: #000c17;
|
|
655
|
+
}
|
|
656
|
+
.ant-menu-dark.ant-menu-horizontal {
|
|
657
|
+
border-bottom: 0;
|
|
658
|
+
}
|
|
659
|
+
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
|
|
660
|
+
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
|
|
661
|
+
top: 0;
|
|
662
|
+
margin-top: 0;
|
|
663
|
+
border-color: #001529;
|
|
664
|
+
border-bottom: 0;
|
|
665
|
+
}
|
|
666
|
+
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
|
|
667
|
+
bottom: 0;
|
|
668
|
+
}
|
|
669
|
+
.ant-menu-dark .ant-menu-item,
|
|
670
|
+
.ant-menu-dark .ant-menu-item-group-title,
|
|
671
|
+
.ant-menu-dark .ant-menu-item > a,
|
|
672
|
+
.ant-menu-dark .ant-menu-item > span > a {
|
|
673
|
+
color: rgba(255, 255, 255, 0.65);
|
|
674
|
+
}
|
|
675
|
+
.ant-menu-dark.ant-menu-inline,
|
|
676
|
+
.ant-menu-dark.ant-menu-vertical,
|
|
677
|
+
.ant-menu-dark.ant-menu-vertical-left,
|
|
678
|
+
.ant-menu-dark.ant-menu-vertical-right {
|
|
679
|
+
border-right: 0;
|
|
680
|
+
}
|
|
681
|
+
.ant-menu-dark.ant-menu-inline .ant-menu-item,
|
|
682
|
+
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
|
|
683
|
+
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
|
|
684
|
+
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
|
|
685
|
+
left: 0;
|
|
686
|
+
margin-left: 0;
|
|
687
|
+
border-right: 0;
|
|
688
|
+
}
|
|
689
|
+
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
|
|
690
|
+
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
|
|
691
|
+
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
|
|
692
|
+
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
|
|
693
|
+
border-right: 0;
|
|
694
|
+
}
|
|
695
|
+
.ant-menu-dark.ant-menu-inline .ant-menu-item,
|
|
696
|
+
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
|
|
697
|
+
width: 100%;
|
|
698
|
+
}
|
|
699
|
+
.ant-menu-dark .ant-menu-item:hover,
|
|
700
|
+
.ant-menu-dark .ant-menu-item-active,
|
|
701
|
+
.ant-menu-dark .ant-menu-submenu-active,
|
|
702
|
+
.ant-menu-dark .ant-menu-submenu-open,
|
|
703
|
+
.ant-menu-dark .ant-menu-submenu-selected,
|
|
704
|
+
.ant-menu-dark .ant-menu-submenu-title:hover {
|
|
705
|
+
color: #fff;
|
|
706
|
+
background-color: transparent;
|
|
707
|
+
}
|
|
708
|
+
.ant-menu-dark .ant-menu-item:hover > a,
|
|
709
|
+
.ant-menu-dark .ant-menu-item-active > a,
|
|
710
|
+
.ant-menu-dark .ant-menu-submenu-active > a,
|
|
711
|
+
.ant-menu-dark .ant-menu-submenu-open > a,
|
|
712
|
+
.ant-menu-dark .ant-menu-submenu-selected > a,
|
|
713
|
+
.ant-menu-dark .ant-menu-submenu-title:hover > a,
|
|
714
|
+
.ant-menu-dark .ant-menu-item:hover > span > a,
|
|
715
|
+
.ant-menu-dark .ant-menu-item-active > span > a,
|
|
716
|
+
.ant-menu-dark .ant-menu-submenu-active > span > a,
|
|
717
|
+
.ant-menu-dark .ant-menu-submenu-open > span > a,
|
|
718
|
+
.ant-menu-dark .ant-menu-submenu-selected > span > a,
|
|
719
|
+
.ant-menu-dark .ant-menu-submenu-title:hover > span > a {
|
|
720
|
+
color: #fff;
|
|
721
|
+
}
|
|
722
|
+
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
|
|
723
|
+
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
|
|
724
|
+
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
|
|
725
|
+
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
|
|
726
|
+
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
|
|
727
|
+
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
|
|
728
|
+
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
|
|
729
|
+
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
|
|
730
|
+
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
|
|
731
|
+
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
|
|
732
|
+
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
|
|
733
|
+
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
|
|
734
|
+
opacity: 1;
|
|
735
|
+
}
|
|
736
|
+
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
737
|
+
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
738
|
+
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
739
|
+
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
740
|
+
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
741
|
+
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
742
|
+
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
|
|
743
|
+
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
|
|
744
|
+
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
|
|
745
|
+
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
|
|
746
|
+
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
|
|
747
|
+
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
|
|
748
|
+
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
749
|
+
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
750
|
+
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
751
|
+
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
752
|
+
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
753
|
+
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
754
|
+
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
|
|
755
|
+
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
|
|
756
|
+
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
|
|
757
|
+
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
|
|
758
|
+
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
|
|
759
|
+
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before {
|
|
760
|
+
background: #fff;
|
|
761
|
+
}
|
|
762
|
+
.ant-menu-dark .ant-menu-item:hover {
|
|
763
|
+
background-color: transparent;
|
|
764
|
+
}
|
|
765
|
+
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
|
|
766
|
+
background-color: #1890ff;
|
|
767
|
+
}
|
|
768
|
+
.ant-menu-dark .ant-menu-item-selected {
|
|
769
|
+
color: #fff;
|
|
770
|
+
border-right: 0;
|
|
771
|
+
}
|
|
772
|
+
.ant-menu-dark .ant-menu-item-selected::after {
|
|
773
|
+
border-right: 0;
|
|
774
|
+
}
|
|
775
|
+
.ant-menu-dark .ant-menu-item-selected > a,
|
|
776
|
+
.ant-menu-dark .ant-menu-item-selected > span > a,
|
|
777
|
+
.ant-menu-dark .ant-menu-item-selected > a:hover,
|
|
778
|
+
.ant-menu-dark .ant-menu-item-selected > span > a:hover {
|
|
779
|
+
color: #fff;
|
|
780
|
+
}
|
|
781
|
+
.ant-menu-dark .ant-menu-item-selected .anticon {
|
|
782
|
+
color: #fff;
|
|
783
|
+
}
|
|
784
|
+
.ant-menu-dark .ant-menu-item-selected .anticon + span {
|
|
785
|
+
color: #fff;
|
|
786
|
+
}
|
|
787
|
+
.ant-menu.ant-menu-dark .ant-menu-item-selected,
|
|
788
|
+
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
|
|
789
|
+
background-color: #1890ff;
|
|
790
|
+
}
|
|
791
|
+
.ant-menu-dark .ant-menu-item-disabled,
|
|
792
|
+
.ant-menu-dark .ant-menu-submenu-disabled,
|
|
793
|
+
.ant-menu-dark .ant-menu-item-disabled > a,
|
|
794
|
+
.ant-menu-dark .ant-menu-submenu-disabled > a,
|
|
795
|
+
.ant-menu-dark .ant-menu-item-disabled > span > a,
|
|
796
|
+
.ant-menu-dark .ant-menu-submenu-disabled > span > a {
|
|
797
|
+
color: rgba(255, 255, 255, 0.35) !important;
|
|
798
|
+
opacity: 0.8;
|
|
799
|
+
}
|
|
800
|
+
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
|
|
801
|
+
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
|
|
802
|
+
color: rgba(255, 255, 255, 0.35) !important;
|
|
803
|
+
}
|
|
804
|
+
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
805
|
+
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
806
|
+
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
807
|
+
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
|
|
808
|
+
background: rgba(255, 255, 255, 0.35) !important;
|
|
809
|
+
}
|
|
810
|
+
.ant-menu-rtl {
|
|
811
|
+
direction: rtl;
|
|
812
|
+
text-align: right;
|
|
813
|
+
}
|
|
814
|
+
.ant-menu-rtl .ant-menu-item-group-title {
|
|
815
|
+
text-align: right;
|
|
816
|
+
}
|
|
817
|
+
.ant-menu-rtl.ant-menu-inline,
|
|
818
|
+
.ant-menu-rtl.ant-menu-vertical {
|
|
819
|
+
border-right: none;
|
|
820
|
+
border-left: 1px solid #f0f0f0;
|
|
821
|
+
}
|
|
822
|
+
.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
|
|
823
|
+
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
|
|
824
|
+
border-left: none;
|
|
825
|
+
}
|
|
826
|
+
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub,
|
|
827
|
+
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub,
|
|
828
|
+
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub {
|
|
829
|
+
-webkit-transform-origin: top right;
|
|
830
|
+
transform-origin: top right;
|
|
831
|
+
}
|
|
832
|
+
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
|
|
833
|
+
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
|
|
834
|
+
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
|
|
835
|
+
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
|
|
836
|
+
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
|
|
837
|
+
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
|
|
838
|
+
-webkit-transform-origin: top right;
|
|
839
|
+
transform-origin: top right;
|
|
840
|
+
}
|
|
841
|
+
.ant-menu-rtl .ant-menu-item .anticon,
|
|
842
|
+
.ant-menu-rtl .ant-menu-submenu-title .anticon {
|
|
843
|
+
margin-right: auto;
|
|
844
|
+
margin-left: 10px;
|
|
845
|
+
}
|
|
846
|
+
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
|
|
847
|
+
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
|
|
848
|
+
margin-left: 0;
|
|
849
|
+
}
|
|
850
|
+
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
|
|
851
|
+
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
|
|
852
|
+
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
|
|
853
|
+
.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
|
|
854
|
+
right: auto;
|
|
855
|
+
left: 16px;
|
|
856
|
+
}
|
|
857
|
+
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
858
|
+
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
859
|
+
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
|
|
860
|
+
-webkit-transform: rotate(-45deg) translateY(-2px);
|
|
861
|
+
transform: rotate(-45deg) translateY(-2px);
|
|
862
|
+
}
|
|
863
|
+
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
|
|
864
|
+
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
|
|
865
|
+
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
|
|
866
|
+
-webkit-transform: rotate(45deg) translateY(2px);
|
|
867
|
+
transform: rotate(45deg) translateY(2px);
|
|
868
|
+
}
|
|
869
|
+
.ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
|
|
870
|
+
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
|
|
871
|
+
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
|
|
872
|
+
.ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
|
|
873
|
+
right: auto;
|
|
874
|
+
left: 0;
|
|
875
|
+
}
|
|
876
|
+
.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
|
|
877
|
+
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
|
|
878
|
+
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
|
|
879
|
+
.ant-menu-rtl.ant-menu-inline .ant-menu-item,
|
|
880
|
+
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
|
|
881
|
+
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
|
|
882
|
+
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
|
|
883
|
+
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
|
|
884
|
+
text-align: right;
|
|
885
|
+
}
|
|
886
|
+
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
|
|
887
|
+
padding-right: 0;
|
|
888
|
+
padding-left: 34px;
|
|
889
|
+
}
|
|
890
|
+
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
|
|
891
|
+
padding-right: 16px;
|
|
892
|
+
padding-left: 34px;
|
|
893
|
+
}
|
|
894
|
+
.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
|
|
895
|
+
padding: 0 32px;
|
|
896
|
+
}
|
|
897
|
+
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
|
|
898
|
+
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
|
|
899
|
+
padding: 0 28px 0 16px;
|
|
900
|
+
}
|
|
901
|
+
.ant-menu-sub.ant-menu-inline {
|
|
902
|
+
border: 0;
|
|
903
|
+
}
|
|
904
|
+
.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
|
|
905
|
+
padding-right: 32px;
|
|
906
|
+
padding-left: 0;
|
|
907
|
+
}
|