@cloudtower/eagle 0.24.15 → 0.24.17
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/README.md +4 -2
- 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/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/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/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/UIKitProvider/index.d.ts +3 -2
- package/dist/components.css +755 -755
- package/dist/esm/index.js +23 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1153 -1153
- package/dist/umd/index.js +25 -6
- package/dist/umd/stats1.html +1 -1
- package/package.json +12 -10
- package/dist/antd/es/locale/ar_EG.d.ts +0 -3
- package/dist/antd/es/locale/ar_EG.js +0 -116
- package/dist/antd/es/locale/az_AZ.d.ts +0 -3
- package/dist/antd/es/locale/az_AZ.js +0 -45
- package/dist/antd/es/locale/bg_BG.d.ts +0 -3
- package/dist/antd/es/locale/bg_BG.js +0 -43
- package/dist/antd/es/locale/ca_ES.d.ts +0 -3
- package/dist/antd/es/locale/ca_ES.js +0 -124
- package/dist/antd/es/locale/cs_CZ.d.ts +0 -3
- package/dist/antd/es/locale/cs_CZ.js +0 -54
- package/dist/antd/es/locale/da_DK.d.ts +0 -3
- package/dist/antd/es/locale/da_DK.js +0 -43
- package/dist/antd/es/locale/de_DE.d.ts +0 -3
- package/dist/antd/es/locale/de_DE.js +0 -113
- package/dist/antd/es/locale/default.d.ts +0 -3
- package/dist/antd/es/locale/default.js +0 -124
- package/dist/antd/es/locale/el_GR.d.ts +0 -3
- package/dist/antd/es/locale/el_GR.js +0 -43
- package/dist/antd/es/locale/en_GB.d.ts +0 -3
- package/dist/antd/es/locale/en_GB.js +0 -94
- package/dist/antd/es/locale/en_US.d.ts +0 -2
- package/dist/antd/es/locale/en_US.js +0 -2
- package/dist/antd/es/locale/es_ES.d.ts +0 -3
- package/dist/antd/es/locale/es_ES.js +0 -110
- package/dist/antd/es/locale/et_EE.d.ts +0 -3
- package/dist/antd/es/locale/et_EE.js +0 -43
- package/dist/antd/es/locale/fa_IR.d.ts +0 -3
- package/dist/antd/es/locale/fa_IR.js +0 -114
- package/dist/antd/es/locale/fi_FI.d.ts +0 -3
- package/dist/antd/es/locale/fi_FI.js +0 -50
- package/dist/antd/es/locale/fr_BE.d.ts +0 -3
- package/dist/antd/es/locale/fr_BE.js +0 -47
- package/dist/antd/es/locale/fr_FR.d.ts +0 -3
- package/dist/antd/es/locale/fr_FR.js +0 -59
- package/dist/antd/es/locale/ga_IE.d.ts +0 -3
- package/dist/antd/es/locale/ga_IE.js +0 -123
- package/dist/antd/es/locale/he_IL.d.ts +0 -3
- package/dist/antd/es/locale/he_IL.js +0 -116
- package/dist/antd/es/locale/hi_IN.d.ts +0 -3
- package/dist/antd/es/locale/hi_IN.js +0 -51
- package/dist/antd/es/locale/hr_HR.d.ts +0 -3
- package/dist/antd/es/locale/hr_HR.js +0 -57
- package/dist/antd/es/locale/hu_HU.d.ts +0 -3
- package/dist/antd/es/locale/hu_HU.js +0 -44
- package/dist/antd/es/locale/hy_AM.d.ts +0 -3
- package/dist/antd/es/locale/hy_AM.js +0 -109
- package/dist/antd/es/locale/id_ID.d.ts +0 -3
- package/dist/antd/es/locale/id_ID.js +0 -45
- package/dist/antd/es/locale/is_IS.d.ts +0 -3
- package/dist/antd/es/locale/is_IS.js +0 -43
- package/dist/antd/es/locale/it_IT.d.ts +0 -3
- package/dist/antd/es/locale/it_IT.js +0 -59
- package/dist/antd/es/locale/ja_JP.d.ts +0 -3
- package/dist/antd/es/locale/ja_JP.js +0 -94
- package/dist/antd/es/locale/kn_IN.d.ts +0 -3
- package/dist/antd/es/locale/kn_IN.js +0 -51
- package/dist/antd/es/locale/ko_KR.d.ts +0 -3
- package/dist/antd/es/locale/ko_KR.js +0 -94
- package/dist/antd/es/locale/ku_IQ.d.ts +0 -3
- package/dist/antd/es/locale/ku_IQ.js +0 -43
- package/dist/antd/es/locale/lv_LV.d.ts +0 -3
- package/dist/antd/es/locale/lv_LV.js +0 -43
- package/dist/antd/es/locale/mk_MK.d.ts +0 -3
- package/dist/antd/es/locale/mk_MK.js +0 -58
- package/dist/antd/es/locale/mn_MN.d.ts +0 -3
- package/dist/antd/es/locale/mn_MN.js +0 -43
- package/dist/antd/es/locale/ms_MY.d.ts +0 -3
- package/dist/antd/es/locale/ms_MY.js +0 -63
- package/dist/antd/es/locale/nb_NO.d.ts +0 -3
- package/dist/antd/es/locale/nb_NO.js +0 -124
- package/dist/antd/es/locale/ne_NP.d.ts +0 -3
- package/dist/antd/es/locale/ne_NP.js +0 -44
- package/dist/antd/es/locale/nl_BE.d.ts +0 -3
- package/dist/antd/es/locale/nl_BE.js +0 -43
- package/dist/antd/es/locale/nl_NL.d.ts +0 -3
- package/dist/antd/es/locale/nl_NL.js +0 -62
- package/dist/antd/es/locale/pl_PL.d.ts +0 -3
- package/dist/antd/es/locale/pl_PL.js +0 -43
- package/dist/antd/es/locale/pt_BR.d.ts +0 -3
- package/dist/antd/es/locale/pt_BR.js +0 -116
- package/dist/antd/es/locale/pt_PT.d.ts +0 -3
- package/dist/antd/es/locale/pt_PT.js +0 -44
- package/dist/antd/es/locale/ro_RO.d.ts +0 -3
- package/dist/antd/es/locale/ro_RO.js +0 -62
- package/dist/antd/es/locale/ru_RU.d.ts +0 -3
- package/dist/antd/es/locale/ru_RU.js +0 -116
- package/dist/antd/es/locale/sk_SK.d.ts +0 -3
- package/dist/antd/es/locale/sk_SK.js +0 -62
- package/dist/antd/es/locale/sl_SI.d.ts +0 -3
- package/dist/antd/es/locale/sl_SI.js +0 -43
- package/dist/antd/es/locale/sr_RS.d.ts +0 -3
- package/dist/antd/es/locale/sr_RS.js +0 -43
- package/dist/antd/es/locale/sv_SE.d.ts +0 -3
- package/dist/antd/es/locale/sv_SE.js +0 -47
- package/dist/antd/es/locale/ta_IN.d.ts +0 -3
- package/dist/antd/es/locale/ta_IN.js +0 -63
- package/dist/antd/es/locale/th_TH.d.ts +0 -3
- package/dist/antd/es/locale/th_TH.js +0 -62
- package/dist/antd/es/locale/tr_TR.d.ts +0 -3
- package/dist/antd/es/locale/tr_TR.js +0 -124
- package/dist/antd/es/locale/uk_UA.d.ts +0 -3
- package/dist/antd/es/locale/uk_UA.js +0 -43
- package/dist/antd/es/locale/vi_VN.d.ts +0 -3
- package/dist/antd/es/locale/vi_VN.js +0 -43
- package/dist/antd/es/locale/zh_CN.d.ts +0 -3
- package/dist/antd/es/locale/zh_CN.js +0 -124
- package/dist/antd/es/locale/zh_HK.d.ts +0 -3
- package/dist/antd/es/locale/zh_HK.js +0 -117
- package/dist/antd/es/locale/zh_TW.d.ts +0 -3
- package/dist/antd/es/locale/zh_TW.js +0 -117
- /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/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/components.css
CHANGED
|
@@ -1758,34 +1758,6 @@ body {
|
|
|
1758
1758
|
padding: 0;
|
|
1759
1759
|
}
|
|
1760
1760
|
|
|
1761
|
-
.fde5mpd {
|
|
1762
|
-
width: 100%;
|
|
1763
|
-
height: 100%;
|
|
1764
|
-
min-height: 124px;
|
|
1765
|
-
display: flex;
|
|
1766
|
-
flex-direction: column;
|
|
1767
|
-
justify-content: center;
|
|
1768
|
-
align-items: center;
|
|
1769
|
-
}
|
|
1770
|
-
.fde5mpd .error-text {
|
|
1771
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1772
|
-
margin-bottom: 16px;
|
|
1773
|
-
font-size: 18px;
|
|
1774
|
-
}
|
|
1775
|
-
|
|
1776
|
-
.iap75of {
|
|
1777
|
-
height: 18px;
|
|
1778
|
-
line-height: 18px;
|
|
1779
|
-
padding: 0 4px;
|
|
1780
|
-
border-radius: 4px;
|
|
1781
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1782
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1783
|
-
display: flex;
|
|
1784
|
-
align-items: center;
|
|
1785
|
-
white-space: nowrap;
|
|
1786
|
-
margin-right: 4px;
|
|
1787
|
-
}
|
|
1788
|
-
|
|
1789
1761
|
.bpq0js6 {
|
|
1790
1762
|
padding: 4px 11px;
|
|
1791
1763
|
}
|
|
@@ -1815,6 +1787,21 @@ body {
|
|
|
1815
1787
|
border-radius: unset;
|
|
1816
1788
|
}
|
|
1817
1789
|
|
|
1790
|
+
.fde5mpd {
|
|
1791
|
+
width: 100%;
|
|
1792
|
+
height: 100%;
|
|
1793
|
+
min-height: 124px;
|
|
1794
|
+
display: flex;
|
|
1795
|
+
flex-direction: column;
|
|
1796
|
+
justify-content: center;
|
|
1797
|
+
align-items: center;
|
|
1798
|
+
}
|
|
1799
|
+
.fde5mpd .error-text {
|
|
1800
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1801
|
+
margin-bottom: 16px;
|
|
1802
|
+
font-size: 18px;
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1818
1805
|
.i1mrf09m {
|
|
1819
1806
|
display: inline-flex;
|
|
1820
1807
|
align-items: center;
|
|
@@ -1833,6 +1820,28 @@ body {
|
|
|
1833
1820
|
animation: rotate 680ms linear infinite;
|
|
1834
1821
|
}
|
|
1835
1822
|
|
|
1823
|
+
.iap75of {
|
|
1824
|
+
height: 18px;
|
|
1825
|
+
line-height: 18px;
|
|
1826
|
+
padding: 0 4px;
|
|
1827
|
+
border-radius: 4px;
|
|
1828
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1829
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1830
|
+
display: flex;
|
|
1831
|
+
align-items: center;
|
|
1832
|
+
white-space: nowrap;
|
|
1833
|
+
margin-right: 4px;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
.obf05yr {
|
|
1837
|
+
display: inline-block;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
.hsms1n6 {
|
|
1841
|
+
visibility: hidden;
|
|
1842
|
+
position: absolute;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1836
1845
|
.p12gwtiw {
|
|
1837
1846
|
display: flex;
|
|
1838
1847
|
justify-content: space-between;
|
|
@@ -1890,958 +1899,949 @@ body {
|
|
|
1890
1899
|
line-height: 18px;
|
|
1891
1900
|
}
|
|
1892
1901
|
|
|
1893
|
-
.
|
|
1894
|
-
display: inline-
|
|
1902
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
1903
|
+
display: inline-flex;
|
|
1904
|
+
align-items: baseline;
|
|
1905
|
+
white-space: pre-wrap;
|
|
1895
1906
|
}
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
position: absolute;
|
|
1907
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1908
|
+
position: relative;
|
|
1909
|
+
top: 3px;
|
|
1900
1910
|
}
|
|
1901
|
-
|
|
1902
|
-
.
|
|
1903
|
-
display: flex;
|
|
1904
|
-
flex-direction: column;
|
|
1911
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1912
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1905
1913
|
}
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
max-width: 1120px;
|
|
1909
|
-
width: 100%;
|
|
1910
|
-
margin: 0 auto;
|
|
1911
|
-
height: 100%;
|
|
1914
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1915
|
+
border-color: #0080ff;
|
|
1912
1916
|
}
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
width: 100%;
|
|
1917
|
-
margin: 0 auto;
|
|
1918
|
-
display: flex;
|
|
1917
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1918
|
+
border-color: #0080ff;
|
|
1919
|
+
background: #0080ff;
|
|
1919
1920
|
}
|
|
1920
|
-
.
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1921
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1922
|
+
top: 4px;
|
|
1923
|
+
left: 4px;
|
|
1924
|
+
width: 6px;
|
|
1925
|
+
height: 6px;
|
|
1926
|
+
background: #fff;
|
|
1925
1927
|
}
|
|
1926
|
-
.
|
|
1927
|
-
|
|
1928
|
-
justify-content: flex-end;
|
|
1929
|
-
padding-right: 44px;
|
|
1928
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1929
|
+
opacity: 0.5;
|
|
1930
1930
|
}
|
|
1931
|
-
.
|
|
1932
|
-
|
|
1931
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1932
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
1933
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1933
1934
|
}
|
|
1934
|
-
.
|
|
1935
|
-
|
|
1936
|
-
flex-grow: 0;
|
|
1937
|
-
flex-shrink: 0;
|
|
1938
|
-
flex-basis: 58%;
|
|
1935
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1936
|
+
background: #00122e;
|
|
1939
1937
|
}
|
|
1940
|
-
.
|
|
1941
|
-
|
|
1938
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1939
|
+
color: #00122e;
|
|
1940
|
+
opacity: 0.5;
|
|
1942
1941
|
}
|
|
1943
|
-
.
|
|
1944
|
-
|
|
1942
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1943
|
+
color: #00122e;
|
|
1945
1944
|
}
|
|
1946
|
-
.
|
|
1947
|
-
|
|
1945
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1946
|
+
display: inline-block;
|
|
1947
|
+
padding: 0;
|
|
1948
|
+
padding-left: 12px;
|
|
1948
1949
|
}
|
|
1949
|
-
.
|
|
1950
|
-
margin-
|
|
1950
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1951
|
+
margin-bottom: 0;
|
|
1952
|
+
white-space: pre-wrap;
|
|
1953
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1951
1954
|
}
|
|
1952
|
-
.
|
|
1953
|
-
|
|
1954
|
-
display: none !important;
|
|
1955
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1956
|
+
padding-left: 8px;
|
|
1955
1957
|
}
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
border-radius:
|
|
1959
|
-
height: 32px;
|
|
1960
|
-
display: flex;
|
|
1961
|
-
align-items: center;
|
|
1958
|
+
|
|
1959
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1960
|
+
border-radius: 5px 0 0 5px;
|
|
1962
1961
|
}
|
|
1963
|
-
.
|
|
1964
|
-
|
|
1965
|
-
white-space: nowrap;
|
|
1962
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
1963
|
+
border-radius: 0 5px 5px 0;
|
|
1966
1964
|
}
|
|
1967
|
-
|
|
1968
|
-
|
|
1965
|
+
|
|
1966
|
+
.r1f0aqcc {
|
|
1967
|
+
color: #00122e;
|
|
1968
|
+
border-color: #ccd4e3;
|
|
1969
1969
|
}
|
|
1970
|
-
.
|
|
1971
|
-
|
|
1972
|
-
|
|
1970
|
+
.r1f0aqcc:first-child {
|
|
1971
|
+
color: #00122e;
|
|
1972
|
+
border-color: #a3b4cc;
|
|
1973
1973
|
}
|
|
1974
|
-
.
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
margin-right: 12px;
|
|
1974
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
1975
|
+
padding: 0 12px;
|
|
1976
|
+
line-height: 32px;
|
|
1977
|
+
height: 32px;
|
|
1979
1978
|
}
|
|
1980
|
-
.
|
|
1981
|
-
|
|
1979
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
1980
|
+
white-space: nowrap;
|
|
1982
1981
|
}
|
|
1983
|
-
.
|
|
1984
|
-
|
|
1982
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
1983
|
+
background: #ccd4e3;
|
|
1985
1984
|
}
|
|
1986
|
-
.
|
|
1987
|
-
background:
|
|
1985
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
1986
|
+
background: #0080ff;
|
|
1988
1987
|
}
|
|
1989
|
-
.
|
|
1990
|
-
|
|
1988
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
1989
|
+
background: #ccd4e3;
|
|
1990
|
+
opacity: 0.5;
|
|
1991
1991
|
}
|
|
1992
|
-
.
|
|
1993
|
-
|
|
1992
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
1993
|
+
border-right-color: #0080ff;
|
|
1994
1994
|
}
|
|
1995
|
-
.
|
|
1996
|
-
|
|
1995
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
1996
|
+
border-color: #0080ff;
|
|
1997
1997
|
}
|
|
1998
|
-
.
|
|
1999
|
-
|
|
1998
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
1999
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2000
2000
|
}
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
max-width: 648px;
|
|
2001
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2002
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2003
|
+
border-color: #ccd4e3;
|
|
2004
|
+
opacity: 0.5;
|
|
2006
2005
|
}
|
|
2007
|
-
.
|
|
2008
|
-
|
|
2006
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2007
|
+
color: #00122e;
|
|
2008
|
+
border-color: #ccd4e3;
|
|
2009
2009
|
}
|
|
2010
|
-
.
|
|
2011
|
-
|
|
2010
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2011
|
+
color: #00122e;
|
|
2012
|
+
border-color: #ccd4e3;
|
|
2013
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2014
|
+
}
|
|
2015
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2016
|
+
margin-right: 8px;
|
|
2017
|
+
display: inline;
|
|
2018
|
+
border: none;
|
|
2012
2019
|
padding: 0;
|
|
2013
|
-
width:
|
|
2014
|
-
|
|
2015
|
-
overflow: hidden;
|
|
2020
|
+
width: 36px;
|
|
2021
|
+
background: transparent;
|
|
2016
2022
|
}
|
|
2017
|
-
.
|
|
2018
|
-
|
|
2023
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2024
|
+
box-shadow: none;
|
|
2019
2025
|
}
|
|
2020
|
-
.
|
|
2021
|
-
|
|
2022
|
-
|
|
2026
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2027
|
+
margin-right: 0;
|
|
2028
|
+
width: initial;
|
|
2029
|
+
box-shadow: none;
|
|
2023
2030
|
}
|
|
2024
|
-
.
|
|
2025
|
-
|
|
2026
|
-
max-width: 648px;
|
|
2031
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2032
|
+
display: none;
|
|
2027
2033
|
}
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
margin: 0 auto;
|
|
2031
|
-
width: 100%;
|
|
2032
|
-
max-width: 1024px;
|
|
2034
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2035
|
+
display: inline;
|
|
2033
2036
|
}
|
|
2034
|
-
.
|
|
2035
|
-
|
|
2037
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2038
|
+
display: inline;
|
|
2039
|
+
margin-right: 8px;
|
|
2040
|
+
padding: 0;
|
|
2041
|
+
width: 36px;
|
|
2036
2042
|
}
|
|
2037
|
-
|
|
2038
|
-
|
|
2043
|
+
|
|
2044
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2045
|
+
flex-direction: row;
|
|
2046
|
+
justify-content: stretch;
|
|
2047
|
+
}
|
|
2048
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2039
2049
|
padding: 0;
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
overflow:
|
|
2050
|
+
margin-right: 4px;
|
|
2051
|
+
flex: 1;
|
|
2052
|
+
overflow: visible;
|
|
2043
2053
|
}
|
|
2044
|
-
.
|
|
2045
|
-
|
|
2054
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2055
|
+
display: none;
|
|
2046
2056
|
}
|
|
2047
|
-
.
|
|
2048
|
-
|
|
2049
|
-
|
|
2057
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2058
|
+
width: 100%;
|
|
2059
|
+
min-height: unset;
|
|
2050
2060
|
}
|
|
2051
|
-
.
|
|
2052
|
-
|
|
2053
|
-
|
|
2061
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2062
|
+
height: 26px;
|
|
2063
|
+
line-height: 26px;
|
|
2064
|
+
width: 100%;
|
|
2065
|
+
text-align: center;
|
|
2066
|
+
padding: 0;
|
|
2067
|
+
font-size: 12px;
|
|
2068
|
+
font-weight: normal;
|
|
2054
2069
|
}
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
flex: 1;
|
|
2070
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2071
|
+
margin-right: 10px;
|
|
2058
2072
|
}
|
|
2059
|
-
.
|
|
2060
|
-
|
|
2061
|
-
line-height: 20px;
|
|
2062
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2073
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2074
|
+
display: none;
|
|
2063
2075
|
}
|
|
2064
|
-
.
|
|
2065
|
-
|
|
2066
|
-
line-height: 20px;
|
|
2067
|
-
color: #2d3a56;
|
|
2068
|
-
margin-bottom: 12px;
|
|
2076
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2077
|
+
border-radius: 4px 0 0 4px;
|
|
2069
2078
|
}
|
|
2070
|
-
.
|
|
2071
|
-
|
|
2079
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2080
|
+
margin-right: 0;
|
|
2072
2081
|
}
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
padding: 25px 0 15px 0;
|
|
2076
|
-
border-bottom: 1px solid #e1e5eb;
|
|
2077
|
-
margin-bottom: 16px;
|
|
2082
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2083
|
+
border-radius: 0 4px 4px 0;
|
|
2078
2084
|
}
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2085
|
+
.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 {
|
|
2086
|
+
content: "";
|
|
2087
|
+
width: 0;
|
|
2088
|
+
height: 0;
|
|
2089
|
+
border: 13px solid transparent;
|
|
2090
|
+
position: absolute;
|
|
2091
|
+
top: 0;
|
|
2092
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2093
|
+
right: -21px;
|
|
2094
|
+
z-index: 2;
|
|
2084
2095
|
}
|
|
2085
|
-
.
|
|
2086
|
-
|
|
2096
|
+
.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 {
|
|
2097
|
+
content: "";
|
|
2098
|
+
width: 0;
|
|
2099
|
+
height: 0;
|
|
2100
|
+
border: 13px solid transparent;
|
|
2101
|
+
position: absolute;
|
|
2102
|
+
top: 0;
|
|
2103
|
+
border-left: 8px solid #fff;
|
|
2104
|
+
left: 0;
|
|
2087
2105
|
}
|
|
2088
|
-
.
|
|
2089
|
-
|
|
2106
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2107
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2090
2108
|
}
|
|
2091
|
-
.
|
|
2092
|
-
|
|
2109
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2110
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2093
2111
|
}
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
color: #e75a3a;
|
|
2097
|
-
margin-right: 10px;
|
|
2112
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2113
|
+
color: #005ed1;
|
|
2098
2114
|
}
|
|
2099
|
-
|
|
2100
|
-
.
|
|
2101
|
-
|
|
2102
|
-
height: 1px;
|
|
2103
|
-
background: rgba(213, 219, 227, 0.6);
|
|
2104
|
-
margin: 24px 0;
|
|
2115
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2116
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2117
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2105
2118
|
}
|
|
2106
|
-
|
|
2107
|
-
.
|
|
2108
|
-
|
|
2109
|
-
justify-content: center;
|
|
2110
|
-
align-items: center;
|
|
2111
|
-
height: 100%;
|
|
2119
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2120
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2121
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2112
2122
|
}
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
display: inline-block;
|
|
2116
|
-
width: 4px;
|
|
2117
|
-
height: 4px;
|
|
2118
|
-
background: #8e9aa9;
|
|
2119
|
-
opacity: 0.4;
|
|
2120
|
-
border-radius: 50%;
|
|
2121
|
-
margin: 0 4px;
|
|
2123
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2124
|
+
padding: 0;
|
|
2122
2125
|
}
|
|
2123
2126
|
|
|
2124
|
-
.
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2127
|
+
.s34f1qb.ant-switch {
|
|
2128
|
+
min-width: 40px;
|
|
2129
|
+
height: 24px;
|
|
2130
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2131
|
+
overflow: hidden;
|
|
2128
2132
|
}
|
|
2129
|
-
.
|
|
2130
|
-
|
|
2131
|
-
border: none;
|
|
2133
|
+
.s34f1qb.ant-switch:focus {
|
|
2134
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2132
2135
|
}
|
|
2133
|
-
.
|
|
2134
|
-
|
|
2136
|
+
.s34f1qb.ant-switch-small {
|
|
2137
|
+
min-width: 26px;
|
|
2138
|
+
height: 16px;
|
|
2135
2139
|
}
|
|
2136
|
-
.
|
|
2137
|
-
|
|
2140
|
+
.s34f1qb.ant-switch-large {
|
|
2141
|
+
min-width: 52px;
|
|
2142
|
+
height: 32px;
|
|
2138
2143
|
}
|
|
2139
|
-
.
|
|
2140
|
-
|
|
2144
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2145
|
+
height: 20px;
|
|
2146
|
+
width: 20px;
|
|
2141
2147
|
}
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
line-height: 18px;
|
|
2146
|
-
font-weight: bold;
|
|
2147
|
-
color: #fff;
|
|
2148
|
-
padding: 0 4px;
|
|
2149
|
-
border-radius: 4px;
|
|
2150
|
-
display: inline-block;
|
|
2151
|
-
background: var(--ti7fpyu-0);
|
|
2148
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2149
|
+
border-radius: 10px;
|
|
2150
|
+
transition-delay: 120ms;
|
|
2152
2151
|
}
|
|
2153
|
-
.
|
|
2154
|
-
|
|
2152
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2153
|
+
height: 14px;
|
|
2154
|
+
width: 14px;
|
|
2155
|
+
top: 1px;
|
|
2156
|
+
left: 1px;
|
|
2155
2157
|
}
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
width:
|
|
2159
|
-
height: 100%;
|
|
2160
|
-
display: flex;
|
|
2161
|
-
align-items: center;
|
|
2162
|
-
justify-content: center;
|
|
2158
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2159
|
+
height: 28px;
|
|
2160
|
+
width: 28px;
|
|
2163
2161
|
}
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
font-size: 90%;
|
|
2167
|
-
font-weight: bold;
|
|
2168
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
2169
|
-
padding: 1px 4px 1px;
|
|
2170
|
-
margin-left: 2px;
|
|
2171
|
-
margin-right: 2px;
|
|
2172
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2173
|
-
border-radius: 4px;
|
|
2162
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2163
|
+
border-radius: 14px;
|
|
2174
2164
|
}
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
width: 640px;
|
|
2165
|
+
.s34f1qb.ant-switch-checked {
|
|
2166
|
+
background-color: #00ba5d;
|
|
2178
2167
|
}
|
|
2179
|
-
.
|
|
2180
|
-
|
|
2168
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2169
|
+
left: calc(100% - 20px - 2px);
|
|
2181
2170
|
}
|
|
2182
|
-
.
|
|
2183
|
-
|
|
2171
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2172
|
+
left: calc(100% - 14px - 1px);
|
|
2184
2173
|
}
|
|
2185
|
-
.
|
|
2186
|
-
|
|
2174
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2175
|
+
left: calc(100% - 28px - 2px);
|
|
2187
2176
|
}
|
|
2188
|
-
|
|
2189
|
-
|
|
2177
|
+
|
|
2178
|
+
.c1to9vb9 {
|
|
2179
|
+
margin-left: 5px;
|
|
2190
2180
|
}
|
|
2191
|
-
|
|
2192
|
-
|
|
2181
|
+
|
|
2182
|
+
.cz04yix {
|
|
2193
2183
|
display: flex;
|
|
2184
|
+
flex-direction: column;
|
|
2194
2185
|
}
|
|
2195
|
-
|
|
2196
|
-
|
|
2186
|
+
|
|
2187
|
+
.m1if5j39 {
|
|
2188
|
+
max-width: 1120px;
|
|
2197
2189
|
width: 100%;
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
font-size: 13px;
|
|
2201
|
-
line-height: 1.8;
|
|
2202
|
-
color: #8e9aa9;
|
|
2190
|
+
margin: 0 auto;
|
|
2191
|
+
height: 100%;
|
|
2203
2192
|
}
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2193
|
+
|
|
2194
|
+
.w1vvwdlp {
|
|
2195
|
+
max-width: 1120px;
|
|
2196
|
+
width: 100%;
|
|
2197
|
+
margin: 0 auto;
|
|
2198
|
+
display: flex;
|
|
2208
2199
|
}
|
|
2209
|
-
.
|
|
2210
|
-
|
|
2200
|
+
.w1vvwdlp .left,
|
|
2201
|
+
.w1vvwdlp .right {
|
|
2202
|
+
flex-grow: 0;
|
|
2203
|
+
flex-shrink: 0;
|
|
2204
|
+
flex-basis: 21%;
|
|
2211
2205
|
}
|
|
2212
|
-
.
|
|
2213
|
-
|
|
2214
|
-
|
|
2206
|
+
.w1vvwdlp .left {
|
|
2207
|
+
display: flex;
|
|
2208
|
+
justify-content: flex-end;
|
|
2209
|
+
padding-right: 44px;
|
|
2215
2210
|
}
|
|
2216
|
-
.
|
|
2217
|
-
|
|
2211
|
+
.w1vvwdlp .right {
|
|
2212
|
+
padding-left: 44px;
|
|
2218
2213
|
}
|
|
2219
|
-
.
|
|
2220
|
-
|
|
2214
|
+
.w1vvwdlp .middle {
|
|
2215
|
+
margin-bottom: 40px;
|
|
2216
|
+
flex-grow: 0;
|
|
2217
|
+
flex-shrink: 0;
|
|
2218
|
+
flex-basis: 58%;
|
|
2221
2219
|
}
|
|
2222
|
-
.
|
|
2220
|
+
.w1vvwdlp .middle .form-base-field {
|
|
2223
2221
|
width: 100%;
|
|
2224
2222
|
}
|
|
2225
|
-
.
|
|
2226
|
-
|
|
2227
|
-
height: 0;
|
|
2228
|
-
overflow: hidden;
|
|
2229
|
-
}
|
|
2230
|
-
.f1y3gta0 .form-item-error-enter-done {
|
|
2231
|
-
margin-top: 4px;
|
|
2232
|
-
height: auto;
|
|
2233
|
-
overflow: auto;
|
|
2223
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
2224
|
+
width: auto;
|
|
2234
2225
|
}
|
|
2235
|
-
.
|
|
2236
|
-
|
|
2237
|
-
border: 1px solid #e75a3a;
|
|
2238
|
-
color: #e75a3a;
|
|
2226
|
+
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
2227
|
+
flex: initial;
|
|
2239
2228
|
}
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
color: #2d3a56;
|
|
2243
|
-
font-weight: bold;
|
|
2244
|
-
padding-bottom: 6px;
|
|
2245
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2246
|
-
margin-bottom: 16px;
|
|
2229
|
+
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
2230
|
+
margin-top: 4px;
|
|
2247
2231
|
}
|
|
2248
|
-
.
|
|
2249
|
-
|
|
2232
|
+
.w1vvwdlp .ant-steps-item-icon,
|
|
2233
|
+
.w1vvwdlp .ant-steps-item-tail {
|
|
2234
|
+
display: none !important;
|
|
2250
2235
|
}
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
height:
|
|
2236
|
+
.w1vvwdlp .ant-steps-item-container {
|
|
2237
|
+
padding: 0 15px;
|
|
2238
|
+
border-radius: 4px;
|
|
2239
|
+
height: 32px;
|
|
2255
2240
|
display: flex;
|
|
2256
|
-
justify-content: center;
|
|
2257
2241
|
align-items: center;
|
|
2258
|
-
cursor: pointer;
|
|
2259
|
-
transition: all 200ms ease-out 40ms;
|
|
2260
2242
|
}
|
|
2261
|
-
.
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
height: 6px;
|
|
2265
|
-
border-radius: 1px;
|
|
2266
|
-
background: #ccd4e3;
|
|
2267
|
-
position: relative;
|
|
2268
|
-
right: 2px;
|
|
2269
|
-
transform: rotate(-45deg);
|
|
2243
|
+
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
2244
|
+
min-height: auto;
|
|
2245
|
+
white-space: nowrap;
|
|
2270
2246
|
}
|
|
2271
|
-
.
|
|
2272
|
-
|
|
2273
|
-
left: 1px;
|
|
2247
|
+
.w1vvwdlp .ant-steps-item-description {
|
|
2248
|
+
padding-bottom: 0px;
|
|
2274
2249
|
}
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2279
|
-
border-radius: 6px;
|
|
2250
|
+
.w1vvwdlp .ant-steps-item-title {
|
|
2251
|
+
font-size: 13px !important;
|
|
2252
|
+
line-height: 20px !important;
|
|
2280
2253
|
}
|
|
2281
|
-
.
|
|
2282
|
-
|
|
2283
|
-
|
|
2254
|
+
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
2255
|
+
display: inline-block;
|
|
2256
|
+
text-align: center;
|
|
2257
|
+
width: 13px;
|
|
2258
|
+
margin-right: 12px;
|
|
2284
2259
|
}
|
|
2285
|
-
.
|
|
2286
|
-
|
|
2287
|
-
border-bottom-color: #e07f00;
|
|
2260
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
2261
|
+
background: rgba(0, 128, 255, 0.1);
|
|
2288
2262
|
}
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
display: flex;
|
|
2292
|
-
flex-direction: row;
|
|
2293
|
-
padding: 7px 12px;
|
|
2294
|
-
background: rgba(255, 187, 0, 0.1);
|
|
2295
|
-
border-radius: 6px;
|
|
2296
|
-
color: #e07f00;
|
|
2297
|
-
font-size: 12px;
|
|
2298
|
-
line-height: 18px;
|
|
2263
|
+
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2264
|
+
color: #005ed1;
|
|
2299
2265
|
}
|
|
2300
|
-
.
|
|
2301
|
-
|
|
2302
|
-
height: 18px;
|
|
2266
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
2267
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2303
2268
|
}
|
|
2304
|
-
|
|
2305
|
-
.
|
|
2306
|
-
display: flex;
|
|
2307
|
-
flex-direction: row;
|
|
2308
|
-
padding: 7px 12px;
|
|
2309
|
-
background: rgba(225, 230, 241, 0.6);
|
|
2310
|
-
border-radius: 6px;
|
|
2311
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2312
|
-
font-size: 12px;
|
|
2313
|
-
line-height: 18px;
|
|
2269
|
+
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2270
|
+
color: rgba(10, 37, 85, 0.6) !important;
|
|
2314
2271
|
}
|
|
2315
|
-
.
|
|
2316
|
-
|
|
2317
|
-
height: 18px;
|
|
2272
|
+
.w1vvwdlp .ant-steps-item-disabled {
|
|
2273
|
+
cursor: not-allowed;
|
|
2318
2274
|
}
|
|
2319
|
-
|
|
2320
|
-
.
|
|
2321
|
-
display: flex;
|
|
2322
|
-
flex-direction: row;
|
|
2323
|
-
padding: 7px 12px;
|
|
2324
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2325
|
-
border-radius: 6px;
|
|
2326
|
-
color: #005ed1;
|
|
2327
|
-
font-size: 12px;
|
|
2328
|
-
line-height: 18px;
|
|
2275
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
2276
|
+
background: rgba(237, 241, 250, 0.6);
|
|
2329
2277
|
}
|
|
2330
|
-
.
|
|
2331
|
-
|
|
2332
|
-
height: 18px;
|
|
2278
|
+
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2279
|
+
color: #2d3a56;
|
|
2333
2280
|
}
|
|
2334
2281
|
|
|
2335
|
-
.
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
line-height: 18px;
|
|
2282
|
+
.h1cuopx7 .ant-modal-header {
|
|
2283
|
+
margin: 0 auto;
|
|
2284
|
+
width: 100%;
|
|
2285
|
+
max-width: 648px;
|
|
2340
2286
|
}
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
color: #f0483e;
|
|
2344
|
-
font-size: 12px;
|
|
2345
|
-
white-space: pre-wrap;
|
|
2287
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
2288
|
+
margin-left: 0;
|
|
2346
2289
|
}
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2290
|
+
.h1cuopx7 .ant-modal-body {
|
|
2291
|
+
margin: 0 auto;
|
|
2292
|
+
padding: 0;
|
|
2293
|
+
width: 100%;
|
|
2294
|
+
max-width: 648px;
|
|
2295
|
+
overflow: hidden;
|
|
2352
2296
|
}
|
|
2353
|
-
.
|
|
2354
|
-
margin-
|
|
2297
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
2298
|
+
margin-bottom: 40px;
|
|
2355
2299
|
}
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2300
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
2301
|
+
height: calc(100vh - 225px);
|
|
2302
|
+
overflow-y: auto;
|
|
2359
2303
|
}
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
line-height: 20px;
|
|
2364
|
-
color: #2d3a56;
|
|
2365
|
-
border-radius: 6px;
|
|
2366
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2367
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2304
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
2305
|
+
margin: 0 auto;
|
|
2306
|
+
max-width: 648px;
|
|
2368
2307
|
}
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2308
|
+
|
|
2309
|
+
.h1p6d3y3 .ant-modal-header {
|
|
2310
|
+
margin: 0 auto;
|
|
2311
|
+
width: 100%;
|
|
2312
|
+
max-width: 1024px;
|
|
2372
2313
|
}
|
|
2373
|
-
.
|
|
2374
|
-
|
|
2375
|
-
line-height: 18px;
|
|
2314
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
2315
|
+
margin-left: 0;
|
|
2376
2316
|
}
|
|
2377
|
-
.
|
|
2378
|
-
|
|
2379
|
-
|
|
2317
|
+
.h1p6d3y3 .ant-modal-body {
|
|
2318
|
+
margin: 0 auto;
|
|
2319
|
+
padding: 0;
|
|
2320
|
+
width: 100%;
|
|
2321
|
+
max-width: 1024px;
|
|
2322
|
+
overflow: hidden;
|
|
2380
2323
|
}
|
|
2381
|
-
.
|
|
2382
|
-
|
|
2383
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2324
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
2325
|
+
margin-bottom: 40px;
|
|
2384
2326
|
}
|
|
2385
|
-
.
|
|
2386
|
-
|
|
2387
|
-
|
|
2327
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
2328
|
+
height: calc(100vh - 225px);
|
|
2329
|
+
overflow-y: auto;
|
|
2388
2330
|
}
|
|
2389
|
-
.
|
|
2390
|
-
|
|
2391
|
-
|
|
2331
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
2332
|
+
margin: 0 auto;
|
|
2333
|
+
max-width: 1024px;
|
|
2392
2334
|
}
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2335
|
+
|
|
2336
|
+
.fxgckuk {
|
|
2337
|
+
flex: 1;
|
|
2396
2338
|
}
|
|
2397
|
-
.
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2339
|
+
.fxgckuk label {
|
|
2340
|
+
font-size: 13px;
|
|
2341
|
+
line-height: 20px;
|
|
2342
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2401
2343
|
}
|
|
2402
|
-
.
|
|
2403
|
-
|
|
2404
|
-
border-radius: 6px;
|
|
2405
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2344
|
+
.fxgckuk .title {
|
|
2345
|
+
font-size: 14px;
|
|
2406
2346
|
line-height: 20px;
|
|
2407
2347
|
color: #2d3a56;
|
|
2408
|
-
|
|
2348
|
+
margin-bottom: 12px;
|
|
2409
2349
|
}
|
|
2410
|
-
.
|
|
2411
|
-
|
|
2412
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2350
|
+
.fxgckuk.connect-cluster .title {
|
|
2351
|
+
padding-bottom: 26px;
|
|
2413
2352
|
}
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2353
|
+
|
|
2354
|
+
.f1d0vek1 {
|
|
2355
|
+
padding: 25px 0 15px 0;
|
|
2356
|
+
border-bottom: 1px solid #e1e5eb;
|
|
2357
|
+
margin-bottom: 16px;
|
|
2417
2358
|
}
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2359
|
+
|
|
2360
|
+
.f4u402y {
|
|
2361
|
+
display: flex;
|
|
2362
|
+
align-items: center;
|
|
2363
|
+
margin-bottom: 8px;
|
|
2421
2364
|
}
|
|
2422
|
-
.
|
|
2423
|
-
|
|
2424
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2365
|
+
.f4u402y > label {
|
|
2366
|
+
width: 216px;
|
|
2425
2367
|
}
|
|
2426
|
-
.
|
|
2427
|
-
|
|
2428
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2368
|
+
.f4u402y > label + * {
|
|
2369
|
+
width: 100%;
|
|
2429
2370
|
}
|
|
2430
|
-
.
|
|
2431
|
-
|
|
2371
|
+
.f4u402y .ant-select {
|
|
2372
|
+
width: 100%;
|
|
2432
2373
|
}
|
|
2433
|
-
|
|
2374
|
+
|
|
2375
|
+
.e1pldf6v {
|
|
2434
2376
|
color: #e75a3a;
|
|
2377
|
+
margin-right: 10px;
|
|
2435
2378
|
}
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2443
|
-
}
|
|
2444
|
-
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
2445
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2446
|
-
color: rgba(0, 21, 64, 0.3);
|
|
2447
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
2379
|
+
|
|
2380
|
+
.dq0gblh {
|
|
2381
|
+
width: 100%;
|
|
2382
|
+
height: 1px;
|
|
2383
|
+
background: rgba(213, 219, 227, 0.6);
|
|
2384
|
+
margin: 24px 0;
|
|
2448
2385
|
}
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2386
|
+
|
|
2387
|
+
.l1v7sr0n {
|
|
2388
|
+
display: flex;
|
|
2389
|
+
justify-content: center;
|
|
2390
|
+
align-items: center;
|
|
2391
|
+
height: 100%;
|
|
2452
2392
|
}
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2393
|
+
|
|
2394
|
+
.d1i4ou6o {
|
|
2395
|
+
display: inline-block;
|
|
2396
|
+
width: 4px;
|
|
2397
|
+
height: 4px;
|
|
2398
|
+
background: #8e9aa9;
|
|
2399
|
+
opacity: 0.4;
|
|
2400
|
+
border-radius: 50%;
|
|
2401
|
+
margin: 0 4px;
|
|
2456
2402
|
}
|
|
2457
|
-
|
|
2458
|
-
|
|
2403
|
+
|
|
2404
|
+
.m1jy87hk .ant-modal-header,
|
|
2405
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
2406
|
+
width: 648px;
|
|
2407
|
+
margin: 0 auto;
|
|
2459
2408
|
}
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2409
|
+
.m1jy87hk .ant-modal-header {
|
|
2410
|
+
padding: 35px 0 24px;
|
|
2411
|
+
border: none;
|
|
2463
2412
|
}
|
|
2464
|
-
|
|
2465
|
-
|
|
2413
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
2414
|
+
font-size: 30px;
|
|
2466
2415
|
}
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
height: 24px;
|
|
2416
|
+
.m1jy87hk .ant-modal-body {
|
|
2417
|
+
padding: 4px 0 2px;
|
|
2470
2418
|
}
|
|
2471
|
-
|
|
2472
|
-
|
|
2419
|
+
.m1jy87hk .ant-modal-footer {
|
|
2420
|
+
border: none;
|
|
2473
2421
|
}
|
|
2474
2422
|
|
|
2475
|
-
.
|
|
2476
|
-
|
|
2423
|
+
.ti7fpyu {
|
|
2424
|
+
font-size: 12px;
|
|
2425
|
+
line-height: 18px;
|
|
2426
|
+
font-weight: bold;
|
|
2427
|
+
color: #fff;
|
|
2428
|
+
padding: 0 4px;
|
|
2477
2429
|
border-radius: 4px;
|
|
2430
|
+
display: inline-block;
|
|
2431
|
+
background: var(--ti7fpyu-0);
|
|
2478
2432
|
}
|
|
2479
|
-
.
|
|
2480
|
-
|
|
2481
|
-
padding: 6px;
|
|
2482
|
-
height: 32px;
|
|
2483
|
-
cursor: pointer;
|
|
2484
|
-
transition: border 150ms;
|
|
2433
|
+
.ti7fpyu:not(:first-child) {
|
|
2434
|
+
margin-left: 4px;
|
|
2485
2435
|
}
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2436
|
+
|
|
2437
|
+
.f1rest1f {
|
|
2438
|
+
width: 100%;
|
|
2439
|
+
height: 100%;
|
|
2440
|
+
display: flex;
|
|
2441
|
+
align-items: center;
|
|
2442
|
+
justify-content: center;
|
|
2489
2443
|
}
|
|
2490
|
-
|
|
2491
|
-
|
|
2444
|
+
|
|
2445
|
+
.n1kbdoln {
|
|
2446
|
+
font-size: 90%;
|
|
2447
|
+
font-weight: bold;
|
|
2448
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
2449
|
+
padding: 1px 4px 1px;
|
|
2450
|
+
margin-left: 2px;
|
|
2451
|
+
margin-right: 2px;
|
|
2452
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2453
|
+
border-radius: 4px;
|
|
2492
2454
|
}
|
|
2493
|
-
|
|
2494
|
-
|
|
2455
|
+
|
|
2456
|
+
.f1y3gta0.form-item-general {
|
|
2457
|
+
width: 640px;
|
|
2495
2458
|
}
|
|
2496
|
-
.
|
|
2497
|
-
|
|
2459
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
2460
|
+
margin-top: 16px;
|
|
2498
2461
|
}
|
|
2499
|
-
.
|
|
2500
|
-
|
|
2501
|
-
right: 12px;
|
|
2502
|
-
top: 50%;
|
|
2503
|
-
transform: translateY(-50%);
|
|
2462
|
+
.f1y3gta0.form-item-compact {
|
|
2463
|
+
width: 412px;
|
|
2504
2464
|
}
|
|
2505
|
-
.
|
|
2506
|
-
|
|
2507
|
-
font-size: 12px;
|
|
2508
|
-
cursor: pointer;
|
|
2465
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
2466
|
+
margin-top: 8px;
|
|
2509
2467
|
}
|
|
2510
|
-
.
|
|
2511
|
-
|
|
2468
|
+
.f1y3gta0 .form-item {
|
|
2469
|
+
width: auto;
|
|
2512
2470
|
}
|
|
2513
|
-
.
|
|
2471
|
+
.f1y3gta0 .form-item-main {
|
|
2514
2472
|
position: relative;
|
|
2515
|
-
|
|
2473
|
+
display: flex;
|
|
2516
2474
|
}
|
|
2517
|
-
.
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2475
|
+
.f1y3gta0 .form-item-extra {
|
|
2476
|
+
margin-top: 4px;
|
|
2477
|
+
width: 100%;
|
|
2478
|
+
padding: 14px;
|
|
2479
|
+
background: #f2f4f6;
|
|
2480
|
+
font-size: 13px;
|
|
2481
|
+
line-height: 1.8;
|
|
2482
|
+
color: #8e9aa9;
|
|
2524
2483
|
}
|
|
2525
|
-
.
|
|
2526
|
-
|
|
2527
|
-
|
|
2484
|
+
.f1y3gta0 .form-item-label {
|
|
2485
|
+
padding-right: 12px;
|
|
2486
|
+
font-size: 13px;
|
|
2487
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2488
|
+
}
|
|
2489
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
2490
|
+
text-align: right;
|
|
2528
2491
|
}
|
|
2529
|
-
.
|
|
2530
|
-
|
|
2531
|
-
|
|
2492
|
+
.f1y3gta0 .form-item-label,
|
|
2493
|
+
.f1y3gta0 .form-item-control {
|
|
2494
|
+
line-height: 32px;
|
|
2532
2495
|
}
|
|
2533
|
-
.
|
|
2534
|
-
|
|
2496
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
2497
|
+
line-height: 18px;
|
|
2535
2498
|
}
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
border-top-right-radius: 0;
|
|
2539
|
-
border-bottom-right-radius: 0;
|
|
2499
|
+
.f1y3gta0 .form-item-children {
|
|
2500
|
+
width: 100%;
|
|
2540
2501
|
}
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
border-top-right-radius: 0;
|
|
2544
|
-
border-bottom-right-radius: 0;
|
|
2502
|
+
.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 {
|
|
2503
|
+
width: 100%;
|
|
2545
2504
|
}
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2505
|
+
.f1y3gta0 .form-item-error {
|
|
2506
|
+
color: #e75a3a;
|
|
2507
|
+
height: 0;
|
|
2508
|
+
overflow: hidden;
|
|
2550
2509
|
}
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2510
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
2511
|
+
margin-top: 4px;
|
|
2512
|
+
height: auto;
|
|
2513
|
+
overflow: auto;
|
|
2555
2514
|
}
|
|
2556
|
-
|
|
2557
|
-
.
|
|
2558
|
-
border
|
|
2559
|
-
|
|
2515
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
2516
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
2517
|
+
border: 1px solid #e75a3a;
|
|
2518
|
+
color: #e75a3a;
|
|
2560
2519
|
}
|
|
2561
2520
|
|
|
2562
|
-
.
|
|
2563
|
-
|
|
2564
|
-
|
|
2521
|
+
.fujbm7g {
|
|
2522
|
+
color: #2d3a56;
|
|
2523
|
+
font-weight: bold;
|
|
2524
|
+
padding-bottom: 6px;
|
|
2525
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
2526
|
+
margin-bottom: 16px;
|
|
2527
|
+
}
|
|
2528
|
+
.fujbm7g:not(:first-of-type) {
|
|
2529
|
+
margin-top: 16px;
|
|
2565
2530
|
}
|
|
2566
2531
|
|
|
2567
|
-
.
|
|
2568
|
-
|
|
2532
|
+
.e5fsw5s {
|
|
2533
|
+
width: 8px;
|
|
2569
2534
|
height: 24px;
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2535
|
+
display: flex;
|
|
2536
|
+
justify-content: center;
|
|
2537
|
+
align-items: center;
|
|
2538
|
+
cursor: pointer;
|
|
2539
|
+
transition: all 200ms ease-out 40ms;
|
|
2575
2540
|
}
|
|
2576
|
-
.
|
|
2577
|
-
|
|
2578
|
-
|
|
2541
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
2542
|
+
content: "";
|
|
2543
|
+
width: 1px;
|
|
2544
|
+
height: 6px;
|
|
2545
|
+
border-radius: 1px;
|
|
2546
|
+
background: #ccd4e3;
|
|
2547
|
+
position: relative;
|
|
2548
|
+
right: 2px;
|
|
2549
|
+
transform: rotate(-45deg);
|
|
2579
2550
|
}
|
|
2580
|
-
.
|
|
2581
|
-
|
|
2582
|
-
|
|
2551
|
+
.e5fsw5s:after {
|
|
2552
|
+
transform: rotate(45deg);
|
|
2553
|
+
left: 1px;
|
|
2583
2554
|
}
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2555
|
+
|
|
2556
|
+
.w18knsg4.ant-alert-warning {
|
|
2557
|
+
border: 0;
|
|
2558
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2559
|
+
border-radius: 6px;
|
|
2587
2560
|
}
|
|
2588
|
-
.
|
|
2589
|
-
|
|
2590
|
-
|
|
2561
|
+
.w18knsg4.ant-alert,
|
|
2562
|
+
.w18knsg4 .ant-alert-message {
|
|
2563
|
+
color: #e07f00;
|
|
2591
2564
|
}
|
|
2592
|
-
.
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
top: 1px;
|
|
2596
|
-
left: 1px;
|
|
2565
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
2566
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
2567
|
+
border-bottom-color: #e07f00;
|
|
2597
2568
|
}
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2569
|
+
|
|
2570
|
+
.ng31n2o {
|
|
2571
|
+
display: flex;
|
|
2572
|
+
flex-direction: row;
|
|
2573
|
+
padding: 7px 12px;
|
|
2574
|
+
background: rgba(255, 187, 0, 0.1);
|
|
2575
|
+
border-radius: 6px;
|
|
2576
|
+
color: #e07f00;
|
|
2577
|
+
font-size: 12px;
|
|
2578
|
+
line-height: 18px;
|
|
2601
2579
|
}
|
|
2602
|
-
.
|
|
2603
|
-
|
|
2580
|
+
.ng31n2o .icon-wrapper {
|
|
2581
|
+
margin-right: 10px;
|
|
2582
|
+
height: 18px;
|
|
2604
2583
|
}
|
|
2605
|
-
|
|
2606
|
-
|
|
2584
|
+
|
|
2585
|
+
.n15x5f5y {
|
|
2586
|
+
display: flex;
|
|
2587
|
+
flex-direction: row;
|
|
2588
|
+
padding: 7px 12px;
|
|
2589
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2590
|
+
border-radius: 6px;
|
|
2591
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2592
|
+
font-size: 12px;
|
|
2593
|
+
line-height: 18px;
|
|
2607
2594
|
}
|
|
2608
|
-
.
|
|
2609
|
-
|
|
2595
|
+
.n15x5f5y .icon-wrapper {
|
|
2596
|
+
margin-right: 10px;
|
|
2597
|
+
height: 18px;
|
|
2610
2598
|
}
|
|
2611
|
-
|
|
2612
|
-
|
|
2599
|
+
|
|
2600
|
+
.i16ozz3f {
|
|
2601
|
+
display: flex;
|
|
2602
|
+
flex-direction: row;
|
|
2603
|
+
padding: 7px 12px;
|
|
2604
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2605
|
+
border-radius: 6px;
|
|
2606
|
+
color: #005ed1;
|
|
2607
|
+
font-size: 12px;
|
|
2608
|
+
line-height: 18px;
|
|
2613
2609
|
}
|
|
2614
|
-
.
|
|
2615
|
-
|
|
2610
|
+
.i16ozz3f .icon-wrapper {
|
|
2611
|
+
margin-right: 10px;
|
|
2612
|
+
height: 18px;
|
|
2616
2613
|
}
|
|
2617
2614
|
|
|
2618
|
-
.
|
|
2619
|
-
|
|
2615
|
+
.dszu9qr {
|
|
2616
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2617
|
+
margin-top: 5px;
|
|
2618
|
+
font-size: 12px;
|
|
2619
|
+
line-height: 18px;
|
|
2620
2620
|
}
|
|
2621
2621
|
|
|
2622
|
-
.
|
|
2623
|
-
|
|
2624
|
-
|
|
2622
|
+
.snxzgx {
|
|
2623
|
+
color: #f0483e;
|
|
2624
|
+
font-size: 12px;
|
|
2625
2625
|
white-space: pre-wrap;
|
|
2626
2626
|
}
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2627
|
+
|
|
2628
|
+
.o1i4orqw {
|
|
2629
|
+
display: flex;
|
|
2630
|
+
align-items: center;
|
|
2631
|
+
justify-content: flex-end;
|
|
2630
2632
|
}
|
|
2631
|
-
.
|
|
2632
|
-
|
|
2633
|
+
.o1i4orqw .icon-wrapper {
|
|
2634
|
+
margin-right: 16px;
|
|
2633
2635
|
}
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
+
|
|
2637
|
+
.t79k8o2 {
|
|
2638
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2636
2639
|
}
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
+
|
|
2641
|
+
.ipd9bk.ant-input {
|
|
2642
|
+
padding: 5px 12px;
|
|
2643
|
+
line-height: 20px;
|
|
2644
|
+
color: #2d3a56;
|
|
2645
|
+
border-radius: 6px;
|
|
2646
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2647
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2640
2648
|
}
|
|
2641
|
-
.
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
width: 6px;
|
|
2645
|
-
height: 6px;
|
|
2646
|
-
background: #fff;
|
|
2649
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
2650
|
+
padding: 8px 16px;
|
|
2651
|
+
line-height: 22px;
|
|
2647
2652
|
}
|
|
2648
|
-
.
|
|
2649
|
-
|
|
2653
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
2654
|
+
padding: 2px 8px;
|
|
2655
|
+
line-height: 18px;
|
|
2650
2656
|
}
|
|
2651
|
-
.
|
|
2657
|
+
.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 {
|
|
2652
2658
|
border-color: rgba(107, 128, 167, 0.6);
|
|
2653
|
-
|
|
2654
|
-
}
|
|
2655
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2656
|
-
background: #00122e;
|
|
2657
|
-
}
|
|
2658
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2659
|
-
color: #00122e;
|
|
2660
|
-
opacity: 0.5;
|
|
2661
|
-
}
|
|
2662
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2663
|
-
color: #00122e;
|
|
2659
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2664
2660
|
}
|
|
2665
|
-
.
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
padding-left: 12px;
|
|
2661
|
+
.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 {
|
|
2662
|
+
border-color: #0096ff;
|
|
2663
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2669
2664
|
}
|
|
2670
|
-
.
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2665
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
2666
|
+
border-color: #e75a3a;
|
|
2667
|
+
color: #e75a3a;
|
|
2674
2668
|
}
|
|
2675
|
-
.
|
|
2676
|
-
|
|
2669
|
+
.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 {
|
|
2670
|
+
border-color: #e75a3a;
|
|
2671
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2677
2672
|
}
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2673
|
+
.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 {
|
|
2674
|
+
border-color: #e75a3a;
|
|
2675
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2681
2676
|
}
|
|
2682
|
-
.
|
|
2683
|
-
|
|
2677
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
2678
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2679
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2680
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2684
2681
|
}
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
border-color:
|
|
2682
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
2683
|
+
padding: 5px 12px;
|
|
2684
|
+
border-radius: 6px;
|
|
2685
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2686
|
+
line-height: 20px;
|
|
2687
|
+
color: #2d3a56;
|
|
2688
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
2689
2689
|
}
|
|
2690
|
-
.
|
|
2691
|
-
|
|
2692
|
-
|
|
2690
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
2691
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
2692
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2693
2693
|
}
|
|
2694
|
-
.
|
|
2695
|
-
padding:
|
|
2696
|
-
line-height:
|
|
2697
|
-
height: 32px;
|
|
2694
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
2695
|
+
padding: 8px 16px;
|
|
2696
|
+
line-height: 22px;
|
|
2698
2697
|
}
|
|
2699
|
-
.
|
|
2700
|
-
|
|
2698
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
2699
|
+
padding: 2px 8px;
|
|
2700
|
+
line-height: 18px;
|
|
2701
2701
|
}
|
|
2702
|
-
.
|
|
2703
|
-
|
|
2702
|
+
.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 {
|
|
2703
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2704
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2704
2705
|
}
|
|
2705
|
-
.
|
|
2706
|
-
|
|
2706
|
+
.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 {
|
|
2707
|
+
border-color: #0096ff;
|
|
2708
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
2707
2709
|
}
|
|
2708
|
-
.
|
|
2709
|
-
|
|
2710
|
-
opacity: 0.5;
|
|
2710
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
2711
|
+
border-color: #e75a3a;
|
|
2711
2712
|
}
|
|
2712
|
-
.
|
|
2713
|
-
|
|
2713
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
2714
|
+
color: #e75a3a;
|
|
2714
2715
|
}
|
|
2715
|
-
.
|
|
2716
|
-
border-color: #
|
|
2716
|
+
.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 {
|
|
2717
|
+
border-color: #e75a3a;
|
|
2718
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
2717
2719
|
}
|
|
2718
|
-
.
|
|
2719
|
-
|
|
2720
|
+
.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 {
|
|
2721
|
+
border-color: #e75a3a;
|
|
2722
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
2720
2723
|
}
|
|
2721
|
-
.
|
|
2724
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
2722
2725
|
background: rgba(211, 218, 235, 0.6);
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
}
|
|
2726
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2727
|
-
color: #00122e;
|
|
2728
|
-
border-color: #ccd4e3;
|
|
2726
|
+
color: rgba(0, 21, 64, 0.3);
|
|
2727
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
2729
2728
|
}
|
|
2730
|
-
.
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2729
|
+
textarea.ipd9bk.ant-input {
|
|
2730
|
+
transition-property: height;
|
|
2731
|
+
transition-delay: 50ms;
|
|
2734
2732
|
}
|
|
2735
|
-
.
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
border: none;
|
|
2739
|
-
padding: 0;
|
|
2740
|
-
width: 36px;
|
|
2741
|
-
background: transparent;
|
|
2733
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
2734
|
+
min-height: 40px;
|
|
2735
|
+
height: 40px;
|
|
2742
2736
|
}
|
|
2743
|
-
.
|
|
2744
|
-
|
|
2737
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
2738
|
+
height: 80px;
|
|
2745
2739
|
}
|
|
2746
|
-
.
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
box-shadow: none;
|
|
2740
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
2741
|
+
min-height: 32px;
|
|
2742
|
+
height: 32px;
|
|
2750
2743
|
}
|
|
2751
|
-
.
|
|
2752
|
-
|
|
2744
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2745
|
+
height: 64px;
|
|
2753
2746
|
}
|
|
2754
|
-
.
|
|
2755
|
-
|
|
2747
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
2748
|
+
min-height: 24px;
|
|
2749
|
+
height: 24px;
|
|
2756
2750
|
}
|
|
2757
|
-
.
|
|
2758
|
-
|
|
2759
|
-
margin-right: 8px;
|
|
2760
|
-
padding: 0;
|
|
2761
|
-
width: 36px;
|
|
2751
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2752
|
+
height: 40px;
|
|
2762
2753
|
}
|
|
2763
2754
|
|
|
2764
|
-
.
|
|
2765
|
-
|
|
2766
|
-
|
|
2755
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2756
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2757
|
+
border-radius: 4px;
|
|
2767
2758
|
}
|
|
2768
|
-
.
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2759
|
+
.kypn5o5.input-tags {
|
|
2760
|
+
position: relative;
|
|
2761
|
+
padding: 6px;
|
|
2762
|
+
height: 32px;
|
|
2763
|
+
cursor: pointer;
|
|
2764
|
+
transition: border 150ms;
|
|
2773
2765
|
}
|
|
2774
|
-
.
|
|
2775
|
-
|
|
2766
|
+
.kypn5o5.input-tags:hover {
|
|
2767
|
+
border-color: #0080ff;
|
|
2768
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2776
2769
|
}
|
|
2777
|
-
.
|
|
2778
|
-
|
|
2779
|
-
min-height: unset;
|
|
2770
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2771
|
+
padding-right: 30px;
|
|
2780
2772
|
}
|
|
2781
|
-
.
|
|
2782
|
-
|
|
2783
|
-
line-height: 26px;
|
|
2784
|
-
width: 100%;
|
|
2785
|
-
text-align: center;
|
|
2786
|
-
padding: 0;
|
|
2787
|
-
font-size: 12px;
|
|
2788
|
-
font-weight: normal;
|
|
2773
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2774
|
+
display: flex;
|
|
2789
2775
|
}
|
|
2790
|
-
.
|
|
2791
|
-
|
|
2776
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2777
|
+
display: flex;
|
|
2792
2778
|
}
|
|
2793
|
-
.
|
|
2794
|
-
|
|
2779
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2780
|
+
position: absolute;
|
|
2781
|
+
right: 12px;
|
|
2782
|
+
top: 50%;
|
|
2783
|
+
transform: translateY(-50%);
|
|
2795
2784
|
}
|
|
2796
|
-
.
|
|
2797
|
-
|
|
2785
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2786
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2787
|
+
font-size: 12px;
|
|
2788
|
+
cursor: pointer;
|
|
2798
2789
|
}
|
|
2799
|
-
.
|
|
2800
|
-
|
|
2790
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2791
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2801
2792
|
}
|
|
2802
|
-
.
|
|
2803
|
-
|
|
2793
|
+
.kypn5o5.has-focus-indicator {
|
|
2794
|
+
position: relative;
|
|
2795
|
+
overflow: hidden;
|
|
2804
2796
|
}
|
|
2805
|
-
.
|
|
2806
|
-
content: "";
|
|
2807
|
-
width: 0;
|
|
2808
|
-
height: 0;
|
|
2809
|
-
border: 13px solid transparent;
|
|
2797
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2810
2798
|
position: absolute;
|
|
2811
|
-
top:
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2799
|
+
top: 50%;
|
|
2800
|
+
transform: translateY(-50%);
|
|
2801
|
+
left: -16px;
|
|
2802
|
+
transition: left 150ms ease;
|
|
2803
|
+
opacity: 0;
|
|
2815
2804
|
}
|
|
2816
|
-
.
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
height: 0;
|
|
2820
|
-
border: 13px solid transparent;
|
|
2821
|
-
position: absolute;
|
|
2822
|
-
top: 0;
|
|
2823
|
-
border-left: 8px solid #fff;
|
|
2824
|
-
left: 0;
|
|
2805
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2806
|
+
left: 8px;
|
|
2807
|
+
opacity: 1;
|
|
2825
2808
|
}
|
|
2826
|
-
.
|
|
2827
|
-
|
|
2809
|
+
.kypn5o5.has-focus-indicator input {
|
|
2810
|
+
transition: margin-left 150ms ease;
|
|
2811
|
+
margin-left: 0px;
|
|
2828
2812
|
}
|
|
2829
|
-
.
|
|
2830
|
-
|
|
2813
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2814
|
+
margin-left: 16px;
|
|
2831
2815
|
}
|
|
2832
|
-
|
|
2833
|
-
|
|
2816
|
+
|
|
2817
|
+
input.l1ki27se.ant-input {
|
|
2818
|
+
border-top-right-radius: 0;
|
|
2819
|
+
border-bottom-right-radius: 0;
|
|
2834
2820
|
}
|
|
2835
|
-
|
|
2836
|
-
.
|
|
2837
|
-
|
|
2821
|
+
|
|
2822
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2823
|
+
border-top-right-radius: 0;
|
|
2824
|
+
border-bottom-right-radius: 0;
|
|
2838
2825
|
}
|
|
2839
|
-
|
|
2840
|
-
.
|
|
2841
|
-
|
|
2826
|
+
|
|
2827
|
+
input.rrg1fkn.ant-input {
|
|
2828
|
+
border-top-left-radius: 0;
|
|
2829
|
+
border-bottom-left-radius: 0;
|
|
2842
2830
|
}
|
|
2843
|
-
|
|
2844
|
-
|
|
2831
|
+
|
|
2832
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2833
|
+
border-top-left-radius: 0;
|
|
2834
|
+
border-bottom-left-radius: 0;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2838
|
+
border-top-right-radius: 0;
|
|
2839
|
+
border-bottom-right-radius: 0;
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2843
|
+
border-top-left-radius: 0;
|
|
2844
|
+
border-bottom-left-radius: 0;
|
|
2845
2845
|
}
|
|
2846
2846
|
|
|
2847
2847
|
.t1upn1sz {
|