@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
package/dist/style.css
CHANGED
|
@@ -1597,6 +1597,19 @@ body {
|
|
|
1597
1597
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1598
1598
|
}
|
|
1599
1599
|
}
|
|
1600
|
+
.iap75of {
|
|
1601
|
+
height: 18px;
|
|
1602
|
+
line-height: 18px;
|
|
1603
|
+
padding: 0 4px;
|
|
1604
|
+
border-radius: 4px;
|
|
1605
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1606
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1607
|
+
display: flex;
|
|
1608
|
+
align-items: center;
|
|
1609
|
+
white-space: nowrap;
|
|
1610
|
+
margin-right: 4px;
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1600
1613
|
.buj61ew.ant-btn {
|
|
1601
1614
|
height: 32px;
|
|
1602
1615
|
border-radius: 6px;
|
|
@@ -1907,1490 +1920,1499 @@ body {
|
|
|
1907
1920
|
animation: rotate 680ms linear infinite;
|
|
1908
1921
|
}
|
|
1909
1922
|
|
|
1910
|
-
.
|
|
1911
|
-
height: 18px;
|
|
1912
|
-
line-height: 18px;
|
|
1913
|
-
padding: 0 4px;
|
|
1914
|
-
border-radius: 4px;
|
|
1915
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1916
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1923
|
+
.cz04yix {
|
|
1917
1924
|
display: flex;
|
|
1918
|
-
|
|
1919
|
-
white-space: nowrap;
|
|
1920
|
-
margin-right: 4px;
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
.obf05yr {
|
|
1924
|
-
display: inline-block;
|
|
1925
|
+
flex-direction: column;
|
|
1925
1926
|
}
|
|
1926
1927
|
|
|
1927
|
-
.
|
|
1928
|
-
|
|
1929
|
-
|
|
1928
|
+
.m1if5j39 {
|
|
1929
|
+
max-width: 1120px;
|
|
1930
|
+
width: 100%;
|
|
1931
|
+
margin: 0 auto;
|
|
1932
|
+
height: 100%;
|
|
1930
1933
|
}
|
|
1931
1934
|
|
|
1932
|
-
.
|
|
1935
|
+
.w1vvwdlp {
|
|
1936
|
+
max-width: 1120px;
|
|
1937
|
+
width: 100%;
|
|
1938
|
+
margin: 0 auto;
|
|
1933
1939
|
display: flex;
|
|
1934
|
-
justify-content: space-between;
|
|
1935
|
-
align-items: center;
|
|
1936
|
-
padding: 10px 0;
|
|
1937
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1938
|
-
font-size: 12px;
|
|
1939
|
-
line-height: 24px;
|
|
1940
1940
|
}
|
|
1941
|
-
.
|
|
1942
|
-
|
|
1941
|
+
.w1vvwdlp .left,
|
|
1942
|
+
.w1vvwdlp .right {
|
|
1943
|
+
flex-grow: 0;
|
|
1944
|
+
flex-shrink: 0;
|
|
1945
|
+
flex-basis: 21%;
|
|
1943
1946
|
}
|
|
1944
|
-
.
|
|
1947
|
+
.w1vvwdlp .left {
|
|
1945
1948
|
display: flex;
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
cursor: pointer;
|
|
1949
|
-
transition: all 0.3s ease;
|
|
1950
|
-
}
|
|
1951
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1952
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1953
|
-
color: #0080ff;
|
|
1954
|
-
}
|
|
1955
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1956
|
-
margin-left: 4px;
|
|
1949
|
+
justify-content: flex-end;
|
|
1950
|
+
padding-right: 44px;
|
|
1957
1951
|
}
|
|
1958
|
-
.
|
|
1959
|
-
|
|
1960
|
-
align-items: center;
|
|
1961
|
-
color: #0080ff;
|
|
1962
|
-
font-weight: bold;
|
|
1952
|
+
.w1vvwdlp .right {
|
|
1953
|
+
padding-left: 44px;
|
|
1963
1954
|
}
|
|
1964
|
-
.
|
|
1965
|
-
margin-
|
|
1955
|
+
.w1vvwdlp .middle {
|
|
1956
|
+
margin-bottom: 40px;
|
|
1957
|
+
flex-grow: 0;
|
|
1958
|
+
flex-shrink: 0;
|
|
1959
|
+
flex-basis: 58%;
|
|
1966
1960
|
}
|
|
1967
|
-
.
|
|
1968
|
-
|
|
1969
|
-
padding: 0 8px;
|
|
1961
|
+
.w1vvwdlp .middle .form-base-field {
|
|
1962
|
+
width: 100%;
|
|
1970
1963
|
}
|
|
1971
|
-
.
|
|
1972
|
-
|
|
1973
|
-
color: #0080ff;
|
|
1964
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
1965
|
+
width: auto;
|
|
1974
1966
|
}
|
|
1975
|
-
.
|
|
1976
|
-
|
|
1967
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
1968
|
+
flex: initial;
|
|
1977
1969
|
}
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
max-height: calc(100vh - 128px);
|
|
1981
|
-
overflow-y: auto;
|
|
1970
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
1971
|
+
margin-top: 4px;
|
|
1982
1972
|
}
|
|
1983
|
-
.
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
line-height: 18px;
|
|
1973
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
1974
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
1975
|
+
display: none !important;
|
|
1987
1976
|
}
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1977
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
1978
|
+
padding: 0 15px;
|
|
1979
|
+
border-radius: 4px;
|
|
1980
|
+
height: 32px;
|
|
1981
|
+
display: flex;
|
|
1982
|
+
align-items: center;
|
|
1992
1983
|
}
|
|
1993
|
-
.
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
flex: 1;
|
|
1997
|
-
overflow: visible;
|
|
1984
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
1985
|
+
min-height: auto;
|
|
1986
|
+
white-space: nowrap;
|
|
1998
1987
|
}
|
|
1999
|
-
.
|
|
2000
|
-
|
|
1988
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
1989
|
+
padding-bottom: 0px;
|
|
2001
1990
|
}
|
|
2002
|
-
.
|
|
2003
|
-
|
|
2004
|
-
|
|
1991
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
1992
|
+
font-size: 13px !important;
|
|
1993
|
+
line-height: 20px !important;
|
|
2005
1994
|
}
|
|
2006
|
-
.
|
|
2007
|
-
|
|
2008
|
-
line-height: 26px;
|
|
2009
|
-
width: 100%;
|
|
1995
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
1996
|
+
display: inline-block;
|
|
2010
1997
|
text-align: center;
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
font-weight: normal;
|
|
1998
|
+
width: 13px;
|
|
1999
|
+
margin-right: 12px;
|
|
2014
2000
|
}
|
|
2015
|
-
.
|
|
2016
|
-
|
|
2001
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
2002
|
+
background: rgba(0, 128, 255, 0.1);
|
|
2017
2003
|
}
|
|
2018
|
-
.
|
|
2019
|
-
|
|
2004
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2005
|
+
color: #005ed1;
|
|
2020
2006
|
}
|
|
2021
|
-
.
|
|
2022
|
-
|
|
2007
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
2008
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2023
2009
|
}
|
|
2024
|
-
.
|
|
2025
|
-
|
|
2010
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2011
|
+
color: rgba(10, 37, 85, 0.6) !important;
|
|
2026
2012
|
}
|
|
2027
|
-
.
|
|
2028
|
-
|
|
2013
|
+
.w1vvwdlp .ant-steps-item-disabled {
|
|
2014
|
+
cursor: not-allowed;
|
|
2029
2015
|
}
|
|
2030
|
-
.
|
|
2031
|
-
|
|
2032
|
-
width: 0;
|
|
2033
|
-
height: 0;
|
|
2034
|
-
border: 13px solid transparent;
|
|
2035
|
-
position: absolute;
|
|
2036
|
-
top: 0;
|
|
2037
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2038
|
-
right: -21px;
|
|
2039
|
-
z-index: 2;
|
|
2016
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
2017
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2040
2018
|
}
|
|
2041
|
-
.
|
|
2042
|
-
|
|
2043
|
-
width: 0;
|
|
2044
|
-
height: 0;
|
|
2045
|
-
border: 13px solid transparent;
|
|
2046
|
-
position: absolute;
|
|
2047
|
-
top: 0;
|
|
2048
|
-
border-left: 8px solid #fff;
|
|
2049
|
-
left: 0;
|
|
2019
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2020
|
+
color: #2d3a56;
|
|
2050
2021
|
}
|
|
2051
|
-
|
|
2052
|
-
|
|
2022
|
+
|
|
2023
|
+
.h1cuopx7 .ant-modal-header {
|
|
2024
|
+
margin: 0 auto;
|
|
2025
|
+
width: 100%;
|
|
2026
|
+
max-width: 648px;
|
|
2053
2027
|
}
|
|
2054
|
-
.
|
|
2055
|
-
|
|
2028
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
2029
|
+
margin-left: 0;
|
|
2056
2030
|
}
|
|
2057
|
-
.
|
|
2058
|
-
|
|
2031
|
+
.h1cuopx7 .ant-modal-body {
|
|
2032
|
+
margin: 0 auto;
|
|
2033
|
+
padding: 0;
|
|
2034
|
+
width: 100%;
|
|
2035
|
+
max-width: 648px;
|
|
2036
|
+
overflow: hidden;
|
|
2059
2037
|
}
|
|
2060
|
-
.
|
|
2061
|
-
|
|
2062
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2038
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
2039
|
+
margin-bottom: 40px;
|
|
2063
2040
|
}
|
|
2064
|
-
.
|
|
2065
|
-
|
|
2066
|
-
|
|
2041
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
2042
|
+
height: calc(100vh - 225px);
|
|
2043
|
+
overflow-y: auto;
|
|
2067
2044
|
}
|
|
2068
|
-
.
|
|
2069
|
-
|
|
2045
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
2046
|
+
margin: 0 auto;
|
|
2047
|
+
max-width: 648px;
|
|
2070
2048
|
}
|
|
2071
2049
|
|
|
2072
|
-
.
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2050
|
+
.h1p6d3y3 .ant-modal-header {
|
|
2051
|
+
margin: 0 auto;
|
|
2052
|
+
width: 100%;
|
|
2053
|
+
max-width: 1024px;
|
|
2076
2054
|
}
|
|
2077
|
-
.
|
|
2078
|
-
|
|
2079
|
-
top: 3px;
|
|
2055
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
2056
|
+
margin-left: 0;
|
|
2080
2057
|
}
|
|
2081
|
-
.
|
|
2082
|
-
|
|
2058
|
+
.h1p6d3y3 .ant-modal-body {
|
|
2059
|
+
margin: 0 auto;
|
|
2060
|
+
padding: 0;
|
|
2061
|
+
width: 100%;
|
|
2062
|
+
max-width: 1024px;
|
|
2063
|
+
overflow: hidden;
|
|
2083
2064
|
}
|
|
2084
|
-
.
|
|
2085
|
-
|
|
2065
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
2066
|
+
margin-bottom: 40px;
|
|
2086
2067
|
}
|
|
2087
|
-
.
|
|
2088
|
-
|
|
2089
|
-
|
|
2068
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
2069
|
+
height: calc(100vh - 225px);
|
|
2070
|
+
overflow-y: auto;
|
|
2090
2071
|
}
|
|
2091
|
-
.
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
width: 6px;
|
|
2095
|
-
height: 6px;
|
|
2096
|
-
background: #fff;
|
|
2072
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
2073
|
+
margin: 0 auto;
|
|
2074
|
+
max-width: 1024px;
|
|
2097
2075
|
}
|
|
2098
|
-
|
|
2099
|
-
|
|
2076
|
+
|
|
2077
|
+
.fxgckuk {
|
|
2078
|
+
flex: 1;
|
|
2100
2079
|
}
|
|
2101
|
-
.
|
|
2102
|
-
|
|
2103
|
-
|
|
2080
|
+
.fxgckuk label {
|
|
2081
|
+
font-size: 13px;
|
|
2082
|
+
line-height: 20px;
|
|
2083
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2104
2084
|
}
|
|
2105
|
-
.
|
|
2106
|
-
|
|
2085
|
+
.fxgckuk .title {
|
|
2086
|
+
font-size: 14px;
|
|
2087
|
+
line-height: 20px;
|
|
2088
|
+
color: #2d3a56;
|
|
2089
|
+
margin-bottom: 12px;
|
|
2107
2090
|
}
|
|
2108
|
-
.
|
|
2109
|
-
|
|
2110
|
-
opacity: 0.5;
|
|
2091
|
+
.fxgckuk.connect-cluster .title {
|
|
2092
|
+
padding-bottom: 26px;
|
|
2111
2093
|
}
|
|
2112
|
-
|
|
2113
|
-
|
|
2094
|
+
|
|
2095
|
+
.f1d0vek1 {
|
|
2096
|
+
padding: 25px 0 15px 0;
|
|
2097
|
+
border-bottom: 1px solid #e1e5eb;
|
|
2098
|
+
margin-bottom: 16px;
|
|
2114
2099
|
}
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2100
|
+
|
|
2101
|
+
.f4u402y {
|
|
2102
|
+
display: flex;
|
|
2103
|
+
align-items: center;
|
|
2104
|
+
margin-bottom: 8px;
|
|
2119
2105
|
}
|
|
2120
|
-
.
|
|
2121
|
-
|
|
2122
|
-
white-space: pre-wrap;
|
|
2123
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2106
|
+
.f4u402y > label {
|
|
2107
|
+
width: 216px;
|
|
2124
2108
|
}
|
|
2125
|
-
.
|
|
2126
|
-
|
|
2109
|
+
.f4u402y > label + * {
|
|
2110
|
+
width: 100%;
|
|
2111
|
+
}
|
|
2112
|
+
.f4u402y .ant-select {
|
|
2113
|
+
width: 100%;
|
|
2127
2114
|
}
|
|
2128
2115
|
|
|
2129
|
-
.
|
|
2130
|
-
|
|
2116
|
+
.e1pldf6v {
|
|
2117
|
+
color: #e75a3a;
|
|
2118
|
+
margin-right: 10px;
|
|
2131
2119
|
}
|
|
2132
|
-
|
|
2133
|
-
|
|
2120
|
+
|
|
2121
|
+
.dq0gblh {
|
|
2122
|
+
width: 100%;
|
|
2123
|
+
height: 1px;
|
|
2124
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2125
|
+
margin: 24px 0;
|
|
2134
2126
|
}
|
|
2135
2127
|
|
|
2136
|
-
.
|
|
2137
|
-
|
|
2138
|
-
|
|
2128
|
+
.l1v7sr0n {
|
|
2129
|
+
display: flex;
|
|
2130
|
+
justify-content: center;
|
|
2131
|
+
align-items: center;
|
|
2132
|
+
height: 100%;
|
|
2139
2133
|
}
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2134
|
+
|
|
2135
|
+
.d1i4ou6o {
|
|
2136
|
+
display: inline-block;
|
|
2137
|
+
width: 4px;
|
|
2138
|
+
height: 4px;
|
|
2139
|
+
background: #8e9aa9;
|
|
2140
|
+
opacity: 0.4;
|
|
2141
|
+
border-radius: 50%;
|
|
2142
|
+
margin: 0 4px;
|
|
2143
2143
|
}
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2144
|
+
|
|
2145
|
+
.m1jy87hk .ant-modal-header,
|
|
2146
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
2147
|
+
width: 648px;
|
|
2148
|
+
margin: 0 auto;
|
|
2148
2149
|
}
|
|
2149
|
-
.
|
|
2150
|
-
|
|
2150
|
+
.m1jy87hk .ant-modal-header {
|
|
2151
|
+
padding: 35px 0 24px;
|
|
2152
|
+
border: none;
|
|
2151
2153
|
}
|
|
2152
|
-
.
|
|
2153
|
-
|
|
2154
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
2155
|
+
font-size: 30px;
|
|
2154
2156
|
}
|
|
2155
|
-
.
|
|
2156
|
-
|
|
2157
|
+
.m1jy87hk .ant-modal-body {
|
|
2158
|
+
padding: 4px 0 2px;
|
|
2157
2159
|
}
|
|
2158
|
-
.
|
|
2159
|
-
|
|
2160
|
-
opacity: 0.5;
|
|
2160
|
+
.m1jy87hk .ant-modal-footer {
|
|
2161
|
+
border: none;
|
|
2161
2162
|
}
|
|
2162
|
-
|
|
2163
|
-
|
|
2163
|
+
|
|
2164
|
+
.ti7fpyu {
|
|
2165
|
+
font-size: 12px;
|
|
2166
|
+
line-height: 18px;
|
|
2167
|
+
font-weight: bold;
|
|
2168
|
+
color: #fff;
|
|
2169
|
+
padding: 0 4px;
|
|
2170
|
+
border-radius: 4px;
|
|
2171
|
+
display: inline-block;
|
|
2172
|
+
background: var(--ti7fpyu-0);
|
|
2164
2173
|
}
|
|
2165
|
-
.
|
|
2166
|
-
|
|
2174
|
+
.ti7fpyu:not(:first-child) {
|
|
2175
|
+
margin-left: 4px;
|
|
2167
2176
|
}
|
|
2168
|
-
|
|
2169
|
-
|
|
2177
|
+
|
|
2178
|
+
.f1rest1f {
|
|
2179
|
+
width: 100%;
|
|
2180
|
+
height: 100%;
|
|
2181
|
+
display: flex;
|
|
2182
|
+
align-items: center;
|
|
2183
|
+
justify-content: center;
|
|
2170
2184
|
}
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2185
|
+
|
|
2186
|
+
.n1kbdoln {
|
|
2187
|
+
font-size: 90%;
|
|
2188
|
+
font-weight: bold;
|
|
2189
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
2190
|
+
padding: 1px 4px 1px;
|
|
2191
|
+
margin-left: 2px;
|
|
2192
|
+
margin-right: 2px;
|
|
2193
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2194
|
+
border-radius: 4px;
|
|
2175
2195
|
}
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2196
|
+
|
|
2197
|
+
.f1y3gta0.form-item-general {
|
|
2198
|
+
width: 640px;
|
|
2179
2199
|
}
|
|
2180
|
-
.
|
|
2181
|
-
|
|
2182
|
-
border-color: #ccd4e3;
|
|
2183
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2200
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
2201
|
+
margin-top: 16px;
|
|
2184
2202
|
}
|
|
2185
|
-
.
|
|
2186
|
-
|
|
2187
|
-
display: inline;
|
|
2188
|
-
border: none;
|
|
2189
|
-
padding: 0;
|
|
2190
|
-
width: 36px;
|
|
2191
|
-
background: transparent;
|
|
2203
|
+
.f1y3gta0.form-item-compact {
|
|
2204
|
+
width: 412px;
|
|
2192
2205
|
}
|
|
2193
|
-
.
|
|
2194
|
-
|
|
2206
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
2207
|
+
margin-top: 8px;
|
|
2195
2208
|
}
|
|
2196
|
-
.
|
|
2197
|
-
|
|
2198
|
-
width: initial;
|
|
2199
|
-
box-shadow: none;
|
|
2209
|
+
.f1y3gta0 .form-item {
|
|
2210
|
+
width: auto;
|
|
2200
2211
|
}
|
|
2201
|
-
.
|
|
2202
|
-
|
|
2212
|
+
.f1y3gta0 .form-item-main {
|
|
2213
|
+
position: relative;
|
|
2214
|
+
display: flex;
|
|
2203
2215
|
}
|
|
2204
|
-
.
|
|
2205
|
-
|
|
2216
|
+
.f1y3gta0 .form-item-extra {
|
|
2217
|
+
margin-top: 4px;
|
|
2218
|
+
width: 100%;
|
|
2219
|
+
padding: 14px;
|
|
2220
|
+
background: #f2f4f6;
|
|
2221
|
+
font-size: 13px;
|
|
2222
|
+
line-height: 1.8;
|
|
2223
|
+
color: #8e9aa9;
|
|
2206
2224
|
}
|
|
2207
|
-
.
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
width: 36px;
|
|
2225
|
+
.f1y3gta0 .form-item-label {
|
|
2226
|
+
padding-right: 12px;
|
|
2227
|
+
font-size: 13px;
|
|
2228
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2212
2229
|
}
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
min-width: 40px;
|
|
2216
|
-
height: 24px;
|
|
2217
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2218
|
-
overflow: hidden;
|
|
2230
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
2231
|
+
text-align: right;
|
|
2219
2232
|
}
|
|
2220
|
-
.
|
|
2221
|
-
|
|
2233
|
+
.f1y3gta0 .form-item-label,
|
|
2234
|
+
.f1y3gta0 .form-item-control {
|
|
2235
|
+
line-height: 32px;
|
|
2222
2236
|
}
|
|
2223
|
-
.
|
|
2224
|
-
|
|
2225
|
-
height: 16px;
|
|
2237
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
2238
|
+
line-height: 18px;
|
|
2226
2239
|
}
|
|
2227
|
-
.
|
|
2228
|
-
|
|
2229
|
-
height: 32px;
|
|
2240
|
+
.f1y3gta0 .form-item-children {
|
|
2241
|
+
width: 100%;
|
|
2230
2242
|
}
|
|
2231
|
-
.
|
|
2232
|
-
|
|
2233
|
-
width: 20px;
|
|
2243
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
2244
|
+
width: 100%;
|
|
2234
2245
|
}
|
|
2235
|
-
.
|
|
2236
|
-
|
|
2237
|
-
|
|
2246
|
+
.f1y3gta0 .form-item-error {
|
|
2247
|
+
color: #e75a3a;
|
|
2248
|
+
height: 0;
|
|
2249
|
+
overflow: hidden;
|
|
2238
2250
|
}
|
|
2239
|
-
.
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
left: 1px;
|
|
2251
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
2252
|
+
margin-top: 4px;
|
|
2253
|
+
height: auto;
|
|
2254
|
+
overflow: auto;
|
|
2244
2255
|
}
|
|
2245
|
-
.
|
|
2246
|
-
|
|
2247
|
-
|
|
2256
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
2257
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
2258
|
+
border: 1px solid #e75a3a;
|
|
2259
|
+
color: #e75a3a;
|
|
2248
2260
|
}
|
|
2249
|
-
|
|
2250
|
-
|
|
2261
|
+
|
|
2262
|
+
.fujbm7g {
|
|
2263
|
+
color: #2d3a56;
|
|
2264
|
+
font-weight: bold;
|
|
2265
|
+
padding-bottom: 6px;
|
|
2266
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2267
|
+
margin-bottom: 16px;
|
|
2251
2268
|
}
|
|
2252
|
-
.
|
|
2253
|
-
|
|
2269
|
+
.fujbm7g:not(:first-of-type) {
|
|
2270
|
+
margin-top: 16px;
|
|
2254
2271
|
}
|
|
2255
|
-
|
|
2256
|
-
|
|
2272
|
+
|
|
2273
|
+
.e5fsw5s {
|
|
2274
|
+
width: 8px;
|
|
2275
|
+
height: 24px;
|
|
2276
|
+
display: flex;
|
|
2277
|
+
justify-content: center;
|
|
2278
|
+
align-items: center;
|
|
2279
|
+
cursor: pointer;
|
|
2280
|
+
transition: all 200ms ease-out 40ms;
|
|
2257
2281
|
}
|
|
2258
|
-
.
|
|
2259
|
-
|
|
2282
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
2283
|
+
content: "";
|
|
2284
|
+
width: 1px;
|
|
2285
|
+
height: 6px;
|
|
2286
|
+
border-radius: 1px;
|
|
2287
|
+
background: #ccd4e3;
|
|
2288
|
+
position: relative;
|
|
2289
|
+
right: 2px;
|
|
2290
|
+
transform: rotate(-45deg);
|
|
2260
2291
|
}
|
|
2261
|
-
.
|
|
2262
|
-
|
|
2292
|
+
.e5fsw5s:after {
|
|
2293
|
+
transform: rotate(45deg);
|
|
2294
|
+
left: 1px;
|
|
2263
2295
|
}
|
|
2264
2296
|
|
|
2265
|
-
.
|
|
2266
|
-
|
|
2297
|
+
.w18knsg4.ant-alert-warning {
|
|
2298
|
+
border: 0;
|
|
2299
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2300
|
+
border-radius: 6px;
|
|
2267
2301
|
}
|
|
2268
|
-
|
|
2269
|
-
.
|
|
2270
|
-
|
|
2271
|
-
flex-direction: column;
|
|
2302
|
+
.w18knsg4.ant-alert,
|
|
2303
|
+
.w18knsg4 .ant-alert-message {
|
|
2304
|
+
color: #e07f00;
|
|
2272
2305
|
}
|
|
2273
|
-
|
|
2274
|
-
.
|
|
2275
|
-
|
|
2276
|
-
width: 100%;
|
|
2277
|
-
margin: 0 auto;
|
|
2278
|
-
height: 100%;
|
|
2306
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
2307
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
2308
|
+
border-bottom-color: #e07f00;
|
|
2279
2309
|
}
|
|
2280
2310
|
|
|
2281
|
-
.
|
|
2282
|
-
max-width: 1120px;
|
|
2283
|
-
width: 100%;
|
|
2284
|
-
margin: 0 auto;
|
|
2311
|
+
.ng31n2o {
|
|
2285
2312
|
display: flex;
|
|
2313
|
+
flex-direction: row;
|
|
2314
|
+
padding: 7px 12px;
|
|
2315
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2316
|
+
border-radius: 6px;
|
|
2317
|
+
color: #e07f00;
|
|
2318
|
+
font-size: 12px;
|
|
2319
|
+
line-height: 18px;
|
|
2286
2320
|
}
|
|
2287
|
-
.
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
flex-shrink: 0;
|
|
2291
|
-
flex-basis: 21%;
|
|
2321
|
+
.ng31n2o .icon-wrapper {
|
|
2322
|
+
margin-right: 10px;
|
|
2323
|
+
height: 18px;
|
|
2292
2324
|
}
|
|
2293
|
-
|
|
2325
|
+
|
|
2326
|
+
.n15x5f5y {
|
|
2294
2327
|
display: flex;
|
|
2295
|
-
|
|
2296
|
-
padding
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
margin-bottom: 40px;
|
|
2303
|
-
flex-grow: 0;
|
|
2304
|
-
flex-shrink: 0;
|
|
2305
|
-
flex-basis: 58%;
|
|
2328
|
+
flex-direction: row;
|
|
2329
|
+
padding: 7px 12px;
|
|
2330
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2331
|
+
border-radius: 6px;
|
|
2332
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2333
|
+
font-size: 12px;
|
|
2334
|
+
line-height: 18px;
|
|
2306
2335
|
}
|
|
2307
|
-
.
|
|
2308
|
-
|
|
2336
|
+
.n15x5f5y .icon-wrapper {
|
|
2337
|
+
margin-right: 10px;
|
|
2338
|
+
height: 18px;
|
|
2309
2339
|
}
|
|
2310
|
-
|
|
2311
|
-
|
|
2340
|
+
|
|
2341
|
+
.i16ozz3f {
|
|
2342
|
+
display: flex;
|
|
2343
|
+
flex-direction: row;
|
|
2344
|
+
padding: 7px 12px;
|
|
2345
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2346
|
+
border-radius: 6px;
|
|
2347
|
+
color: #005ed1;
|
|
2348
|
+
font-size: 12px;
|
|
2349
|
+
line-height: 18px;
|
|
2312
2350
|
}
|
|
2313
|
-
.
|
|
2314
|
-
|
|
2351
|
+
.i16ozz3f .icon-wrapper {
|
|
2352
|
+
margin-right: 10px;
|
|
2353
|
+
height: 18px;
|
|
2315
2354
|
}
|
|
2316
|
-
|
|
2317
|
-
|
|
2355
|
+
|
|
2356
|
+
.dszu9qr {
|
|
2357
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2358
|
+
margin-top: 5px;
|
|
2359
|
+
font-size: 12px;
|
|
2360
|
+
line-height: 18px;
|
|
2318
2361
|
}
|
|
2319
|
-
|
|
2320
|
-
.
|
|
2321
|
-
|
|
2362
|
+
|
|
2363
|
+
.snxzgx {
|
|
2364
|
+
color: #f0483e;
|
|
2365
|
+
font-size: 12px;
|
|
2366
|
+
white-space: pre-wrap;
|
|
2322
2367
|
}
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
border-radius: 4px;
|
|
2326
|
-
height: 32px;
|
|
2368
|
+
|
|
2369
|
+
.o1i4orqw {
|
|
2327
2370
|
display: flex;
|
|
2328
2371
|
align-items: center;
|
|
2372
|
+
justify-content: flex-end;
|
|
2329
2373
|
}
|
|
2330
|
-
.
|
|
2331
|
-
|
|
2332
|
-
white-space: nowrap;
|
|
2374
|
+
.o1i4orqw .icon-wrapper {
|
|
2375
|
+
margin-right: 16px;
|
|
2333
2376
|
}
|
|
2334
|
-
|
|
2335
|
-
|
|
2377
|
+
|
|
2378
|
+
.t79k8o2 {
|
|
2379
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2336
2380
|
}
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2381
|
+
|
|
2382
|
+
.ipd9bk.ant-input {
|
|
2383
|
+
padding: 5px 12px;
|
|
2384
|
+
line-height: 20px;
|
|
2385
|
+
color: #2d3a56;
|
|
2386
|
+
border-radius: 6px;
|
|
2387
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2388
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2340
2389
|
}
|
|
2341
|
-
.
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
width: 13px;
|
|
2345
|
-
margin-right: 12px;
|
|
2390
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
2391
|
+
padding: 8px 16px;
|
|
2392
|
+
line-height: 22px;
|
|
2346
2393
|
}
|
|
2347
|
-
.
|
|
2348
|
-
|
|
2394
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
2395
|
+
padding: 2px 8px;
|
|
2396
|
+
line-height: 18px;
|
|
2349
2397
|
}
|
|
2350
|
-
.
|
|
2351
|
-
color:
|
|
2398
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
2399
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2400
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2352
2401
|
}
|
|
2353
|
-
.
|
|
2354
|
-
|
|
2402
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
2403
|
+
border-color: #0096ff;
|
|
2404
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2355
2405
|
}
|
|
2356
|
-
.
|
|
2357
|
-
color:
|
|
2406
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
2407
|
+
border-color: #e75a3a;
|
|
2408
|
+
color: #e75a3a;
|
|
2358
2409
|
}
|
|
2359
|
-
.
|
|
2360
|
-
|
|
2410
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
2411
|
+
border-color: #e75a3a;
|
|
2412
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2361
2413
|
}
|
|
2362
|
-
.
|
|
2363
|
-
|
|
2414
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
2415
|
+
border-color: #e75a3a;
|
|
2416
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2364
2417
|
}
|
|
2365
|
-
.
|
|
2418
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
2419
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2420
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2421
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2422
|
+
}
|
|
2423
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
2424
|
+
padding: 5px 12px;
|
|
2425
|
+
border-radius: 6px;
|
|
2426
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2427
|
+
line-height: 20px;
|
|
2366
2428
|
color: #2d3a56;
|
|
2429
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2367
2430
|
}
|
|
2368
|
-
|
|
2369
|
-
.
|
|
2370
|
-
|
|
2371
|
-
width: 100%;
|
|
2372
|
-
max-width: 648px;
|
|
2431
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
2432
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
2433
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2373
2434
|
}
|
|
2374
|
-
.
|
|
2375
|
-
|
|
2435
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
2436
|
+
padding: 8px 16px;
|
|
2437
|
+
line-height: 22px;
|
|
2376
2438
|
}
|
|
2377
|
-
.
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
width: 100%;
|
|
2381
|
-
max-width: 648px;
|
|
2382
|
-
overflow: hidden;
|
|
2439
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2440
|
+
padding: 2px 8px;
|
|
2441
|
+
line-height: 18px;
|
|
2383
2442
|
}
|
|
2384
|
-
.
|
|
2385
|
-
|
|
2443
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
2444
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2445
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2386
2446
|
}
|
|
2387
|
-
.
|
|
2388
|
-
|
|
2389
|
-
|
|
2447
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
2448
|
+
border-color: #0096ff;
|
|
2449
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2390
2450
|
}
|
|
2391
|
-
.
|
|
2392
|
-
|
|
2393
|
-
max-width: 648px;
|
|
2451
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
2452
|
+
border-color: #e75a3a;
|
|
2394
2453
|
}
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
margin: 0 auto;
|
|
2398
|
-
width: 100%;
|
|
2399
|
-
max-width: 1024px;
|
|
2454
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
2455
|
+
color: #e75a3a;
|
|
2400
2456
|
}
|
|
2401
|
-
.
|
|
2402
|
-
|
|
2457
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
2458
|
+
border-color: #e75a3a;
|
|
2459
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2403
2460
|
}
|
|
2404
|
-
.
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
width: 100%;
|
|
2408
|
-
max-width: 1024px;
|
|
2409
|
-
overflow: hidden;
|
|
2461
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
2462
|
+
border-color: #e75a3a;
|
|
2463
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2410
2464
|
}
|
|
2411
|
-
.
|
|
2412
|
-
|
|
2465
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
2466
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2467
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2468
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2413
2469
|
}
|
|
2414
|
-
.
|
|
2415
|
-
|
|
2416
|
-
|
|
2470
|
+
textarea.ipd9bk.ant-input {
|
|
2471
|
+
transition-property: height;
|
|
2472
|
+
transition-delay: 50ms;
|
|
2417
2473
|
}
|
|
2418
|
-
.
|
|
2419
|
-
|
|
2420
|
-
|
|
2474
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
2475
|
+
min-height: 40px;
|
|
2476
|
+
height: 40px;
|
|
2421
2477
|
}
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
flex: 1;
|
|
2478
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
2479
|
+
height: 80px;
|
|
2425
2480
|
}
|
|
2426
|
-
.
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2481
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
2482
|
+
min-height: 32px;
|
|
2483
|
+
height: 32px;
|
|
2430
2484
|
}
|
|
2431
|
-
.
|
|
2432
|
-
|
|
2433
|
-
line-height: 20px;
|
|
2434
|
-
color: #2d3a56;
|
|
2435
|
-
margin-bottom: 12px;
|
|
2485
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2486
|
+
height: 64px;
|
|
2436
2487
|
}
|
|
2437
|
-
.
|
|
2438
|
-
|
|
2488
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
2489
|
+
min-height: 24px;
|
|
2490
|
+
height: 24px;
|
|
2439
2491
|
}
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
padding: 25px 0 15px 0;
|
|
2443
|
-
border-bottom: 1px solid #e1e5eb;
|
|
2444
|
-
margin-bottom: 16px;
|
|
2492
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2493
|
+
height: 40px;
|
|
2445
2494
|
}
|
|
2446
2495
|
|
|
2447
|
-
.
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
margin-bottom: 8px;
|
|
2451
|
-
}
|
|
2452
|
-
.f4u402y > label {
|
|
2453
|
-
width: 216px;
|
|
2496
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2497
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2498
|
+
border-radius: 4px;
|
|
2454
2499
|
}
|
|
2455
|
-
.
|
|
2456
|
-
|
|
2500
|
+
.kypn5o5.input-tags {
|
|
2501
|
+
position: relative;
|
|
2502
|
+
padding: 6px;
|
|
2503
|
+
height: 32px;
|
|
2504
|
+
cursor: pointer;
|
|
2505
|
+
transition: border 150ms;
|
|
2457
2506
|
}
|
|
2458
|
-
.
|
|
2459
|
-
|
|
2507
|
+
.kypn5o5.input-tags:hover {
|
|
2508
|
+
border-color: #0080ff;
|
|
2509
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2460
2510
|
}
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
color: #e75a3a;
|
|
2464
|
-
margin-right: 10px;
|
|
2511
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2512
|
+
padding-right: 30px;
|
|
2465
2513
|
}
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
width: 100%;
|
|
2469
|
-
height: 1px;
|
|
2470
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2471
|
-
margin: 24px 0;
|
|
2514
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2515
|
+
display: flex;
|
|
2472
2516
|
}
|
|
2473
|
-
|
|
2474
|
-
.l1v7sr0n {
|
|
2517
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2475
2518
|
display: flex;
|
|
2476
|
-
justify-content: center;
|
|
2477
|
-
align-items: center;
|
|
2478
|
-
height: 100%;
|
|
2479
2519
|
}
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
background: #8e9aa9;
|
|
2486
|
-
opacity: 0.4;
|
|
2487
|
-
border-radius: 50%;
|
|
2488
|
-
margin: 0 4px;
|
|
2520
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2521
|
+
position: absolute;
|
|
2522
|
+
right: 12px;
|
|
2523
|
+
top: 50%;
|
|
2524
|
+
transform: translateY(-50%);
|
|
2489
2525
|
}
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
margin: 0 auto;
|
|
2526
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2527
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2528
|
+
font-size: 12px;
|
|
2529
|
+
cursor: pointer;
|
|
2495
2530
|
}
|
|
2496
|
-
.
|
|
2497
|
-
|
|
2498
|
-
border: none;
|
|
2531
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2532
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2499
2533
|
}
|
|
2500
|
-
.
|
|
2501
|
-
|
|
2534
|
+
.kypn5o5.has-focus-indicator {
|
|
2535
|
+
position: relative;
|
|
2536
|
+
overflow: hidden;
|
|
2502
2537
|
}
|
|
2503
|
-
.
|
|
2504
|
-
|
|
2538
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2539
|
+
position: absolute;
|
|
2540
|
+
top: 50%;
|
|
2541
|
+
transform: translateY(-50%);
|
|
2542
|
+
left: -16px;
|
|
2543
|
+
transition: left 150ms ease;
|
|
2544
|
+
opacity: 0;
|
|
2505
2545
|
}
|
|
2506
|
-
.
|
|
2507
|
-
|
|
2546
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2547
|
+
left: 8px;
|
|
2548
|
+
opacity: 1;
|
|
2549
|
+
}
|
|
2550
|
+
.kypn5o5.has-focus-indicator input {
|
|
2551
|
+
transition: margin-left 150ms ease;
|
|
2552
|
+
margin-left: 0px;
|
|
2553
|
+
}
|
|
2554
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2555
|
+
margin-left: 16px;
|
|
2508
2556
|
}
|
|
2509
2557
|
|
|
2510
|
-
.
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
font-weight: bold;
|
|
2514
|
-
color: #fff;
|
|
2515
|
-
padding: 0 4px;
|
|
2516
|
-
border-radius: 4px;
|
|
2517
|
-
display: inline-block;
|
|
2518
|
-
background: var(--ti7fpyu-0);
|
|
2558
|
+
input.l1ki27se.ant-input {
|
|
2559
|
+
border-top-right-radius: 0;
|
|
2560
|
+
border-bottom-right-radius: 0;
|
|
2519
2561
|
}
|
|
2520
|
-
|
|
2521
|
-
|
|
2562
|
+
|
|
2563
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2564
|
+
border-top-right-radius: 0;
|
|
2565
|
+
border-bottom-right-radius: 0;
|
|
2522
2566
|
}
|
|
2523
2567
|
|
|
2524
|
-
.
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
display: flex;
|
|
2528
|
-
align-items: center;
|
|
2529
|
-
justify-content: center;
|
|
2568
|
+
input.rrg1fkn.ant-input {
|
|
2569
|
+
border-top-left-radius: 0;
|
|
2570
|
+
border-bottom-left-radius: 0;
|
|
2530
2571
|
}
|
|
2531
2572
|
|
|
2532
|
-
.
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
2536
|
-
padding: 1px 4px 1px;
|
|
2537
|
-
margin-left: 2px;
|
|
2538
|
-
margin-right: 2px;
|
|
2539
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2540
|
-
border-radius: 4px;
|
|
2573
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2574
|
+
border-top-left-radius: 0;
|
|
2575
|
+
border-bottom-left-radius: 0;
|
|
2541
2576
|
}
|
|
2542
2577
|
|
|
2543
|
-
.
|
|
2544
|
-
|
|
2578
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2579
|
+
border-top-right-radius: 0;
|
|
2580
|
+
border-bottom-right-radius: 0;
|
|
2545
2581
|
}
|
|
2546
|
-
|
|
2547
|
-
|
|
2582
|
+
|
|
2583
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2584
|
+
border-top-left-radius: 0;
|
|
2585
|
+
border-bottom-left-radius: 0;
|
|
2548
2586
|
}
|
|
2549
|
-
|
|
2550
|
-
|
|
2587
|
+
|
|
2588
|
+
.s34f1qb.ant-switch {
|
|
2589
|
+
min-width: 40px;
|
|
2590
|
+
height: 24px;
|
|
2591
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2592
|
+
overflow: hidden;
|
|
2551
2593
|
}
|
|
2552
|
-
.
|
|
2553
|
-
|
|
2594
|
+
.s34f1qb.ant-switch:focus {
|
|
2595
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2554
2596
|
}
|
|
2555
|
-
.
|
|
2556
|
-
width:
|
|
2597
|
+
.s34f1qb.ant-switch-small {
|
|
2598
|
+
min-width: 26px;
|
|
2599
|
+
height: 16px;
|
|
2557
2600
|
}
|
|
2558
|
-
.
|
|
2559
|
-
|
|
2560
|
-
|
|
2601
|
+
.s34f1qb.ant-switch-large {
|
|
2602
|
+
min-width: 52px;
|
|
2603
|
+
height: 32px;
|
|
2561
2604
|
}
|
|
2562
|
-
.
|
|
2563
|
-
|
|
2564
|
-
width:
|
|
2565
|
-
padding: 14px;
|
|
2566
|
-
background: #f2f4f6;
|
|
2567
|
-
font-size: 13px;
|
|
2568
|
-
line-height: 1.8;
|
|
2569
|
-
color: #8e9aa9;
|
|
2570
|
-
}
|
|
2571
|
-
.f1y3gta0 .form-item-label {
|
|
2572
|
-
padding-right: 12px;
|
|
2573
|
-
font-size: 13px;
|
|
2574
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2605
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2606
|
+
height: 20px;
|
|
2607
|
+
width: 20px;
|
|
2575
2608
|
}
|
|
2576
|
-
.
|
|
2577
|
-
|
|
2609
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2610
|
+
border-radius: 10px;
|
|
2611
|
+
transition-delay: 120ms;
|
|
2578
2612
|
}
|
|
2579
|
-
.
|
|
2580
|
-
|
|
2581
|
-
|
|
2613
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2614
|
+
height: 14px;
|
|
2615
|
+
width: 14px;
|
|
2616
|
+
top: 1px;
|
|
2617
|
+
left: 1px;
|
|
2582
2618
|
}
|
|
2583
|
-
.
|
|
2584
|
-
|
|
2619
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2620
|
+
height: 28px;
|
|
2621
|
+
width: 28px;
|
|
2585
2622
|
}
|
|
2586
|
-
.
|
|
2587
|
-
|
|
2623
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2624
|
+
border-radius: 14px;
|
|
2588
2625
|
}
|
|
2589
|
-
.
|
|
2590
|
-
|
|
2626
|
+
.s34f1qb.ant-switch-checked {
|
|
2627
|
+
background-color: #00ba5d;
|
|
2591
2628
|
}
|
|
2592
|
-
.
|
|
2593
|
-
|
|
2594
|
-
height: 0;
|
|
2595
|
-
overflow: hidden;
|
|
2629
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2630
|
+
left: calc(100% - 20px - 2px);
|
|
2596
2631
|
}
|
|
2597
|
-
.
|
|
2598
|
-
|
|
2599
|
-
height: auto;
|
|
2600
|
-
overflow: auto;
|
|
2632
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2633
|
+
left: calc(100% - 14px - 1px);
|
|
2601
2634
|
}
|
|
2602
|
-
.
|
|
2603
|
-
|
|
2604
|
-
border: 1px solid #e75a3a;
|
|
2605
|
-
color: #e75a3a;
|
|
2635
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2636
|
+
left: calc(100% - 28px - 2px);
|
|
2606
2637
|
}
|
|
2607
2638
|
|
|
2608
|
-
.
|
|
2609
|
-
|
|
2610
|
-
font-weight: bold;
|
|
2611
|
-
padding-bottom: 6px;
|
|
2612
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2613
|
-
margin-bottom: 16px;
|
|
2614
|
-
}
|
|
2615
|
-
.fujbm7g:not(:first-of-type) {
|
|
2616
|
-
margin-top: 16px;
|
|
2639
|
+
.c1to9vb9 {
|
|
2640
|
+
margin-left: 5px;
|
|
2617
2641
|
}
|
|
2618
2642
|
|
|
2619
|
-
.
|
|
2620
|
-
width: 8px;
|
|
2621
|
-
height: 24px;
|
|
2643
|
+
.p12gwtiw {
|
|
2622
2644
|
display: flex;
|
|
2623
|
-
justify-content:
|
|
2645
|
+
justify-content: space-between;
|
|
2624
2646
|
align-items: center;
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
content: "";
|
|
2630
|
-
width: 1px;
|
|
2631
|
-
height: 6px;
|
|
2632
|
-
border-radius: 1px;
|
|
2633
|
-
background: #ccd4e3;
|
|
2634
|
-
position: relative;
|
|
2635
|
-
right: 2px;
|
|
2636
|
-
transform: rotate(-45deg);
|
|
2647
|
+
padding: 10px 0;
|
|
2648
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2649
|
+
font-size: 12px;
|
|
2650
|
+
line-height: 24px;
|
|
2637
2651
|
}
|
|
2638
|
-
.
|
|
2639
|
-
|
|
2640
|
-
left: 1px;
|
|
2652
|
+
.p12gwtiw .pagination-left {
|
|
2653
|
+
padding: 2px 8px;
|
|
2641
2654
|
}
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2655
|
+
.p12gwtiw .dropdown-trigger {
|
|
2656
|
+
display: flex;
|
|
2657
|
+
align-items: center;
|
|
2646
2658
|
border-radius: 6px;
|
|
2659
|
+
cursor: pointer;
|
|
2660
|
+
transition: all 0.3s ease;
|
|
2647
2661
|
}
|
|
2648
|
-
.
|
|
2649
|
-
|
|
2650
|
-
color: #
|
|
2662
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2663
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2664
|
+
color: #0080ff;
|
|
2651
2665
|
}
|
|
2652
|
-
.
|
|
2653
|
-
|
|
2654
|
-
border-bottom-color: #e07f00;
|
|
2666
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2667
|
+
margin-left: 4px;
|
|
2655
2668
|
}
|
|
2656
|
-
|
|
2657
|
-
.ng31n2o {
|
|
2669
|
+
.p12gwtiw .pagination-right {
|
|
2658
2670
|
display: flex;
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
border-radius: 6px;
|
|
2663
|
-
color: #e07f00;
|
|
2664
|
-
font-size: 12px;
|
|
2665
|
-
line-height: 18px;
|
|
2671
|
+
align-items: center;
|
|
2672
|
+
color: #0080ff;
|
|
2673
|
+
font-weight: bold;
|
|
2666
2674
|
}
|
|
2667
|
-
.
|
|
2668
|
-
margin-
|
|
2669
|
-
height: 18px;
|
|
2675
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2676
|
+
margin-left: 4px;
|
|
2670
2677
|
}
|
|
2671
|
-
|
|
2672
|
-
.
|
|
2673
|
-
|
|
2674
|
-
flex-direction: row;
|
|
2675
|
-
padding: 7px 12px;
|
|
2676
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2677
|
-
border-radius: 6px;
|
|
2678
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2679
|
-
font-size: 12px;
|
|
2680
|
-
line-height: 18px;
|
|
2678
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2679
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2680
|
+
padding: 0 8px;
|
|
2681
2681
|
}
|
|
2682
|
-
.
|
|
2683
|
-
|
|
2684
|
-
|
|
2682
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2683
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2684
|
+
color: #0080ff;
|
|
2685
|
+
}
|
|
2686
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2687
|
+
transform: rotate(180deg);
|
|
2685
2688
|
}
|
|
2686
2689
|
|
|
2687
|
-
.
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
color: #005ed1;
|
|
2690
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2691
|
+
max-height: calc(100vh - 128px);
|
|
2692
|
+
overflow-y: auto;
|
|
2693
|
+
}
|
|
2694
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2695
|
+
padding: 4px 20px;
|
|
2694
2696
|
font-size: 12px;
|
|
2695
2697
|
line-height: 18px;
|
|
2696
2698
|
}
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2699
|
+
|
|
2700
|
+
.obf05yr {
|
|
2701
|
+
display: inline-block;
|
|
2700
2702
|
}
|
|
2701
2703
|
|
|
2702
|
-
.
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
font-size: 12px;
|
|
2706
|
-
line-height: 18px;
|
|
2704
|
+
.hsms1n6 {
|
|
2705
|
+
visibility: hidden;
|
|
2706
|
+
position: absolute;
|
|
2707
2707
|
}
|
|
2708
2708
|
|
|
2709
|
-
.
|
|
2710
|
-
|
|
2711
|
-
|
|
2709
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2710
|
+
display: inline-flex;
|
|
2711
|
+
align-items: baseline;
|
|
2712
2712
|
white-space: pre-wrap;
|
|
2713
2713
|
}
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
align-items: center;
|
|
2718
|
-
justify-content: flex-end;
|
|
2714
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2715
|
+
position: relative;
|
|
2716
|
+
top: 3px;
|
|
2719
2717
|
}
|
|
2720
|
-
.
|
|
2721
|
-
|
|
2718
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2719
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2722
2720
|
}
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2721
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2722
|
+
border-color: #0080ff;
|
|
2726
2723
|
}
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
line-height: 20px;
|
|
2731
|
-
color: #2d3a56;
|
|
2732
|
-
border-radius: 6px;
|
|
2733
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2734
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2724
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2725
|
+
border-color: #0080ff;
|
|
2726
|
+
background: #0080ff;
|
|
2735
2727
|
}
|
|
2736
|
-
.
|
|
2737
|
-
|
|
2738
|
-
|
|
2728
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2729
|
+
top: 4px;
|
|
2730
|
+
left: 4px;
|
|
2731
|
+
width: 6px;
|
|
2732
|
+
height: 6px;
|
|
2733
|
+
background: #fff;
|
|
2739
2734
|
}
|
|
2740
|
-
.
|
|
2741
|
-
|
|
2742
|
-
line-height: 18px;
|
|
2735
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2736
|
+
opacity: 0.5;
|
|
2743
2737
|
}
|
|
2744
|
-
.
|
|
2738
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2745
2739
|
border-color: rgba(107, 128, 167, 0.6);
|
|
2746
|
-
|
|
2747
|
-
}
|
|
2748
|
-
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
2749
|
-
border-color: #0096ff;
|
|
2750
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2740
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2751
2741
|
}
|
|
2752
|
-
.
|
|
2753
|
-
|
|
2754
|
-
color: #e75a3a;
|
|
2742
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2743
|
+
background: #00122e;
|
|
2755
2744
|
}
|
|
2756
|
-
.
|
|
2757
|
-
|
|
2758
|
-
|
|
2745
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2746
|
+
color: #00122e;
|
|
2747
|
+
opacity: 0.5;
|
|
2759
2748
|
}
|
|
2760
|
-
.
|
|
2761
|
-
|
|
2762
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2749
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2750
|
+
color: #00122e;
|
|
2763
2751
|
}
|
|
2764
|
-
.
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
}
|
|
2769
|
-
.ipd9bk.ant-input-affix-wrapper {
|
|
2770
|
-
padding: 5px 12px;
|
|
2771
|
-
border-radius: 6px;
|
|
2772
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2773
|
-
line-height: 20px;
|
|
2774
|
-
color: #2d3a56;
|
|
2775
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2752
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2753
|
+
display: inline-block;
|
|
2754
|
+
padding: 0;
|
|
2755
|
+
padding-left: 12px;
|
|
2776
2756
|
}
|
|
2777
|
-
.
|
|
2778
|
-
|
|
2757
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2758
|
+
margin-bottom: 0;
|
|
2759
|
+
white-space: pre-wrap;
|
|
2779
2760
|
color: rgba(44, 56, 82, 0.6);
|
|
2780
2761
|
}
|
|
2781
|
-
.
|
|
2782
|
-
padding: 8px
|
|
2783
|
-
line-height: 22px;
|
|
2762
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2763
|
+
padding-left: 8px;
|
|
2784
2764
|
}
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2765
|
+
|
|
2766
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2767
|
+
border-radius: 5px 0 0 5px;
|
|
2788
2768
|
}
|
|
2789
|
-
.
|
|
2790
|
-
border-
|
|
2791
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2769
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2770
|
+
border-radius: 0 5px 5px 0;
|
|
2792
2771
|
}
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2772
|
+
|
|
2773
|
+
.r1f0aqcc {
|
|
2774
|
+
color: #00122e;
|
|
2775
|
+
border-color: #ccd4e3;
|
|
2796
2776
|
}
|
|
2797
|
-
.
|
|
2798
|
-
|
|
2777
|
+
.r1f0aqcc:first-child {
|
|
2778
|
+
color: #00122e;
|
|
2779
|
+
border-color: #a3b4cc;
|
|
2799
2780
|
}
|
|
2800
|
-
.
|
|
2801
|
-
|
|
2781
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2782
|
+
padding: 0 12px;
|
|
2783
|
+
line-height: 32px;
|
|
2784
|
+
height: 32px;
|
|
2802
2785
|
}
|
|
2803
|
-
.
|
|
2804
|
-
|
|
2805
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2786
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2787
|
+
white-space: nowrap;
|
|
2806
2788
|
}
|
|
2807
|
-
.
|
|
2808
|
-
|
|
2809
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2789
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2790
|
+
background: #ccd4e3;
|
|
2810
2791
|
}
|
|
2811
|
-
.
|
|
2792
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2793
|
+
background: #0080ff;
|
|
2794
|
+
}
|
|
2795
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2796
|
+
background: #ccd4e3;
|
|
2797
|
+
opacity: 0.5;
|
|
2798
|
+
}
|
|
2799
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2800
|
+
border-right-color: #0080ff;
|
|
2801
|
+
}
|
|
2802
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2803
|
+
border-color: #0080ff;
|
|
2804
|
+
}
|
|
2805
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2806
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2807
|
+
}
|
|
2808
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2812
2809
|
background: rgba(211, 218, 235, 0.6);
|
|
2813
|
-
color:
|
|
2814
|
-
|
|
2810
|
+
border-color: #ccd4e3;
|
|
2811
|
+
opacity: 0.5;
|
|
2815
2812
|
}
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2813
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2814
|
+
color: #00122e;
|
|
2815
|
+
border-color: #ccd4e3;
|
|
2819
2816
|
}
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2817
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2818
|
+
color: #00122e;
|
|
2819
|
+
border-color: #ccd4e3;
|
|
2820
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2823
2821
|
}
|
|
2824
|
-
|
|
2825
|
-
|
|
2822
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2823
|
+
margin-right: 8px;
|
|
2824
|
+
display: inline;
|
|
2825
|
+
border: none;
|
|
2826
|
+
padding: 0;
|
|
2827
|
+
width: 36px;
|
|
2828
|
+
background: transparent;
|
|
2826
2829
|
}
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
height: 32px;
|
|
2830
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2831
|
+
box-shadow: none;
|
|
2830
2832
|
}
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2834
|
+
margin-right: 0;
|
|
2835
|
+
width: initial;
|
|
2836
|
+
box-shadow: none;
|
|
2833
2837
|
}
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
height: 24px;
|
|
2838
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2839
|
+
display: none;
|
|
2837
2840
|
}
|
|
2838
|
-
|
|
2839
|
-
|
|
2841
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2842
|
+
display: inline;
|
|
2843
|
+
}
|
|
2844
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2845
|
+
display: inline;
|
|
2846
|
+
margin-right: 8px;
|
|
2847
|
+
padding: 0;
|
|
2848
|
+
width: 36px;
|
|
2840
2849
|
}
|
|
2841
2850
|
|
|
2842
|
-
.
|
|
2843
|
-
|
|
2844
|
-
|
|
2851
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2852
|
+
flex-direction: row;
|
|
2853
|
+
justify-content: stretch;
|
|
2845
2854
|
}
|
|
2846
|
-
.
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
transition: border 150ms;
|
|
2855
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2856
|
+
padding: 0;
|
|
2857
|
+
margin-right: 4px;
|
|
2858
|
+
flex: 1;
|
|
2859
|
+
overflow: visible;
|
|
2852
2860
|
}
|
|
2853
|
-
.
|
|
2854
|
-
|
|
2855
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2861
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2862
|
+
display: none;
|
|
2856
2863
|
}
|
|
2857
|
-
.
|
|
2858
|
-
|
|
2864
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2865
|
+
width: 100%;
|
|
2866
|
+
min-height: unset;
|
|
2859
2867
|
}
|
|
2860
|
-
.
|
|
2861
|
-
|
|
2868
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2869
|
+
height: 26px;
|
|
2870
|
+
line-height: 26px;
|
|
2871
|
+
width: 100%;
|
|
2872
|
+
text-align: center;
|
|
2873
|
+
padding: 0;
|
|
2874
|
+
font-size: 12px;
|
|
2875
|
+
font-weight: normal;
|
|
2862
2876
|
}
|
|
2863
|
-
.
|
|
2864
|
-
|
|
2877
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2878
|
+
margin-right: 10px;
|
|
2865
2879
|
}
|
|
2866
|
-
.
|
|
2867
|
-
|
|
2868
|
-
right: 12px;
|
|
2869
|
-
top: 50%;
|
|
2870
|
-
transform: translateY(-50%);
|
|
2880
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2881
|
+
display: none;
|
|
2871
2882
|
}
|
|
2872
|
-
.
|
|
2873
|
-
|
|
2874
|
-
font-size: 12px;
|
|
2875
|
-
cursor: pointer;
|
|
2883
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2884
|
+
border-radius: 4px 0 0 4px;
|
|
2876
2885
|
}
|
|
2877
|
-
.
|
|
2878
|
-
|
|
2886
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2887
|
+
margin-right: 0;
|
|
2879
2888
|
}
|
|
2880
|
-
.
|
|
2881
|
-
|
|
2882
|
-
overflow: hidden;
|
|
2889
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2890
|
+
border-radius: 0 4px 4px 0;
|
|
2883
2891
|
}
|
|
2884
|
-
.
|
|
2892
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2893
|
+
content: "";
|
|
2894
|
+
width: 0;
|
|
2895
|
+
height: 0;
|
|
2896
|
+
border: 13px solid transparent;
|
|
2885
2897
|
position: absolute;
|
|
2886
|
-
top:
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
opacity: 0;
|
|
2898
|
+
top: 0;
|
|
2899
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2900
|
+
right: -21px;
|
|
2901
|
+
z-index: 2;
|
|
2891
2902
|
}
|
|
2892
|
-
.
|
|
2893
|
-
|
|
2894
|
-
|
|
2903
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2904
|
+
content: "";
|
|
2905
|
+
width: 0;
|
|
2906
|
+
height: 0;
|
|
2907
|
+
border: 13px solid transparent;
|
|
2908
|
+
position: absolute;
|
|
2909
|
+
top: 0;
|
|
2910
|
+
border-left: 8px solid #fff;
|
|
2911
|
+
left: 0;
|
|
2895
2912
|
}
|
|
2896
|
-
.
|
|
2897
|
-
|
|
2898
|
-
margin-left: 0px;
|
|
2913
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2914
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2899
2915
|
}
|
|
2900
|
-
.
|
|
2901
|
-
|
|
2916
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2917
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2902
2918
|
}
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2919
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2920
|
+
color: #005ed1;
|
|
2921
|
+
}
|
|
2922
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2923
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2924
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2925
|
+
}
|
|
2926
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2927
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2928
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2929
|
+
}
|
|
2930
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2931
|
+
padding: 0;
|
|
2907
2932
|
}
|
|
2908
2933
|
|
|
2909
|
-
.
|
|
2910
|
-
|
|
2911
|
-
border-bottom-right-radius: 0;
|
|
2934
|
+
.i1e4sgug {
|
|
2935
|
+
display: inline-block;
|
|
2912
2936
|
}
|
|
2913
2937
|
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
border-bottom-left-radius: 0;
|
|
2917
|
-
}
|
|
2918
|
-
|
|
2919
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2920
|
-
border-top-left-radius: 0;
|
|
2921
|
-
border-bottom-left-radius: 0;
|
|
2922
|
-
}
|
|
2923
|
-
|
|
2924
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2925
|
-
border-top-right-radius: 0;
|
|
2926
|
-
border-bottom-right-radius: 0;
|
|
2927
|
-
}
|
|
2928
|
-
|
|
2929
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2930
|
-
border-top-left-radius: 0;
|
|
2931
|
-
border-bottom-left-radius: 0;
|
|
2938
|
+
.s1fc623g {
|
|
2939
|
+
width: 430px !important;
|
|
2932
2940
|
}
|
|
2933
2941
|
|
|
2934
|
-
.
|
|
2935
|
-
|
|
2942
|
+
.da3mx0o .ant-select-item-group {
|
|
2943
|
+
padding: 8px 16px;
|
|
2944
|
+
line-height: 18px;
|
|
2945
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2946
|
+
height: 34px;
|
|
2947
|
+
min-height: 34px;
|
|
2948
|
+
box-sizing: border-box;
|
|
2949
|
+
margin-top: 8px;
|
|
2936
2950
|
}
|
|
2937
2951
|
|
|
2938
|
-
.
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
}
|
|
2945
|
-
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
2946
|
-
height: 100%;
|
|
2947
|
-
}
|
|
2948
|
-
.tta5kd2.empty-table .ant-table-content table {
|
|
2949
|
-
width: 100% !important;
|
|
2950
|
-
height: 100%;
|
|
2951
|
-
}
|
|
2952
|
-
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2953
|
-
padding: 15px 0;
|
|
2952
|
+
.onr9gzt {
|
|
2953
|
+
display: flex;
|
|
2954
|
+
flex-direction: column;
|
|
2955
|
+
margin: 1px 8px;
|
|
2956
|
+
padding: 8px;
|
|
2957
|
+
border-radius: 4px;
|
|
2954
2958
|
}
|
|
2955
|
-
.
|
|
2959
|
+
.onr9gzt .selected-icon {
|
|
2956
2960
|
display: none;
|
|
2957
2961
|
}
|
|
2958
|
-
.
|
|
2959
|
-
|
|
2960
|
-
}
|
|
2961
|
-
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
2962
|
-
font-weight: 700;
|
|
2962
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
2963
|
+
padding-left: 8px;
|
|
2963
2964
|
}
|
|
2964
|
-
.
|
|
2965
|
-
|
|
2965
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
2966
|
+
background-color: white;
|
|
2966
2967
|
}
|
|
2967
|
-
.
|
|
2968
|
-
|
|
2969
|
-
overflow: visible;
|
|
2968
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
2969
|
+
color: #0080ff;
|
|
2970
2970
|
}
|
|
2971
|
-
.
|
|
2972
|
-
|
|
2971
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
2972
|
+
display: block;
|
|
2973
2973
|
}
|
|
2974
|
-
.
|
|
2975
|
-
|
|
2976
|
-
display: none;
|
|
2974
|
+
.onr9gzt.ant-select-item-option-active {
|
|
2975
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2977
2976
|
}
|
|
2978
|
-
.
|
|
2979
|
-
|
|
2977
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
2978
|
+
color: #0080ff;
|
|
2980
2979
|
}
|
|
2981
|
-
.
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
padding: 0 !important;
|
|
2980
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
2981
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2982
|
+
color: #0080ff;
|
|
2985
2983
|
}
|
|
2986
|
-
|
|
2987
|
-
.
|
|
2984
|
+
|
|
2985
|
+
.oiy0apc {
|
|
2988
2986
|
display: flex;
|
|
2989
|
-
|
|
2990
|
-
height:
|
|
2991
|
-
|
|
2987
|
+
justify-content: space-between;
|
|
2988
|
+
height: 20px;
|
|
2989
|
+
line-height: 20px;
|
|
2992
2990
|
}
|
|
2993
|
-
.
|
|
2994
|
-
|
|
2991
|
+
.oiy0apc .timezone-title {
|
|
2992
|
+
color: #2d3a56;
|
|
2995
2993
|
overflow: hidden;
|
|
2996
2994
|
text-overflow: ellipsis;
|
|
2997
|
-
width: 100%;
|
|
2998
2995
|
}
|
|
2999
|
-
|
|
3000
|
-
|
|
2996
|
+
|
|
2997
|
+
.of4y382 {
|
|
2998
|
+
display: flex;
|
|
2999
|
+
justify-content: space-between;
|
|
3000
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3001
|
+
height: 18px;
|
|
3002
|
+
line-height: 18px;
|
|
3003
|
+
margin-top: 2px;
|
|
3001
3004
|
}
|
|
3002
|
-
|
|
3003
|
-
|
|
3005
|
+
|
|
3006
|
+
.t19903l9 {
|
|
3007
|
+
border: none;
|
|
3008
|
+
margin-right: 0;
|
|
3009
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3004
3010
|
}
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
font-size: 12px;
|
|
3012
|
-
background: transparent;
|
|
3011
|
+
|
|
3012
|
+
.ohwbvxu {
|
|
3013
|
+
pointer-events: none;
|
|
3014
|
+
height: 32px;
|
|
3015
|
+
width: 100%;
|
|
3016
|
+
opacity: 0;
|
|
3013
3017
|
}
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3018
|
+
|
|
3019
|
+
.d6j0lbj {
|
|
3020
|
+
font-family: Inter;
|
|
3021
|
+
font-style: normal;
|
|
3022
|
+
font-weight: bold;
|
|
3023
|
+
font-size: 32px;
|
|
3024
|
+
line-height: 40px;
|
|
3019
3025
|
}
|
|
3020
|
-
|
|
3021
|
-
.
|
|
3022
|
-
|
|
3026
|
+
|
|
3027
|
+
.d1xhvvxe {
|
|
3028
|
+
font-family: Inter;
|
|
3029
|
+
font-style: normal;
|
|
3030
|
+
font-weight: bold;
|
|
3031
|
+
font-size: 24px;
|
|
3032
|
+
line-height: 32px;
|
|
3023
3033
|
}
|
|
3024
|
-
|
|
3025
|
-
.
|
|
3026
|
-
|
|
3034
|
+
|
|
3035
|
+
.dk10mxq {
|
|
3036
|
+
font-family: Inter;
|
|
3037
|
+
font-style: normal;
|
|
3038
|
+
font-weight: normal;
|
|
3039
|
+
font-size: 32px;
|
|
3040
|
+
line-height: 40px;
|
|
3027
3041
|
}
|
|
3028
|
-
|
|
3029
|
-
|
|
3042
|
+
|
|
3043
|
+
.dxsait {
|
|
3044
|
+
font-family: Inter;
|
|
3045
|
+
font-style: normal;
|
|
3046
|
+
font-weight: bold;
|
|
3047
|
+
font-size: 20px;
|
|
3048
|
+
line-height: 24px;
|
|
3030
3049
|
}
|
|
3031
|
-
|
|
3032
|
-
|
|
3050
|
+
|
|
3051
|
+
.dokn0h3 {
|
|
3052
|
+
font-family: Inter;
|
|
3053
|
+
font-style: normal;
|
|
3054
|
+
font-weight: normal;
|
|
3055
|
+
font-size: 20px;
|
|
3056
|
+
line-height: 24px;
|
|
3033
3057
|
}
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3058
|
+
|
|
3059
|
+
.dobau4p {
|
|
3060
|
+
font-family: Inter;
|
|
3061
|
+
font-style: normal;
|
|
3062
|
+
font-weight: bold;
|
|
3063
|
+
font-size: 18px;
|
|
3064
|
+
line-height: 22px;
|
|
3040
3065
|
}
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3066
|
+
|
|
3067
|
+
.dvolwok {
|
|
3068
|
+
font-family: Inter;
|
|
3069
|
+
font-style: normal;
|
|
3070
|
+
font-weight: normal;
|
|
3071
|
+
font-size: 18px;
|
|
3072
|
+
line-height: 22px;
|
|
3045
3073
|
}
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3074
|
+
|
|
3075
|
+
.h181qhg4 {
|
|
3076
|
+
font-family: Inter;
|
|
3077
|
+
font-style: normal;
|
|
3078
|
+
font-weight: bold;
|
|
3079
|
+
font-size: 16px;
|
|
3080
|
+
line-height: 22px;
|
|
3050
3081
|
}
|
|
3051
|
-
|
|
3052
|
-
|
|
3082
|
+
|
|
3083
|
+
.h1phgmcq {
|
|
3084
|
+
font-family: Inter;
|
|
3085
|
+
font-style: normal;
|
|
3086
|
+
font-weight: normal;
|
|
3087
|
+
font-size: 16px;
|
|
3088
|
+
line-height: 22px;
|
|
3053
3089
|
}
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3090
|
+
|
|
3091
|
+
.h173xnl1 {
|
|
3092
|
+
font-family: Inter;
|
|
3093
|
+
font-style: normal;
|
|
3094
|
+
font-weight: bold;
|
|
3095
|
+
font-size: 14px;
|
|
3096
|
+
line-height: 20px;
|
|
3061
3097
|
}
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3098
|
+
|
|
3099
|
+
.hedm4pz {
|
|
3100
|
+
font-family: Inter;
|
|
3101
|
+
font-style: normal;
|
|
3102
|
+
font-weight: normal;
|
|
3103
|
+
font-size: 14px;
|
|
3104
|
+
line-height: 20px;
|
|
3065
3105
|
}
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3106
|
+
|
|
3107
|
+
.h1kd8xld {
|
|
3108
|
+
font-family: Inter;
|
|
3109
|
+
font-style: normal;
|
|
3110
|
+
font-weight: bold;
|
|
3069
3111
|
font-size: 12px;
|
|
3070
|
-
|
|
3071
|
-
transition: none;
|
|
3072
|
-
overflow: hidden;
|
|
3073
|
-
text-overflow: ellipsis;
|
|
3074
|
-
white-space: nowrap;
|
|
3112
|
+
line-height: 18px;
|
|
3075
3113
|
}
|
|
3076
|
-
|
|
3077
|
-
|
|
3114
|
+
|
|
3115
|
+
.hp14fr {
|
|
3116
|
+
font-family: Inter;
|
|
3117
|
+
font-style: normal;
|
|
3118
|
+
font-weight: normal;
|
|
3119
|
+
font-size: 12px;
|
|
3120
|
+
line-height: 18px;
|
|
3078
3121
|
}
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3122
|
+
|
|
3123
|
+
.hgrg7mn {
|
|
3124
|
+
font-family: Inter;
|
|
3125
|
+
font-style: normal;
|
|
3126
|
+
font-weight: bold;
|
|
3127
|
+
text-transform: uppercase;
|
|
3128
|
+
font-feature-settings: "cpsp" on;
|
|
3129
|
+
font-size: 12px;
|
|
3130
|
+
line-height: 18px;
|
|
3084
3131
|
}
|
|
3085
|
-
|
|
3086
|
-
|
|
3132
|
+
|
|
3133
|
+
.h6zme9x {
|
|
3134
|
+
font-family: Inter;
|
|
3135
|
+
font-style: normal;
|
|
3136
|
+
font-weight: normal;
|
|
3137
|
+
text-transform: uppercase;
|
|
3138
|
+
font-feature-settings: "cpsp" on;
|
|
3139
|
+
font-size: 12px;
|
|
3140
|
+
line-height: 18px;
|
|
3087
3141
|
}
|
|
3088
|
-
|
|
3089
|
-
|
|
3142
|
+
|
|
3143
|
+
.locjvsv {
|
|
3144
|
+
font-family: Inter;
|
|
3145
|
+
font-style: normal;
|
|
3146
|
+
font-weight: normal;
|
|
3147
|
+
font-size: 16px;
|
|
3148
|
+
line-height: 24px;
|
|
3090
3149
|
}
|
|
3091
|
-
|
|
3092
|
-
|
|
3150
|
+
|
|
3151
|
+
.l13gi131 {
|
|
3152
|
+
font-family: Inter;
|
|
3153
|
+
font-style: normal;
|
|
3154
|
+
font-weight: bold;
|
|
3155
|
+
font-size: 16px;
|
|
3156
|
+
line-height: 24px;
|
|
3093
3157
|
}
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3158
|
+
|
|
3159
|
+
.l1ynemsu {
|
|
3160
|
+
font-family: Inter;
|
|
3161
|
+
font-style: normal;
|
|
3162
|
+
font-weight: normal;
|
|
3163
|
+
font-size: 16px;
|
|
3164
|
+
line-height: 24px;
|
|
3097
3165
|
}
|
|
3098
|
-
|
|
3099
|
-
|
|
3166
|
+
|
|
3167
|
+
.l1cft1cx {
|
|
3168
|
+
font-family: Inter;
|
|
3169
|
+
font-style: normal;
|
|
3170
|
+
font-weight: bold;
|
|
3171
|
+
font-size: 16px;
|
|
3172
|
+
line-height: 24px;
|
|
3100
3173
|
}
|
|
3101
|
-
|
|
3102
|
-
|
|
3174
|
+
|
|
3175
|
+
.l17tqc8p {
|
|
3176
|
+
font-family: Inter;
|
|
3177
|
+
font-style: normal;
|
|
3178
|
+
font-weight: normal;
|
|
3179
|
+
text-transform: uppercase;
|
|
3180
|
+
font-feature-settings: "cpsp" on;
|
|
3181
|
+
font-size: 16px;
|
|
3182
|
+
line-height: 24px;
|
|
3103
3183
|
}
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3184
|
+
|
|
3185
|
+
.l1j1e5w7 {
|
|
3186
|
+
font-family: Inter;
|
|
3187
|
+
font-style: normal;
|
|
3188
|
+
font-weight: bold;
|
|
3189
|
+
text-transform: uppercase;
|
|
3190
|
+
font-feature-settings: "cpsp" on;
|
|
3191
|
+
font-size: 16px;
|
|
3192
|
+
line-height: 24px;
|
|
3110
3193
|
}
|
|
3111
|
-
|
|
3112
|
-
|
|
3194
|
+
|
|
3195
|
+
.l1gf91jb {
|
|
3196
|
+
font-family: Inter;
|
|
3197
|
+
font-style: normal;
|
|
3198
|
+
font-weight: normal;
|
|
3199
|
+
font-size: 14px;
|
|
3200
|
+
line-height: 22px;
|
|
3113
3201
|
}
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3202
|
+
|
|
3203
|
+
.lu7hlr6 {
|
|
3204
|
+
font-family: Inter;
|
|
3205
|
+
font-style: normal;
|
|
3206
|
+
font-weight: 500;
|
|
3207
|
+
font-size: 14px;
|
|
3208
|
+
line-height: 22px;
|
|
3118
3209
|
}
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3210
|
+
|
|
3211
|
+
.l3l3jf0 {
|
|
3212
|
+
font-family: Inter;
|
|
3213
|
+
font-style: normal;
|
|
3214
|
+
font-weight: bold;
|
|
3215
|
+
font-size: 14px;
|
|
3216
|
+
line-height: 22px;
|
|
3123
3217
|
}
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3218
|
+
|
|
3219
|
+
.l12j5nqp {
|
|
3220
|
+
font-family: Inter;
|
|
3221
|
+
font-style: normal;
|
|
3222
|
+
font-weight: normal;
|
|
3223
|
+
font-size: 14px;
|
|
3224
|
+
line-height: 22px;
|
|
3127
3225
|
}
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3226
|
+
|
|
3227
|
+
.l1tecqht {
|
|
3228
|
+
font-family: Inter;
|
|
3229
|
+
font-style: normal;
|
|
3230
|
+
font-weight: bold;
|
|
3231
|
+
font-size: 14px;
|
|
3232
|
+
line-height: 22px;
|
|
3133
3233
|
}
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3234
|
+
|
|
3235
|
+
.l6sa990 {
|
|
3236
|
+
font-family: Inter;
|
|
3237
|
+
font-style: normal;
|
|
3238
|
+
font-weight: normal;
|
|
3239
|
+
text-transform: uppercase;
|
|
3240
|
+
font-feature-settings: "cpsp" on;
|
|
3241
|
+
font-size: 14px;
|
|
3242
|
+
line-height: 22px;
|
|
3137
3243
|
}
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3244
|
+
|
|
3245
|
+
.lckqe8j {
|
|
3246
|
+
font-family: Inter;
|
|
3247
|
+
font-style: normal;
|
|
3248
|
+
font-weight: bold;
|
|
3249
|
+
text-transform: uppercase;
|
|
3250
|
+
font-feature-settings: "cpsp" on;
|
|
3251
|
+
font-size: 14px;
|
|
3252
|
+
line-height: 22px;
|
|
3143
3253
|
}
|
|
3144
|
-
|
|
3145
|
-
|
|
3254
|
+
|
|
3255
|
+
.l1kuminb {
|
|
3256
|
+
font-family: Inter;
|
|
3257
|
+
font-style: normal;
|
|
3258
|
+
font-weight: normal;
|
|
3259
|
+
font-size: 13px;
|
|
3260
|
+
line-height: 20px;
|
|
3146
3261
|
}
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3262
|
+
|
|
3263
|
+
.l1pbuf5j {
|
|
3264
|
+
font-family: Inter;
|
|
3265
|
+
font-style: normal;
|
|
3266
|
+
font-weight: 600;
|
|
3267
|
+
font-size: 13px;
|
|
3268
|
+
line-height: 20px;
|
|
3150
3269
|
}
|
|
3151
|
-
|
|
3152
|
-
|
|
3270
|
+
|
|
3271
|
+
.l1r4ztu {
|
|
3272
|
+
font-family: Inter;
|
|
3273
|
+
font-style: normal;
|
|
3274
|
+
font-weight: bold;
|
|
3275
|
+
font-size: 13px;
|
|
3276
|
+
line-height: 20px;
|
|
3153
3277
|
}
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3278
|
+
|
|
3279
|
+
.ly8vzok {
|
|
3280
|
+
font-family: Inter;
|
|
3281
|
+
font-style: normal;
|
|
3282
|
+
font-weight: normal;
|
|
3283
|
+
font-size: 13px;
|
|
3284
|
+
line-height: 20px;
|
|
3158
3285
|
}
|
|
3159
|
-
|
|
3160
|
-
|
|
3286
|
+
|
|
3287
|
+
.lumfmf {
|
|
3288
|
+
font-family: Inter;
|
|
3289
|
+
font-style: normal;
|
|
3290
|
+
font-weight: 600;
|
|
3291
|
+
font-size: 13px;
|
|
3292
|
+
line-height: 20px;
|
|
3161
3293
|
}
|
|
3162
|
-
|
|
3163
|
-
|
|
3294
|
+
|
|
3295
|
+
.l16ujwmv {
|
|
3296
|
+
font-family: Inter;
|
|
3297
|
+
font-style: normal;
|
|
3298
|
+
font-weight: bold;
|
|
3299
|
+
font-size: 13px;
|
|
3300
|
+
line-height: 20px;
|
|
3164
3301
|
}
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
transition: none;
|
|
3175
|
-
padding: 15px 8px 15px 8px;
|
|
3176
|
-
}
|
|
3177
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
3178
|
-
content: "";
|
|
3179
|
-
width: 1px;
|
|
3180
|
-
top: 0;
|
|
3181
|
-
bottom: 0;
|
|
3182
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3183
|
-
position: absolute;
|
|
3184
|
-
right: 0;
|
|
3185
|
-
}
|
|
3186
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
3187
|
-
padding: unset;
|
|
3188
|
-
}
|
|
3189
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
3190
|
-
display: none;
|
|
3191
|
-
}
|
|
3192
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3193
|
-
width: 100%;
|
|
3194
|
-
overflow: hidden;
|
|
3195
|
-
white-space: nowrap;
|
|
3196
|
-
text-overflow: ellipsis;
|
|
3197
|
-
}
|
|
3198
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3199
|
-
overflow: hidden;
|
|
3200
|
-
text-overflow: ellipsis;
|
|
3201
|
-
flex: 1;
|
|
3202
|
-
}
|
|
3203
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
3204
|
-
padding: 15px 25px 15px 8px;
|
|
3205
|
-
}
|
|
3206
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3207
|
-
padding: 0;
|
|
3208
|
-
}
|
|
3209
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
3210
|
-
position: absolute;
|
|
3211
|
-
right: 6px;
|
|
3212
|
-
top: 50%;
|
|
3213
|
-
transform: translateY(-50%);
|
|
3214
|
-
height: 16px;
|
|
3215
|
-
display: none;
|
|
3216
|
-
transition: transform 320ms ease;
|
|
3217
|
-
}
|
|
3218
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
3219
|
-
display: block;
|
|
3220
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
3221
|
-
}
|
|
3222
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
3223
|
-
display: block;
|
|
3224
|
-
}
|
|
3225
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
3226
|
-
display: none;
|
|
3227
|
-
}
|
|
3228
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
3229
|
-
transform: translateY(-50%);
|
|
3230
|
-
}
|
|
3231
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
3232
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
3233
|
-
}
|
|
3234
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
3235
|
-
background: #f2f5fa;
|
|
3236
|
-
}
|
|
3237
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
3238
|
-
display: block;
|
|
3239
|
-
}
|
|
3240
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
3241
|
-
padding-right: 25px;
|
|
3242
|
-
}
|
|
3243
|
-
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
3244
|
-
padding: 0 !important;
|
|
3245
|
-
}
|
|
3246
|
-
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
3247
|
-
position: absolute;
|
|
3248
|
-
left: 50%;
|
|
3249
|
-
top: 50%;
|
|
3250
|
-
transform: translate(-50%, -50%);
|
|
3251
|
-
}
|
|
3252
|
-
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3253
|
-
display: none;
|
|
3254
|
-
}
|
|
3255
|
-
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3256
|
-
background: #fff;
|
|
3257
|
-
}
|
|
3258
|
-
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3259
|
-
background: inherit;
|
|
3260
|
-
}
|
|
3261
|
-
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3262
|
-
position: static;
|
|
3263
|
-
border: none;
|
|
3264
|
-
background: inherit !important;
|
|
3265
|
-
height: 100px;
|
|
3266
|
-
vertical-align: middle;
|
|
3267
|
-
}
|
|
3268
|
-
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3269
|
-
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3270
|
-
font-weight: bold;
|
|
3271
|
-
font-size: 20px;
|
|
3272
|
-
color: rgba(10, 37, 85, 0.6);
|
|
3273
|
-
}
|
|
3274
|
-
.tta5kd2 .ant-table td.cell__action_ {
|
|
3275
|
-
padding: 0 !important;
|
|
3276
|
-
position: relative;
|
|
3277
|
-
background: #fff;
|
|
3278
|
-
}
|
|
3279
|
-
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3280
|
-
height: 100%;
|
|
3281
|
-
display: flex;
|
|
3282
|
-
align-items: center;
|
|
3283
|
-
justify-content: flex-end;
|
|
3284
|
-
padding-right: 8px;
|
|
3285
|
-
}
|
|
3286
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3287
|
-
width: 24px;
|
|
3288
|
-
height: 24px;
|
|
3289
|
-
cursor: pointer;
|
|
3290
|
-
justify-content: center;
|
|
3291
|
-
border-radius: 4px;
|
|
3292
|
-
}
|
|
3293
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3294
|
-
background: #fff;
|
|
3302
|
+
|
|
3303
|
+
.l17o1ffr {
|
|
3304
|
+
font-family: Inter;
|
|
3305
|
+
font-style: normal;
|
|
3306
|
+
font-weight: normal;
|
|
3307
|
+
text-transform: uppercase;
|
|
3308
|
+
font-feature-settings: "cpsp" on;
|
|
3309
|
+
font-size: 13px;
|
|
3310
|
+
line-height: 20px;
|
|
3295
3311
|
}
|
|
3296
3312
|
|
|
3297
|
-
.
|
|
3313
|
+
.lngllvn {
|
|
3298
3314
|
font-family: Inter;
|
|
3299
3315
|
font-style: normal;
|
|
3300
3316
|
font-weight: bold;
|
|
3301
|
-
|
|
3302
|
-
|
|
3317
|
+
text-transform: uppercase;
|
|
3318
|
+
font-feature-settings: "cpsp" on;
|
|
3319
|
+
font-size: 13px;
|
|
3320
|
+
line-height: 20px;
|
|
3303
3321
|
}
|
|
3304
3322
|
|
|
3305
|
-
.
|
|
3323
|
+
.l2i7fo9 {
|
|
3306
3324
|
font-family: Inter;
|
|
3307
3325
|
font-style: normal;
|
|
3308
|
-
font-weight:
|
|
3309
|
-
font-size:
|
|
3310
|
-
line-height:
|
|
3326
|
+
font-weight: normal;
|
|
3327
|
+
font-size: 12px;
|
|
3328
|
+
line-height: 18px;
|
|
3311
3329
|
}
|
|
3312
3330
|
|
|
3313
|
-
.
|
|
3331
|
+
.l1x7hscx {
|
|
3314
3332
|
font-family: Inter;
|
|
3315
3333
|
font-style: normal;
|
|
3316
|
-
font-weight:
|
|
3317
|
-
font-size:
|
|
3318
|
-
line-height:
|
|
3334
|
+
font-weight: 500;
|
|
3335
|
+
font-size: 12px;
|
|
3336
|
+
line-height: 18px;
|
|
3319
3337
|
}
|
|
3320
3338
|
|
|
3321
|
-
.
|
|
3339
|
+
.le1jwan {
|
|
3322
3340
|
font-family: Inter;
|
|
3323
3341
|
font-style: normal;
|
|
3324
3342
|
font-weight: bold;
|
|
3325
|
-
font-size:
|
|
3326
|
-
line-height:
|
|
3343
|
+
font-size: 12px;
|
|
3344
|
+
line-height: 18px;
|
|
3327
3345
|
}
|
|
3328
3346
|
|
|
3329
|
-
.
|
|
3347
|
+
.lyxynfj {
|
|
3330
3348
|
font-family: Inter;
|
|
3331
3349
|
font-style: normal;
|
|
3332
3350
|
font-weight: normal;
|
|
3333
|
-
font-size:
|
|
3334
|
-
line-height:
|
|
3351
|
+
font-size: 12px;
|
|
3352
|
+
line-height: 18px;
|
|
3335
3353
|
}
|
|
3336
3354
|
|
|
3337
|
-
.
|
|
3355
|
+
.lpb2nxv {
|
|
3338
3356
|
font-family: Inter;
|
|
3339
3357
|
font-style: normal;
|
|
3340
|
-
font-weight:
|
|
3341
|
-
font-size:
|
|
3342
|
-
line-height:
|
|
3358
|
+
font-weight: 500;
|
|
3359
|
+
font-size: 12px;
|
|
3360
|
+
line-height: 18px;
|
|
3343
3361
|
}
|
|
3344
3362
|
|
|
3345
|
-
.
|
|
3363
|
+
.l1r8o3vv {
|
|
3346
3364
|
font-family: Inter;
|
|
3347
3365
|
font-style: normal;
|
|
3348
|
-
font-weight:
|
|
3349
|
-
font-size:
|
|
3350
|
-
line-height:
|
|
3366
|
+
font-weight: bold;
|
|
3367
|
+
font-size: 12px;
|
|
3368
|
+
line-height: 18px;
|
|
3351
3369
|
}
|
|
3352
3370
|
|
|
3353
|
-
.
|
|
3371
|
+
.lemnjy2 {
|
|
3354
3372
|
font-family: Inter;
|
|
3355
3373
|
font-style: normal;
|
|
3356
|
-
font-weight:
|
|
3357
|
-
|
|
3358
|
-
|
|
3374
|
+
font-weight: normal;
|
|
3375
|
+
text-transform: uppercase;
|
|
3376
|
+
font-feature-settings: "cpsp" on;
|
|
3377
|
+
font-size: 12px;
|
|
3378
|
+
line-height: 18px;
|
|
3359
3379
|
}
|
|
3360
3380
|
|
|
3361
|
-
.
|
|
3381
|
+
.lrc42gb {
|
|
3362
3382
|
font-family: Inter;
|
|
3363
3383
|
font-style: normal;
|
|
3364
|
-
font-weight:
|
|
3365
|
-
|
|
3366
|
-
|
|
3384
|
+
font-weight: bold;
|
|
3385
|
+
text-transform: uppercase;
|
|
3386
|
+
font-feature-settings: "cpsp" on;
|
|
3387
|
+
font-size: 12px;
|
|
3388
|
+
line-height: 18px;
|
|
3367
3389
|
}
|
|
3368
3390
|
|
|
3369
|
-
.
|
|
3391
|
+
.fqaz4mb {
|
|
3370
3392
|
font-family: Inter;
|
|
3371
3393
|
font-style: normal;
|
|
3372
|
-
font-weight:
|
|
3373
|
-
font-size:
|
|
3394
|
+
font-weight: normal;
|
|
3395
|
+
font-size: 13px;
|
|
3374
3396
|
line-height: 20px;
|
|
3375
3397
|
}
|
|
3376
3398
|
|
|
3377
|
-
.
|
|
3399
|
+
.f13we5o {
|
|
3378
3400
|
font-family: Inter;
|
|
3379
3401
|
font-style: normal;
|
|
3380
3402
|
font-weight: normal;
|
|
3381
|
-
font-size:
|
|
3403
|
+
font-size: 13px;
|
|
3382
3404
|
line-height: 20px;
|
|
3383
3405
|
}
|
|
3384
3406
|
|
|
3385
|
-
.
|
|
3407
|
+
.ffmjua2 {
|
|
3386
3408
|
font-family: Inter;
|
|
3387
3409
|
font-style: normal;
|
|
3388
|
-
font-weight:
|
|
3410
|
+
font-weight: normal;
|
|
3389
3411
|
font-size: 12px;
|
|
3390
3412
|
line-height: 18px;
|
|
3391
3413
|
}
|
|
3392
3414
|
|
|
3393
|
-
.
|
|
3415
|
+
.fz2mxw0 {
|
|
3394
3416
|
font-family: Inter;
|
|
3395
3417
|
font-style: normal;
|
|
3396
3418
|
font-weight: normal;
|
|
@@ -3398,460 +3420,438 @@ input.rrg1fkn.ant-input {
|
|
|
3398
3420
|
line-height: 18px;
|
|
3399
3421
|
}
|
|
3400
3422
|
|
|
3401
|
-
.
|
|
3423
|
+
.t1ertzoh {
|
|
3402
3424
|
font-family: Inter;
|
|
3403
3425
|
font-style: normal;
|
|
3404
|
-
font-weight:
|
|
3405
|
-
|
|
3406
|
-
font-
|
|
3407
|
-
|
|
3408
|
-
line-height: 18px;
|
|
3426
|
+
font-weight: normal;
|
|
3427
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3428
|
+
font-size: 13px;
|
|
3429
|
+
line-height: 20px;
|
|
3409
3430
|
}
|
|
3410
3431
|
|
|
3411
|
-
.
|
|
3432
|
+
.t19bge8r {
|
|
3412
3433
|
font-family: Inter;
|
|
3413
3434
|
font-style: normal;
|
|
3414
3435
|
font-weight: normal;
|
|
3415
|
-
|
|
3416
|
-
font-
|
|
3417
|
-
|
|
3418
|
-
line-height: 18px;
|
|
3436
|
+
font-feature-settings: "zero" on;
|
|
3437
|
+
font-size: 13px;
|
|
3438
|
+
line-height: 20px;
|
|
3419
3439
|
}
|
|
3420
3440
|
|
|
3421
|
-
.
|
|
3441
|
+
.tjrzfyl {
|
|
3422
3442
|
font-family: Inter;
|
|
3423
3443
|
font-style: normal;
|
|
3424
3444
|
font-weight: normal;
|
|
3425
|
-
font-
|
|
3426
|
-
|
|
3445
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3446
|
+
font-size: 12px;
|
|
3447
|
+
line-height: 18px;
|
|
3427
3448
|
}
|
|
3428
3449
|
|
|
3429
|
-
.
|
|
3450
|
+
.tm6s7bo {
|
|
3430
3451
|
font-family: Inter;
|
|
3431
3452
|
font-style: normal;
|
|
3432
|
-
font-weight:
|
|
3433
|
-
font-
|
|
3434
|
-
|
|
3453
|
+
font-weight: 500;
|
|
3454
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3455
|
+
font-size: 12px;
|
|
3456
|
+
line-height: 18px;
|
|
3435
3457
|
}
|
|
3436
3458
|
|
|
3437
|
-
.
|
|
3459
|
+
.t19zq6ic {
|
|
3438
3460
|
font-family: Inter;
|
|
3439
3461
|
font-style: normal;
|
|
3440
3462
|
font-weight: normal;
|
|
3441
|
-
font-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
.l1cft1cx {
|
|
3446
|
-
font-family: Inter;
|
|
3447
|
-
font-style: normal;
|
|
3448
|
-
font-weight: bold;
|
|
3449
|
-
font-size: 16px;
|
|
3450
|
-
line-height: 24px;
|
|
3463
|
+
font-feature-settings: "zero" on;
|
|
3464
|
+
font-size: 12px;
|
|
3465
|
+
line-height: 18px;
|
|
3451
3466
|
}
|
|
3452
3467
|
|
|
3453
|
-
.
|
|
3468
|
+
.t1gduru8 {
|
|
3454
3469
|
font-family: Inter;
|
|
3455
3470
|
font-style: normal;
|
|
3456
|
-
font-weight:
|
|
3457
|
-
|
|
3458
|
-
font-
|
|
3459
|
-
|
|
3460
|
-
line-height: 24px;
|
|
3471
|
+
font-weight: 500;
|
|
3472
|
+
font-feature-settings: "zero" on;
|
|
3473
|
+
font-size: 12px;
|
|
3474
|
+
line-height: 18px;
|
|
3461
3475
|
}
|
|
3462
3476
|
|
|
3463
|
-
.
|
|
3477
|
+
.t55raab {
|
|
3464
3478
|
font-family: Inter;
|
|
3465
3479
|
font-style: normal;
|
|
3466
3480
|
font-weight: bold;
|
|
3467
|
-
|
|
3468
|
-
font-feature-settings: "cpsp" on;
|
|
3481
|
+
font-feature-settings: "zero" on;
|
|
3469
3482
|
font-size: 16px;
|
|
3470
3483
|
line-height: 24px;
|
|
3471
3484
|
}
|
|
3472
3485
|
|
|
3473
|
-
.
|
|
3486
|
+
.u1w9abfe {
|
|
3474
3487
|
font-family: Inter;
|
|
3475
3488
|
font-style: normal;
|
|
3476
3489
|
font-weight: normal;
|
|
3477
|
-
font-size:
|
|
3478
|
-
line-height:
|
|
3490
|
+
font-size: 10px;
|
|
3491
|
+
line-height: 12px;
|
|
3479
3492
|
}
|
|
3480
3493
|
|
|
3481
|
-
.
|
|
3482
|
-
|
|
3483
|
-
font-style: normal;
|
|
3484
|
-
font-weight: 500;
|
|
3485
|
-
font-size: 14px;
|
|
3486
|
-
line-height: 22px;
|
|
3494
|
+
.t1upn1sz {
|
|
3495
|
+
height: 100%;
|
|
3487
3496
|
}
|
|
3488
3497
|
|
|
3489
|
-
.
|
|
3490
|
-
|
|
3491
|
-
font-style: normal;
|
|
3492
|
-
font-weight: bold;
|
|
3493
|
-
font-size: 14px;
|
|
3494
|
-
line-height: 22px;
|
|
3498
|
+
.tta5kd2 {
|
|
3499
|
+
height: 100%;
|
|
3495
3500
|
}
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
font-style: normal;
|
|
3500
|
-
font-weight: normal;
|
|
3501
|
-
font-size: 14px;
|
|
3502
|
-
line-height: 22px;
|
|
3501
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
3502
|
+
overflow: visible !important;
|
|
3503
|
+
height: 100%;
|
|
3503
3504
|
}
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
font-family: Inter;
|
|
3507
|
-
font-style: normal;
|
|
3508
|
-
font-weight: bold;
|
|
3509
|
-
font-size: 14px;
|
|
3510
|
-
line-height: 22px;
|
|
3505
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
3506
|
+
height: 100%;
|
|
3511
3507
|
}
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
font-style: normal;
|
|
3516
|
-
font-weight: normal;
|
|
3517
|
-
text-transform: uppercase;
|
|
3518
|
-
font-feature-settings: "cpsp" on;
|
|
3519
|
-
font-size: 14px;
|
|
3520
|
-
line-height: 22px;
|
|
3508
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
3509
|
+
width: 100% !important;
|
|
3510
|
+
height: 100%;
|
|
3521
3511
|
}
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
font-family: Inter;
|
|
3525
|
-
font-style: normal;
|
|
3526
|
-
font-weight: bold;
|
|
3527
|
-
text-transform: uppercase;
|
|
3528
|
-
font-feature-settings: "cpsp" on;
|
|
3529
|
-
font-size: 14px;
|
|
3530
|
-
line-height: 22px;
|
|
3512
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3513
|
+
padding: 15px 0;
|
|
3531
3514
|
}
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
font-family: Inter;
|
|
3535
|
-
font-style: normal;
|
|
3536
|
-
font-weight: normal;
|
|
3537
|
-
font-size: 13px;
|
|
3538
|
-
line-height: 20px;
|
|
3515
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
3516
|
+
display: none;
|
|
3539
3517
|
}
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
font-family: Inter;
|
|
3543
|
-
font-style: normal;
|
|
3544
|
-
font-weight: 600;
|
|
3545
|
-
font-size: 13px;
|
|
3546
|
-
line-height: 20px;
|
|
3518
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
3519
|
+
font-weight: 700;
|
|
3547
3520
|
}
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
font-family: Inter;
|
|
3551
|
-
font-style: normal;
|
|
3552
|
-
font-weight: bold;
|
|
3553
|
-
font-size: 13px;
|
|
3554
|
-
line-height: 20px;
|
|
3521
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
3522
|
+
font-weight: 700;
|
|
3555
3523
|
}
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
font-family: Inter;
|
|
3559
|
-
font-style: normal;
|
|
3560
|
-
font-weight: normal;
|
|
3561
|
-
font-size: 13px;
|
|
3562
|
-
line-height: 20px;
|
|
3524
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
3525
|
+
height: 100%;
|
|
3563
3526
|
}
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
font-style: normal;
|
|
3568
|
-
font-weight: 600;
|
|
3569
|
-
font-size: 13px;
|
|
3570
|
-
line-height: 20px;
|
|
3527
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
3528
|
+
height: 100%;
|
|
3529
|
+
overflow: visible;
|
|
3571
3530
|
}
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
font-family: Inter;
|
|
3575
|
-
font-style: normal;
|
|
3576
|
-
font-weight: bold;
|
|
3577
|
-
font-size: 13px;
|
|
3578
|
-
line-height: 20px;
|
|
3531
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
3532
|
+
max-height: none;
|
|
3579
3533
|
}
|
|
3580
|
-
|
|
3581
|
-
.
|
|
3582
|
-
|
|
3583
|
-
font-style: normal;
|
|
3584
|
-
font-weight: normal;
|
|
3585
|
-
text-transform: uppercase;
|
|
3586
|
-
font-feature-settings: "cpsp" on;
|
|
3587
|
-
font-size: 13px;
|
|
3588
|
-
line-height: 20px;
|
|
3534
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
3535
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
3536
|
+
display: none;
|
|
3589
3537
|
}
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
font-family: Inter;
|
|
3593
|
-
font-style: normal;
|
|
3594
|
-
font-weight: bold;
|
|
3595
|
-
text-transform: uppercase;
|
|
3596
|
-
font-feature-settings: "cpsp" on;
|
|
3597
|
-
font-size: 13px;
|
|
3598
|
-
line-height: 20px;
|
|
3538
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
3539
|
+
background: transparent;
|
|
3599
3540
|
}
|
|
3600
|
-
|
|
3601
|
-
.
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
font-weight: normal;
|
|
3605
|
-
font-size: 12px;
|
|
3606
|
-
line-height: 18px;
|
|
3541
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
3542
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
3543
|
+
background: #fff;
|
|
3544
|
+
padding: 0 !important;
|
|
3607
3545
|
}
|
|
3608
|
-
|
|
3609
|
-
.
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
line-height: 18px;
|
|
3546
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
3547
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3548
|
+
display: flex;
|
|
3549
|
+
align-items: center;
|
|
3550
|
+
height: 100%;
|
|
3551
|
+
padding: 8px;
|
|
3615
3552
|
}
|
|
3616
|
-
|
|
3617
|
-
.
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
font-size: 12px;
|
|
3622
|
-
line-height: 18px;
|
|
3553
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
3554
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
3555
|
+
overflow: hidden;
|
|
3556
|
+
text-overflow: ellipsis;
|
|
3557
|
+
width: 100%;
|
|
3623
3558
|
}
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
font-family: Inter;
|
|
3627
|
-
font-style: normal;
|
|
3628
|
-
font-weight: normal;
|
|
3629
|
-
font-size: 12px;
|
|
3630
|
-
line-height: 18px;
|
|
3559
|
+
.tta5kd2 .ant-table-container {
|
|
3560
|
+
height: 100%;
|
|
3631
3561
|
}
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
font-family: Inter;
|
|
3635
|
-
font-style: normal;
|
|
3636
|
-
font-weight: 500;
|
|
3637
|
-
font-size: 12px;
|
|
3638
|
-
line-height: 18px;
|
|
3562
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
3563
|
+
box-shadow: none !important;
|
|
3639
3564
|
}
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3565
|
+
.tta5kd2 .ant-table {
|
|
3566
|
+
border-radius: 0px;
|
|
3567
|
+
border-left: none;
|
|
3568
|
+
border-right: none;
|
|
3569
|
+
border-bottom: none;
|
|
3570
|
+
height: 100%;
|
|
3645
3571
|
font-size: 12px;
|
|
3646
|
-
|
|
3572
|
+
background: transparent;
|
|
3647
3573
|
}
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
text-transform: uppercase;
|
|
3654
|
-
font-feature-settings: "cpsp" on;
|
|
3655
|
-
font-size: 12px;
|
|
3656
|
-
line-height: 18px;
|
|
3574
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
3575
|
+
position: relative;
|
|
3576
|
+
z-index: 3;
|
|
3577
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3578
|
+
margin-bottom: -1px;
|
|
3657
3579
|
}
|
|
3658
|
-
|
|
3659
|
-
.
|
|
3660
|
-
|
|
3661
|
-
font-style: normal;
|
|
3662
|
-
font-weight: bold;
|
|
3663
|
-
text-transform: uppercase;
|
|
3664
|
-
font-feature-settings: "cpsp" on;
|
|
3665
|
-
font-size: 12px;
|
|
3666
|
-
line-height: 18px;
|
|
3580
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
3581
|
+
.tta5kd2 .ant-table .value {
|
|
3582
|
+
color: #2d3a56;
|
|
3667
3583
|
}
|
|
3668
|
-
|
|
3669
|
-
.
|
|
3670
|
-
|
|
3671
|
-
font-style: normal;
|
|
3672
|
-
font-weight: normal;
|
|
3673
|
-
font-size: 13px;
|
|
3674
|
-
line-height: 20px;
|
|
3584
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
3585
|
+
.tta5kd2 .ant-table .unit {
|
|
3586
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3675
3587
|
}
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
font-family: Inter;
|
|
3679
|
-
font-style: normal;
|
|
3680
|
-
font-weight: normal;
|
|
3681
|
-
font-size: 13px;
|
|
3682
|
-
line-height: 20px;
|
|
3588
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
3589
|
+
text-align: center;
|
|
3683
3590
|
}
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
font-family: Inter;
|
|
3687
|
-
font-style: normal;
|
|
3688
|
-
font-weight: normal;
|
|
3689
|
-
font-size: 12px;
|
|
3690
|
-
line-height: 18px;
|
|
3591
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
3592
|
+
background: #fff;
|
|
3691
3593
|
}
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
line-height: 18px;
|
|
3594
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
3595
|
+
cursor: pointer;
|
|
3596
|
+
position: absolute;
|
|
3597
|
+
top: 50%;
|
|
3598
|
+
right: 12px;
|
|
3599
|
+
transform: translateY(-50%);
|
|
3699
3600
|
}
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
font-weight: normal;
|
|
3705
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3706
|
-
font-size: 13px;
|
|
3707
|
-
line-height: 20px;
|
|
3601
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
3602
|
+
box-shadow: none;
|
|
3603
|
+
width: 1px;
|
|
3604
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3708
3605
|
}
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
font-weight: normal;
|
|
3714
|
-
font-feature-settings: "zero" on;
|
|
3715
|
-
font-size: 13px;
|
|
3716
|
-
line-height: 20px;
|
|
3606
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
3607
|
+
box-shadow: none;
|
|
3608
|
+
width: 1px;
|
|
3609
|
+
background: rgba(213, 219, 227, 0.6);
|
|
3717
3610
|
}
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
font-family: Inter;
|
|
3721
|
-
font-style: normal;
|
|
3722
|
-
font-weight: normal;
|
|
3723
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3724
|
-
font-size: 12px;
|
|
3725
|
-
line-height: 18px;
|
|
3611
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
3612
|
+
position: relative;
|
|
3726
3613
|
}
|
|
3727
|
-
|
|
3728
|
-
.
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
line-height: 18px;
|
|
3614
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
3615
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3616
|
+
border-bottom: 1px solid white;
|
|
3617
|
+
height: 40px;
|
|
3618
|
+
vertical-align: middle;
|
|
3619
|
+
transition: background 0ms;
|
|
3620
|
+
color: #00122e;
|
|
3735
3621
|
}
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
font-style: normal;
|
|
3740
|
-
font-weight: normal;
|
|
3741
|
-
font-feature-settings: "zero" on;
|
|
3742
|
-
font-size: 12px;
|
|
3743
|
-
line-height: 18px;
|
|
3622
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
3623
|
+
background: #f2f5fa;
|
|
3624
|
+
border-bottom-color: #f2f5fa;
|
|
3744
3625
|
}
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
font-style: normal;
|
|
3749
|
-
font-weight: 500;
|
|
3750
|
-
font-feature-settings: "zero" on;
|
|
3626
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
3627
|
+
height: auto;
|
|
3628
|
+
color: #00122e;
|
|
3751
3629
|
font-size: 12px;
|
|
3752
|
-
|
|
3630
|
+
text-align: left;
|
|
3631
|
+
transition: none;
|
|
3632
|
+
overflow: hidden;
|
|
3633
|
+
text-overflow: ellipsis;
|
|
3634
|
+
white-space: nowrap;
|
|
3753
3635
|
}
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3636
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
3637
|
+
color: #0096ff;
|
|
3638
|
+
}
|
|
3639
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
3640
|
+
overflow: hidden;
|
|
3641
|
+
text-overflow: ellipsis;
|
|
3642
|
+
width: 100%;
|
|
3643
|
+
vertical-align: middle;
|
|
3644
|
+
}
|
|
3645
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
3646
|
+
line-height: 0px;
|
|
3647
|
+
}
|
|
3648
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
3649
|
+
padding-right: 25px;
|
|
3650
|
+
}
|
|
3651
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
3652
|
+
border-top-color: transparent;
|
|
3653
|
+
}
|
|
3654
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
3655
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3656
|
+
border-color: transparent transparent white;
|
|
3657
|
+
}
|
|
3658
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
3659
|
+
border-radius: 8px 0 0 8px;
|
|
3660
|
+
}
|
|
3661
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
3662
|
+
border-radius: 8px 0 0 8px;
|
|
3663
|
+
}
|
|
3664
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
3665
|
+
content: "";
|
|
3666
|
+
width: 4px;
|
|
3667
|
+
top: -1px;
|
|
3668
|
+
bottom: -1px;
|
|
3669
|
+
background: white;
|
|
3670
|
+
}
|
|
3671
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
3672
|
+
border-radius: 0 8px 8px 0;
|
|
3673
|
+
}
|
|
3674
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
3675
|
+
border-radius: 0;
|
|
3676
|
+
background: white;
|
|
3677
|
+
border-top: none;
|
|
3678
|
+
}
|
|
3679
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
3680
|
+
border-top: 1px solid transparent;
|
|
3681
|
+
border-radius: 0 8px 8px 0;
|
|
3682
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3683
|
+
}
|
|
3684
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
3685
|
+
background: white;
|
|
3686
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3687
|
+
}
|
|
3688
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3689
|
+
display: flex;
|
|
3690
|
+
align-items: center;
|
|
3691
|
+
height: 100%;
|
|
3692
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3693
|
+
}
|
|
3694
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
3695
|
+
background: white;
|
|
3696
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3697
|
+
}
|
|
3698
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
3699
|
+
display: flex;
|
|
3700
|
+
align-items: center;
|
|
3701
|
+
height: 100%;
|
|
3702
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3703
|
+
}
|
|
3704
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
3705
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3706
|
+
}
|
|
3707
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
3708
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
3709
|
+
border-radius: 8px;
|
|
3710
|
+
}
|
|
3711
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
3712
|
+
border-top-color: white;
|
|
3713
|
+
}
|
|
3714
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
3715
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3716
|
+
border-bottom-color: transparent;
|
|
3717
|
+
border-top-color: transparent;
|
|
3718
|
+
}
|
|
3719
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
3720
|
+
border-radius: 8px 0 0 8px;
|
|
3721
|
+
}
|
|
3722
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
3723
|
+
border-radius: 0 8px 8px 0;
|
|
3724
|
+
}
|
|
3725
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
3726
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3727
|
+
}
|
|
3728
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
3729
|
+
background: #fff;
|
|
3730
|
+
font-weight: 400;
|
|
3731
|
+
position: relative;
|
|
3732
|
+
border-bottom: none;
|
|
3733
|
+
color: #00122e;
|
|
3734
|
+
transition: none;
|
|
3735
|
+
padding: 15px 8px 15px 8px;
|
|
3736
|
+
}
|
|
3737
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
3738
|
+
content: "";
|
|
3739
|
+
width: 1px;
|
|
3740
|
+
top: 0;
|
|
3741
|
+
bottom: 0;
|
|
3742
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3743
|
+
position: absolute;
|
|
3744
|
+
right: 0;
|
|
3745
|
+
}
|
|
3746
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
3747
|
+
padding: unset;
|
|
3748
|
+
}
|
|
3749
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
3750
|
+
display: none;
|
|
3751
|
+
}
|
|
3752
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3753
|
+
width: 100%;
|
|
3754
|
+
overflow: hidden;
|
|
3755
|
+
white-space: nowrap;
|
|
3756
|
+
text-overflow: ellipsis;
|
|
3757
|
+
}
|
|
3758
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3759
|
+
overflow: hidden;
|
|
3760
|
+
text-overflow: ellipsis;
|
|
3761
|
+
flex: 1;
|
|
3762
3762
|
}
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
font-family: Inter;
|
|
3766
|
-
font-style: normal;
|
|
3767
|
-
font-weight: normal;
|
|
3768
|
-
font-size: 10px;
|
|
3769
|
-
line-height: 12px;
|
|
3763
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
3764
|
+
padding: 15px 25px 15px 8px;
|
|
3770
3765
|
}
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
display: inline-block;
|
|
3766
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3767
|
+
padding: 0;
|
|
3774
3768
|
}
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3769
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
3770
|
+
position: absolute;
|
|
3771
|
+
right: 6px;
|
|
3772
|
+
top: 50%;
|
|
3773
|
+
transform: translateY(-50%);
|
|
3774
|
+
height: 16px;
|
|
3775
|
+
display: none;
|
|
3776
|
+
transition: transform 320ms ease;
|
|
3778
3777
|
}
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
line-height: 18px;
|
|
3783
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3784
|
-
height: 34px;
|
|
3785
|
-
min-height: 34px;
|
|
3786
|
-
box-sizing: border-box;
|
|
3787
|
-
margin-top: 8px;
|
|
3778
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
3779
|
+
display: block;
|
|
3780
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3788
3781
|
}
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
display: flex;
|
|
3792
|
-
flex-direction: column;
|
|
3793
|
-
margin: 1px 8px;
|
|
3794
|
-
padding: 8px;
|
|
3795
|
-
border-radius: 4px;
|
|
3782
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
3783
|
+
display: block;
|
|
3796
3784
|
}
|
|
3797
|
-
.
|
|
3785
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
3798
3786
|
display: none;
|
|
3799
3787
|
}
|
|
3800
|
-
.
|
|
3801
|
-
|
|
3788
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
3789
|
+
transform: translateY(-50%);
|
|
3802
3790
|
}
|
|
3803
|
-
.
|
|
3804
|
-
|
|
3791
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
3792
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3805
3793
|
}
|
|
3806
|
-
.
|
|
3807
|
-
|
|
3794
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
3795
|
+
background: #f2f5fa;
|
|
3808
3796
|
}
|
|
3809
|
-
.
|
|
3797
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
3810
3798
|
display: block;
|
|
3811
3799
|
}
|
|
3812
|
-
.
|
|
3813
|
-
|
|
3800
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
3801
|
+
padding-right: 25px;
|
|
3814
3802
|
}
|
|
3815
|
-
.
|
|
3816
|
-
|
|
3803
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
3804
|
+
padding: 0 !important;
|
|
3817
3805
|
}
|
|
3818
|
-
.
|
|
3819
|
-
|
|
3820
|
-
|
|
3806
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
3807
|
+
position: absolute;
|
|
3808
|
+
left: 50%;
|
|
3809
|
+
top: 50%;
|
|
3810
|
+
transform: translate(-50%, -50%);
|
|
3821
3811
|
}
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
display: flex;
|
|
3825
|
-
justify-content: space-between;
|
|
3826
|
-
height: 20px;
|
|
3827
|
-
line-height: 20px;
|
|
3812
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3813
|
+
display: none;
|
|
3828
3814
|
}
|
|
3829
|
-
.
|
|
3830
|
-
|
|
3831
|
-
overflow: hidden;
|
|
3832
|
-
text-overflow: ellipsis;
|
|
3815
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3816
|
+
background: #fff;
|
|
3833
3817
|
}
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
display: flex;
|
|
3837
|
-
justify-content: space-between;
|
|
3838
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3839
|
-
height: 18px;
|
|
3840
|
-
line-height: 18px;
|
|
3841
|
-
margin-top: 2px;
|
|
3818
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3819
|
+
background: inherit;
|
|
3842
3820
|
}
|
|
3843
|
-
|
|
3844
|
-
|
|
3821
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3822
|
+
position: static;
|
|
3845
3823
|
border: none;
|
|
3846
|
-
|
|
3847
|
-
|
|
3824
|
+
background: inherit !important;
|
|
3825
|
+
height: 100px;
|
|
3826
|
+
vertical-align: middle;
|
|
3848
3827
|
}
|
|
3849
|
-
|
|
3850
|
-
.
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3828
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3829
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3830
|
+
font-weight: bold;
|
|
3831
|
+
font-size: 20px;
|
|
3832
|
+
color: rgba(10, 37, 85, 0.6);
|
|
3833
|
+
}
|
|
3834
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
3835
|
+
padding: 0 !important;
|
|
3836
|
+
position: relative;
|
|
3837
|
+
background: #fff;
|
|
3838
|
+
}
|
|
3839
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3840
|
+
height: 100%;
|
|
3841
|
+
display: flex;
|
|
3842
|
+
align-items: center;
|
|
3843
|
+
justify-content: flex-end;
|
|
3844
|
+
padding-right: 8px;
|
|
3845
|
+
}
|
|
3846
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3847
|
+
width: 24px;
|
|
3848
|
+
height: 24px;
|
|
3849
|
+
cursor: pointer;
|
|
3850
|
+
justify-content: center;
|
|
3851
|
+
border-radius: 4px;
|
|
3852
|
+
}
|
|
3853
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3854
|
+
background: #fff;
|
|
3855
3855
|
}
|
|
3856
3856
|
|
|
3857
3857
|
.c198s9j3 {
|
|
@@ -3925,16 +3925,6 @@ input.rrg1fkn.ant-input {
|
|
|
3925
3925
|
margin-left: 24px;
|
|
3926
3926
|
}
|
|
3927
3927
|
|
|
3928
|
-
.igz4le8 {
|
|
3929
|
-
height: 24px;
|
|
3930
|
-
width: 56px !important;
|
|
3931
|
-
margin-right: 4px;
|
|
3932
|
-
}
|
|
3933
|
-
|
|
3934
|
-
.c1riexje {
|
|
3935
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3936
|
-
}
|
|
3937
|
-
|
|
3938
3928
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3939
3929
|
border-radius: 6px;
|
|
3940
3930
|
}
|
|
@@ -3990,6 +3980,16 @@ input.rrg1fkn.ant-input {
|
|
|
3990
3980
|
transform: rotate(180deg);
|
|
3991
3981
|
}
|
|
3992
3982
|
|
|
3983
|
+
.igz4le8 {
|
|
3984
|
+
height: 24px;
|
|
3985
|
+
width: 56px !important;
|
|
3986
|
+
margin-right: 4px;
|
|
3987
|
+
}
|
|
3988
|
+
|
|
3989
|
+
.c1riexje {
|
|
3990
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3991
|
+
}
|
|
3992
|
+
|
|
3993
3993
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3994
3994
|
display: flex;
|
|
3995
3995
|
}
|
|
@@ -4185,6 +4185,52 @@ input.rrg1fkn.ant-input {
|
|
|
4185
4185
|
background: rgba(163, 180, 204, 0.18);
|
|
4186
4186
|
}
|
|
4187
4187
|
|
|
4188
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4189
|
+
display: var(--at4ovwe-0);
|
|
4190
|
+
}
|
|
4191
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4192
|
+
padding: 5px 12px;
|
|
4193
|
+
display: inline-flex;
|
|
4194
|
+
line-height: 1.5715;
|
|
4195
|
+
height: 100%;
|
|
4196
|
+
width: 100%;
|
|
4197
|
+
}
|
|
4198
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4199
|
+
content: var(--at4ovwe-1);
|
|
4200
|
+
display: var(--at4ovwe-2);
|
|
4201
|
+
flex: none;
|
|
4202
|
+
align-items: center;
|
|
4203
|
+
margin-left: 4px;
|
|
4204
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4205
|
+
}
|
|
4206
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4207
|
+
content: var(--at4ovwe-3);
|
|
4208
|
+
display: var(--at4ovwe-4);
|
|
4209
|
+
flex: none;
|
|
4210
|
+
align-items: center;
|
|
4211
|
+
margin-right: 4px;
|
|
4212
|
+
cursor: auto;
|
|
4213
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4214
|
+
}
|
|
4215
|
+
.at4ovwe.ant-input-number {
|
|
4216
|
+
width: 100%;
|
|
4217
|
+
border-radius: 6px;
|
|
4218
|
+
}
|
|
4219
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4220
|
+
border-color: #0096ff;
|
|
4221
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4222
|
+
}
|
|
4223
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4224
|
+
border-color: #e75a3a;
|
|
4225
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4226
|
+
}
|
|
4227
|
+
.at4ovwe .ant-input-number-input {
|
|
4228
|
+
padding: 0;
|
|
4229
|
+
margin: 0;
|
|
4230
|
+
height: auto;
|
|
4231
|
+
font-size: inherit;
|
|
4232
|
+
}
|
|
4233
|
+
|
|
4188
4234
|
.tc40oxa {
|
|
4189
4235
|
margin-bottom: 4px;
|
|
4190
4236
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4381,52 +4427,6 @@ input.rrg1fkn.ant-input {
|
|
|
4381
4427
|
margin-right: 8px;
|
|
4382
4428
|
}
|
|
4383
4429
|
|
|
4384
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4385
|
-
display: var(--at4ovwe-0);
|
|
4386
|
-
}
|
|
4387
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4388
|
-
padding: 5px 12px;
|
|
4389
|
-
display: inline-flex;
|
|
4390
|
-
line-height: 1.5715;
|
|
4391
|
-
height: 100%;
|
|
4392
|
-
width: 100%;
|
|
4393
|
-
}
|
|
4394
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4395
|
-
content: var(--at4ovwe-1);
|
|
4396
|
-
display: var(--at4ovwe-2);
|
|
4397
|
-
flex: none;
|
|
4398
|
-
align-items: center;
|
|
4399
|
-
margin-left: 4px;
|
|
4400
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4401
|
-
}
|
|
4402
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4403
|
-
content: var(--at4ovwe-3);
|
|
4404
|
-
display: var(--at4ovwe-4);
|
|
4405
|
-
flex: none;
|
|
4406
|
-
align-items: center;
|
|
4407
|
-
margin-right: 4px;
|
|
4408
|
-
cursor: auto;
|
|
4409
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4410
|
-
}
|
|
4411
|
-
.at4ovwe.ant-input-number {
|
|
4412
|
-
width: 100%;
|
|
4413
|
-
border-radius: 6px;
|
|
4414
|
-
}
|
|
4415
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4416
|
-
border-color: #0096ff;
|
|
4417
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4418
|
-
}
|
|
4419
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4420
|
-
border-color: #e75a3a;
|
|
4421
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4422
|
-
}
|
|
4423
|
-
.at4ovwe .ant-input-number-input {
|
|
4424
|
-
padding: 0;
|
|
4425
|
-
margin: 0;
|
|
4426
|
-
height: auto;
|
|
4427
|
-
font-size: inherit;
|
|
4428
|
-
}
|
|
4429
|
-
|
|
4430
4430
|
.feau332.ant-form-item {
|
|
4431
4431
|
margin-bottom: 0;
|
|
4432
4432
|
}
|