@zat-design/sisyphus-react 3.13.13 → 4.0.0-beta.2
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/babel.config.js +34 -1
- package/dist/index.esm.css +557 -341
- package/dist/less.esm.css +527 -309
- package/es/FormsProvider/index.d.ts +4 -1
- package/es/ProAction/components/CheckModalContent/index.js +0 -8
- package/es/ProAction/index.js +45 -48
- package/es/ProAction/index.less +2 -2
- package/es/ProConfigProvider/index.d.ts +21 -4
- package/es/ProConfigProvider/index.js +51 -22
- package/es/ProDownload/index.js +62 -65
- package/es/ProDownload/style/index.less +2 -2
- package/es/ProDownload/utils.js +45 -51
- package/es/ProDrawerForm/components/ProDrawer/index.js +64 -69
- package/es/ProDrawerForm/components/ProModal/index.js +59 -67
- package/es/ProDrawerForm/index.d.ts +2 -1
- package/es/ProDrawerForm/index.js +4 -6
- package/es/ProDrawerForm/propsType.d.ts +7 -18
- package/es/ProDrawerForm/style/index.less +8 -14
- package/es/ProEditLabel/components/RenderProForm.js +2 -3
- package/es/ProEditLabel/index.js +40 -45
- package/es/ProEditLabel/propsType.d.ts +1 -6
- package/es/ProEditLabel/style/index.less +4 -3
- package/es/ProEditTable/components/ActionButton/index.js +5 -8
- package/es/ProEditTable/components/RcTable/BaseTable.js +73 -55
- package/es/ProEditTable/components/RcTable/DraggableTable.js +66 -47
- package/es/ProEditTable/components/RcTable/index.d.ts +0 -2
- package/es/ProEditTable/components/RcTable/index.js +1 -3
- package/es/ProEditTable/components/RenderField/ListChangedWrapper.js +9 -12
- package/es/ProEditTable/components/RenderField/index.d.ts +3 -2
- package/es/ProEditTable/components/RenderField/index.js +377 -253
- package/es/ProEditTable/components/RenderToolbar/index.js +19 -19
- package/es/ProEditTable/components/Summary/index.js +5 -8
- package/es/ProEditTable/components/Validator/index.js +3 -6
- package/es/ProEditTable/index.js +128 -131
- package/es/ProEditTable/propsType.d.ts +1 -7
- package/es/ProEditTable/style/index.less +3 -7
- package/es/ProEditTable/utils/config.js +31 -35
- package/es/ProEditTable/utils/index.js +44 -41
- package/es/ProEditTable/utils/tools.js +107 -110
- package/es/ProEditTable/utils/useEditTableError.js +12 -4
- package/es/ProEnum/hooks/useEnumRequest.js +44 -47
- package/es/ProEnum/index.js +10 -17
- package/es/ProEnum/style/index.less +2 -2
- package/es/ProEnum/utils/index.d.ts +1 -0
- package/es/ProEnum/utils/index.js +2 -1
- package/es/ProForm/components/Container.d.ts +1 -0
- package/es/ProForm/components/Container.js +2 -3
- package/es/ProForm/components/FormFooter/index.js +13 -13
- package/es/ProForm/components/FormFooter/propsType.d.ts +2 -0
- package/es/ProForm/components/base/Checkbox/index.js +3 -4
- package/es/ProForm/components/base/DatePicker/index.d.ts +1 -3
- package/es/ProForm/components/base/DatePicker/index.js +7 -7
- package/es/ProForm/components/base/DatePicker/useDateLimit.d.ts +1 -7
- package/es/ProForm/components/base/DatePicker/useDateLimit.js +1 -3
- package/es/ProForm/components/base/Input/index.js +6 -13
- package/es/ProForm/components/base/InputNumber/index.js +3 -6
- package/es/ProForm/components/base/Radio/index.js +3 -4
- package/es/ProForm/components/base/RangePicker/index.js +6 -7
- package/es/ProForm/components/base/RangePicker/useDateRange.d.ts +5 -5
- package/es/ProForm/components/base/Select/index.js +2 -3
- package/es/ProForm/components/base/Switch/index.js +2 -3
- package/es/ProForm/components/base/SwitchCheckbox/index.js +2 -3
- package/es/ProForm/components/base/SwitchCheckbox/style/index.less +2 -2
- package/es/ProForm/components/base/TextArea/index.js +3 -4
- package/es/ProForm/components/base/TextArea/index.less +12 -2
- package/es/ProForm/components/base/TimePicker/index.d.ts +1 -2
- package/es/ProForm/components/base/TimePicker/index.js +6 -7
- package/es/ProForm/components/base/TimePicker/style/index.less +5 -3
- package/es/ProForm/components/combination/Container/style/index.less +2 -2
- package/es/ProForm/components/combination/FormList/components/ActionButton.js +28 -26
- package/es/ProForm/components/combination/FormList/components/BlockFields.js +3 -6
- package/es/ProForm/components/combination/FormList/components/Empty.js +18 -19
- package/es/ProForm/components/combination/FormList/components/LineFields.js +2 -3
- package/es/ProForm/components/combination/FormList/components/ToolbarButton.js +17 -21
- package/es/ProForm/components/combination/FormList/index.js +2 -3
- package/es/ProForm/components/combination/FormList/style/index.less +38 -2
- package/es/ProForm/components/combination/Group/component/AddonWrapper/index.d.ts +1 -0
- package/es/ProForm/components/combination/Group/index.d.ts +2 -8
- package/es/ProForm/components/combination/Group/index.js +12 -6
- package/es/ProForm/components/combination/Group/style/index.less +7 -87
- package/es/ProForm/components/combination/Group/utils.d.ts +1 -1
- package/es/ProForm/components/combination/Group/utils.js +4 -5
- package/es/ProForm/components/combination/ProCascader/index.js +21 -20
- package/es/ProForm/components/combination/ProCascader/propsType.d.ts +1 -1
- package/es/ProForm/components/combination/ProCascader/style/index.less +2 -2
- package/es/ProForm/components/combination/ProModalSelect/hooks/useRequestList.js +6 -8
- package/es/ProForm/components/combination/ProModalSelect/index.d.ts +1 -1
- package/es/ProForm/components/combination/ProModalSelect/index.js +97 -116
- package/es/ProForm/components/combination/ProModalSelect/style/index.less +13 -14
- package/es/ProForm/components/combination/ProNumberRange/index.d.ts +3 -2
- package/es/ProForm/components/combination/ProNumberRange/index.js +17 -16
- package/es/ProForm/components/combination/ProNumberRange/style/index.less +5 -52
- package/es/ProForm/components/combination/ProRangeLimit/index.d.ts +2 -23
- package/es/ProForm/components/combination/ProRangeLimit/index.js +44 -28
- package/es/ProForm/components/combination/ProRangeLimit/propsType.d.ts +23 -0
- package/es/ProForm/components/combination/ProTimeLimit/hooks/useControlled.d.ts +3 -2
- package/es/ProForm/components/combination/ProTimeLimit/hooks/useControlled.js +14 -2
- package/es/ProForm/components/combination/ProTimeLimit/index.d.ts +5 -6
- package/es/ProForm/components/combination/ProTimeLimit/index.js +23 -20
- package/es/ProForm/components/combination/ProTimeLimit/style/index.less +66 -6
- package/es/ProForm/components/index.d.ts +0 -8
- package/es/ProForm/components/index.js +1 -10
- package/es/ProForm/components/render/ChangedWrapper.js +8 -9
- package/es/ProForm/components/render/ConfirmWrapper.js +28 -29
- package/es/ProForm/components/render/Render.js +37 -40
- package/es/ProForm/components/render/propsType.d.ts +2 -6
- package/es/ProForm/index.js +9 -39
- package/es/ProForm/style/index.less +6 -16
- package/es/ProForm/utils/index.d.ts +15 -1
- package/es/ProForm/utils/index.js +63 -14
- package/es/ProForm/utils/useDeepCompareMemo.js +4 -4
- package/es/ProForm/utils/useForm.js +84 -74
- package/es/ProForm/utils/useShouldUpdate.js +14 -14
- package/es/ProForm/utils/valueType.js +8 -8
- package/es/ProIcon/index.js +10 -13
- package/es/ProIcon/style/index.less +2 -2
- package/es/ProLayout/components/Layout/Header/index.js +1 -1
- package/es/ProLayout/components/Layout/Menu/FoldMenu/index.js +11 -10
- package/es/ProLayout/components/Layout/Menu/FoldMenu/style/index.less +42 -39
- package/es/ProLayout/components/Layout/Menu/OpenMenu/index.js +3 -4
- package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +12 -6
- package/es/ProLayout/components/Layout/Menu/SideMenu/style/index.less +9 -5
- package/es/ProLayout/components/Layout/Menu/index.js +1 -1
- package/es/ProLayout/components/Layout/Menu/style/index.less +2 -2
- package/es/ProLayout/components/Layout/Notice/style/index.less +2 -2
- package/es/ProLayout/components/ProCollapse/index.js +20 -36
- package/es/ProLayout/components/ProCollapse/style/index.less +3 -3
- package/es/ProLayout/components/ProFooter/index.js +3 -4
- package/es/ProLayout/components/ProFooter/style/index.less +2 -2
- package/es/ProLayout/components/ProHeader/components/Copy/index.js +2 -3
- package/es/ProLayout/components/ProHeader/components/ProBackBtn/index.js +2 -3
- package/es/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +9 -9
- package/es/ProLayout/components/ProHeader/index.js +43 -46
- package/es/ProLayout/components/ProHeader/style/index.less +2 -2
- package/es/ProLayout/index.js +7 -6
- package/es/ProLayout/style/index.less +4 -3
- package/es/ProSelect/components/AdaptiveTooltip.js +2 -3
- package/es/ProSelect/index.js +7 -17
- package/es/ProSelect/index.less +2 -2
- package/es/ProSelect/propsType.d.ts +1 -1
- package/es/ProStep/components/Anchor/index.js +2 -3
- package/es/ProStep/components/Item/index.js +2 -1
- package/es/ProStep/components/Listener/index.js +12 -14
- package/es/ProStep/components/Step/index.js +1 -0
- package/es/ProStep/index.js +39 -47
- package/es/ProStep/style/index.less +4 -4
- package/es/ProStepTab/index.js +72 -83
- package/es/ProTable/components/FormatColumn/index.js +32 -31
- package/es/ProTable/components/RcTable/components/BaseTable/index.d.ts +0 -1
- package/es/ProTable/components/RcTable/components/BaseTable/index.js +2 -4
- package/es/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/index.js +39 -37
- package/es/ProTable/components/RcTable/components/DraggableTable/index.d.ts +0 -1
- package/es/ProTable/components/RcTable/components/DraggableTable/index.js +2 -4
- package/es/ProTable/components/RenderColumn/index.d.ts +1 -1
- package/es/ProTable/components/RenderColumn/index.js +15 -18
- package/es/ProTable/components/RenderSummary/index.js +4 -5
- package/es/ProTable/components/RenderTableHeader/index.js +3 -4
- package/es/ProTable/components/RenderTabs/index.js +3 -6
- package/es/ProTable/components/TableResizable/index.js +2 -1
- package/es/ProTable/components/TooltipTitle/index.js +2 -3
- package/es/ProTable/hooks/useAntdTable.js +21 -26
- package/es/ProTable/index.js +15 -16
- package/es/ProTable/propsType.d.ts +1 -3
- package/es/ProTable/style/index.less +5 -5
- package/es/ProTabs/components/Card/index.js +5 -10
- package/es/ProTabs/index.js +2 -3
- package/es/ProTabs/style/index.less +2 -2
- package/es/ProThemeTools/component/ProTools/index.js +18 -22
- package/es/ProThemeTools/context/ThemeContext.d.ts +31 -0
- package/es/ProThemeTools/context/ThemeContext.js +120 -0
- package/es/ProThemeTools/index.d.ts +4 -1
- package/es/ProThemeTools/index.js +60 -37
- package/es/ProThemeTools/style/index.less +3 -3
- package/es/ProThemeTools/utils/index.d.ts +16 -6
- package/es/ProThemeTools/utils/index.js +28 -24
- package/es/ProTooltip/index.js +14 -9
- package/es/ProTooltip/style/index.less +2 -2
- package/es/ProTree/components/AdaptiveTooltip.js +2 -3
- package/es/ProTree/components/List.js +3 -4
- package/es/ProTree/components/ProTree.js +19 -26
- package/es/ProTree/components/ProTreeSelect/index.js +38 -37
- package/es/ProTree/components/ProTreeSelect/style/index.less +2 -2
- package/es/ProTree/components/Tree.js +18 -25
- package/es/ProTree/index.js +0 -7
- package/es/ProTree/propsType.d.ts +1 -1
- package/es/ProTree/style/index.less +10 -6
- package/es/ProTreeModal/components/Cascader.js +3 -4
- package/es/ProTreeModal/components/List.js +11 -17
- package/es/ProTreeModal/components/SortableItem.js +2 -3
- package/es/ProTreeModal/components/Tree.js +3 -4
- package/es/ProTreeModal/components/Trigger.js +6 -11
- package/es/ProTreeModal/index.d.ts +0 -1
- package/es/ProTreeModal/index.js +14 -24
- package/es/ProTreeModal/style/index.less +14 -3
- package/es/ProUpload/components/ButtonRender.js +17 -20
- package/es/ProUpload/components/DragRender.js +2 -3
- package/es/ProUpload/components/FileItem.d.ts +0 -1
- package/es/ProUpload/components/FileItem.js +15 -21
- package/es/ProUpload/components/ImageRender.js +34 -43
- package/es/ProUpload/index.js +3 -4
- package/es/ProUpload/style/index.less +173 -12
- package/es/ProViewer/index.js +38 -45
- package/es/ProViewer/style/index.less +2 -2
- package/es/ProWaterMark/index.js +2 -3
- package/es/ProWaterMark/propsType.d.ts +5 -24
- package/es/global.less +2 -1
- package/es/index.d.ts +4 -2
- package/es/index.js +2 -3
- package/es/locale/en_US.js +1 -1
- package/es/locale/index.d.ts +2 -0
- package/es/locale/index.js +11 -2
- package/es/locale/zh_CN.js +1 -1
- package/es/style/components.less +0 -3
- package/es/style/theme/antd.less +38 -48
- package/es/style/theme/base.less +89 -0
- package/es/style/theme/index.less +2 -89
- package/es/utils/index.d.ts +7 -0
- package/es/utils/index.js +23 -1
- package/lib/FormsProvider/index.d.ts +4 -1
- package/lib/ProAction/components/CheckModalContent/index.js +0 -9
- package/lib/ProAction/index.js +45 -48
- package/lib/ProAction/index.less +2 -2
- package/lib/ProConfigProvider/index.d.ts +21 -4
- package/lib/ProConfigProvider/index.js +60 -31
- package/lib/ProDownload/index.js +62 -65
- package/lib/ProDownload/style/index.less +2 -2
- package/lib/ProDownload/utils.js +45 -54
- package/lib/ProDrawerForm/components/ProDrawer/index.js +64 -69
- package/lib/ProDrawerForm/components/ProModal/index.js +59 -67
- package/lib/ProDrawerForm/index.d.ts +2 -1
- package/lib/ProDrawerForm/index.js +4 -6
- package/lib/ProDrawerForm/propsType.d.ts +7 -18
- package/lib/ProDrawerForm/style/index.less +8 -14
- package/lib/ProEditLabel/components/RenderProForm.js +2 -3
- package/lib/ProEditLabel/index.js +40 -45
- package/lib/ProEditLabel/propsType.d.ts +1 -6
- package/lib/ProEditLabel/style/index.less +4 -3
- package/lib/ProEditTable/components/ActionButton/index.js +5 -8
- package/lib/ProEditTable/components/RcTable/BaseTable.js +72 -54
- package/lib/ProEditTable/components/RcTable/DraggableTable.js +65 -46
- package/lib/ProEditTable/components/RcTable/index.d.ts +0 -2
- package/lib/ProEditTable/components/RcTable/index.js +1 -8
- package/lib/ProEditTable/components/RenderField/ListChangedWrapper.js +9 -12
- package/lib/ProEditTable/components/RenderField/index.d.ts +3 -2
- package/lib/ProEditTable/components/RenderField/index.js +378 -254
- package/lib/ProEditTable/components/RenderToolbar/index.js +19 -19
- package/lib/ProEditTable/components/Summary/index.js +5 -8
- package/lib/ProEditTable/components/Validator/index.js +3 -7
- package/lib/ProEditTable/index.js +126 -129
- package/lib/ProEditTable/propsType.d.ts +1 -7
- package/lib/ProEditTable/style/index.less +3 -7
- package/lib/ProEditTable/utils/config.js +31 -35
- package/lib/ProEditTable/utils/index.js +44 -41
- package/lib/ProEditTable/utils/tools.js +107 -113
- package/lib/ProEditTable/utils/useEditTableError.js +12 -4
- package/lib/ProEnum/hooks/useEnumRequest.js +43 -46
- package/lib/ProEnum/index.js +10 -17
- package/lib/ProEnum/style/index.less +2 -2
- package/lib/ProEnum/utils/index.d.ts +1 -0
- package/lib/ProEnum/utils/index.js +3 -1
- package/lib/ProForm/components/Container.d.ts +1 -0
- package/lib/ProForm/components/Container.js +2 -3
- package/lib/ProForm/components/FormFooter/index.js +13 -13
- package/lib/ProForm/components/FormFooter/propsType.d.ts +2 -0
- package/lib/ProForm/components/base/Checkbox/index.js +3 -4
- package/lib/ProForm/components/base/DatePicker/index.d.ts +1 -3
- package/lib/ProForm/components/base/DatePicker/index.js +7 -7
- package/lib/ProForm/components/base/DatePicker/useDateLimit.d.ts +1 -7
- package/lib/ProForm/components/base/DatePicker/useDateLimit.js +1 -3
- package/lib/ProForm/components/base/Input/index.js +6 -13
- package/lib/ProForm/components/base/InputNumber/index.js +3 -6
- package/lib/ProForm/components/base/Radio/index.js +3 -4
- package/lib/ProForm/components/base/RangePicker/index.js +6 -6
- package/lib/ProForm/components/base/RangePicker/useDateRange.d.ts +5 -5
- package/lib/ProForm/components/base/Select/index.js +2 -3
- package/lib/ProForm/components/base/Switch/index.js +2 -3
- package/lib/ProForm/components/base/SwitchCheckbox/index.js +2 -3
- package/lib/ProForm/components/base/SwitchCheckbox/style/index.less +2 -2
- package/lib/ProForm/components/base/TextArea/index.js +3 -4
- package/lib/ProForm/components/base/TextArea/index.less +12 -2
- package/lib/ProForm/components/base/TimePicker/index.d.ts +1 -2
- package/lib/ProForm/components/base/TimePicker/index.js +6 -7
- package/lib/ProForm/components/base/TimePicker/style/index.less +5 -3
- package/lib/ProForm/components/combination/Container/style/index.less +2 -2
- package/lib/ProForm/components/combination/FormList/components/ActionButton.js +28 -26
- package/lib/ProForm/components/combination/FormList/components/BlockFields.js +3 -6
- package/lib/ProForm/components/combination/FormList/components/Empty.js +18 -19
- package/lib/ProForm/components/combination/FormList/components/LineFields.js +2 -3
- package/lib/ProForm/components/combination/FormList/components/ToolbarButton.js +17 -21
- package/lib/ProForm/components/combination/FormList/index.js +2 -3
- package/lib/ProForm/components/combination/FormList/style/index.less +38 -2
- package/lib/ProForm/components/combination/Group/component/AddonWrapper/index.d.ts +1 -0
- package/lib/ProForm/components/combination/Group/index.d.ts +2 -8
- package/lib/ProForm/components/combination/Group/index.js +13 -6
- package/lib/ProForm/components/combination/Group/style/index.less +7 -87
- package/lib/ProForm/components/combination/Group/utils.d.ts +1 -1
- package/lib/ProForm/components/combination/Group/utils.js +4 -5
- package/lib/ProForm/components/combination/ProCascader/index.js +23 -22
- package/lib/ProForm/components/combination/ProCascader/propsType.d.ts +1 -1
- package/lib/ProForm/components/combination/ProCascader/style/index.less +2 -2
- package/lib/ProForm/components/combination/ProModalSelect/hooks/useRequestList.js +6 -8
- package/lib/ProForm/components/combination/ProModalSelect/index.d.ts +1 -1
- package/lib/ProForm/components/combination/ProModalSelect/index.js +97 -116
- package/lib/ProForm/components/combination/ProModalSelect/style/index.less +13 -14
- package/lib/ProForm/components/combination/ProNumberRange/index.d.ts +3 -2
- package/lib/ProForm/components/combination/ProNumberRange/index.js +17 -16
- package/lib/ProForm/components/combination/ProNumberRange/style/index.less +5 -52
- package/lib/ProForm/components/combination/ProRangeLimit/index.d.ts +2 -23
- package/lib/ProForm/components/combination/ProRangeLimit/index.js +44 -28
- package/lib/ProForm/components/combination/ProRangeLimit/propsType.d.ts +23 -0
- package/lib/ProForm/components/combination/ProTimeLimit/hooks/useControlled.d.ts +3 -2
- package/lib/ProForm/components/combination/ProTimeLimit/hooks/useControlled.js +14 -2
- package/lib/ProForm/components/combination/ProTimeLimit/index.d.ts +5 -6
- package/lib/ProForm/components/combination/ProTimeLimit/index.js +23 -20
- package/lib/ProForm/components/combination/ProTimeLimit/style/index.less +66 -6
- package/lib/ProForm/components/index.d.ts +0 -8
- package/lib/ProForm/components/index.js +1 -63
- package/lib/ProForm/components/render/ChangedWrapper.js +8 -9
- package/lib/ProForm/components/render/ConfirmWrapper.js +28 -29
- package/lib/ProForm/components/render/Render.js +37 -39
- package/lib/ProForm/components/render/propsType.d.ts +2 -6
- package/lib/ProForm/index.js +8 -38
- package/lib/ProForm/style/index.less +6 -16
- package/lib/ProForm/utils/index.d.ts +15 -1
- package/lib/ProForm/utils/index.js +65 -17
- package/lib/ProForm/utils/useDeepCompareMemo.js +4 -4
- package/lib/ProForm/utils/useForm.js +83 -73
- package/lib/ProForm/utils/useShouldUpdate.js +14 -14
- package/lib/ProForm/utils/valueType.js +8 -8
- package/lib/ProIcon/index.js +10 -13
- package/lib/ProIcon/style/index.less +2 -2
- package/lib/ProLayout/components/Layout/Header/index.js +1 -1
- package/lib/ProLayout/components/Layout/Menu/FoldMenu/index.js +11 -10
- package/lib/ProLayout/components/Layout/Menu/FoldMenu/style/index.less +42 -39
- package/lib/ProLayout/components/Layout/Menu/OpenMenu/index.js +3 -4
- package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +12 -6
- package/lib/ProLayout/components/Layout/Menu/SideMenu/style/index.less +9 -5
- package/lib/ProLayout/components/Layout/Menu/index.js +1 -1
- package/lib/ProLayout/components/Layout/Menu/style/index.less +2 -2
- package/lib/ProLayout/components/Layout/Notice/style/index.less +2 -2
- package/lib/ProLayout/components/ProCollapse/index.js +20 -36
- package/lib/ProLayout/components/ProCollapse/style/index.less +3 -3
- package/lib/ProLayout/components/ProFooter/index.js +3 -4
- package/lib/ProLayout/components/ProFooter/style/index.less +2 -2
- package/lib/ProLayout/components/ProHeader/components/Copy/index.js +2 -3
- package/lib/ProLayout/components/ProHeader/components/ProBackBtn/index.js +2 -3
- package/lib/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +9 -9
- package/lib/ProLayout/components/ProHeader/index.js +43 -46
- package/lib/ProLayout/components/ProHeader/style/index.less +2 -2
- package/lib/ProLayout/index.js +7 -6
- package/lib/ProLayout/style/index.less +4 -3
- package/lib/ProSelect/components/AdaptiveTooltip.js +2 -3
- package/lib/ProSelect/index.js +7 -17
- package/lib/ProSelect/index.less +2 -2
- package/lib/ProSelect/propsType.d.ts +1 -1
- package/lib/ProStep/components/Anchor/index.js +2 -3
- package/lib/ProStep/components/Item/index.js +2 -1
- package/lib/ProStep/components/Listener/index.js +12 -14
- package/lib/ProStep/components/Step/index.js +1 -0
- package/lib/ProStep/index.js +39 -47
- package/lib/ProStep/style/index.less +4 -4
- package/lib/ProStepTab/index.js +72 -83
- package/lib/ProTable/components/FormatColumn/index.js +32 -31
- package/lib/ProTable/components/RcTable/components/BaseTable/index.d.ts +0 -1
- package/lib/ProTable/components/RcTable/components/BaseTable/index.js +2 -4
- package/lib/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/index.js +38 -36
- package/lib/ProTable/components/RcTable/components/DraggableTable/index.d.ts +0 -1
- package/lib/ProTable/components/RcTable/components/DraggableTable/index.js +2 -4
- package/lib/ProTable/components/RenderColumn/index.d.ts +1 -1
- package/lib/ProTable/components/RenderColumn/index.js +15 -18
- package/lib/ProTable/components/RenderSummary/index.js +4 -5
- package/lib/ProTable/components/RenderTableHeader/index.js +3 -5
- package/lib/ProTable/components/RenderTabs/index.js +3 -6
- package/lib/ProTable/components/TableResizable/index.js +2 -1
- package/lib/ProTable/components/TooltipTitle/index.js +2 -3
- package/lib/ProTable/hooks/useAntdTable.js +21 -26
- package/lib/ProTable/index.js +15 -16
- package/lib/ProTable/propsType.d.ts +1 -3
- package/lib/ProTable/style/index.less +5 -5
- package/lib/ProTabs/components/Card/index.js +5 -11
- package/lib/ProTabs/index.js +2 -3
- package/lib/ProTabs/style/index.less +2 -2
- package/lib/ProThemeTools/component/ProTools/index.js +18 -22
- package/lib/ProThemeTools/context/ThemeContext.d.ts +31 -0
- package/lib/ProThemeTools/context/ThemeContext.js +126 -0
- package/lib/ProThemeTools/index.d.ts +4 -1
- package/lib/ProThemeTools/index.js +69 -35
- package/lib/ProThemeTools/style/index.less +3 -3
- package/lib/ProThemeTools/utils/index.d.ts +16 -6
- package/lib/ProThemeTools/utils/index.js +29 -25
- package/lib/ProTooltip/index.js +14 -9
- package/lib/ProTooltip/style/index.less +2 -2
- package/lib/ProTree/components/AdaptiveTooltip.js +2 -4
- package/lib/ProTree/components/List.js +3 -4
- package/lib/ProTree/components/ProTree.js +19 -26
- package/lib/ProTree/components/ProTreeSelect/index.js +38 -37
- package/lib/ProTree/components/ProTreeSelect/style/index.less +2 -2
- package/lib/ProTree/components/Tree.js +18 -25
- package/lib/ProTree/index.js +0 -8
- package/lib/ProTree/propsType.d.ts +1 -1
- package/lib/ProTree/style/index.less +10 -6
- package/lib/ProTreeModal/components/Cascader.js +3 -4
- package/lib/ProTreeModal/components/List.js +11 -17
- package/lib/ProTreeModal/components/SortableItem.js +2 -3
- package/lib/ProTreeModal/components/Tree.js +3 -4
- package/lib/ProTreeModal/components/Trigger.js +6 -11
- package/lib/ProTreeModal/index.d.ts +0 -1
- package/lib/ProTreeModal/index.js +14 -24
- package/lib/ProTreeModal/style/index.less +14 -3
- package/lib/ProUpload/components/ButtonRender.js +17 -20
- package/lib/ProUpload/components/DragRender.js +2 -3
- package/lib/ProUpload/components/FileItem.d.ts +0 -1
- package/lib/ProUpload/components/FileItem.js +15 -21
- package/lib/ProUpload/components/ImageRender.js +34 -43
- package/lib/ProUpload/index.js +3 -4
- package/lib/ProUpload/style/index.less +173 -12
- package/lib/ProViewer/index.js +39 -47
- package/lib/ProViewer/style/index.less +2 -2
- package/lib/ProWaterMark/index.js +3 -4
- package/lib/ProWaterMark/propsType.d.ts +5 -24
- package/lib/global.less +2 -1
- package/lib/index.d.ts +4 -2
- package/lib/index.js +36 -16
- package/lib/locale/en_US.js +1 -1
- package/lib/locale/index.d.ts +2 -0
- package/lib/locale/index.js +12 -2
- package/lib/locale/zh_CN.js +1 -1
- package/lib/style/components.less +0 -3
- package/lib/style/theme/antd.less +38 -48
- package/lib/style/theme/base.less +89 -0
- package/lib/style/theme/index.less +2 -89
- package/lib/utils/index.d.ts +7 -0
- package/lib/utils/index.js +26 -2
- package/package.json +31 -18
- package/es/ProEditTable/components/RcTable/VirtualTable.d.ts +0 -3
- package/es/ProEditTable/components/RcTable/VirtualTable.js +0 -8
- package/es/ProForm/components/combination/ProCombination/index.d.ts +0 -6
- package/es/ProForm/components/combination/ProCombination/index.js +0 -204
- package/es/ProForm/components/combination/ProCombination/propsType.d.ts +0 -68
- package/es/ProForm/components/combination/ProCombination/style/index.less +0 -18
- package/es/ProForm/components/old/EnumSelect/hooks/useRequestList.d.ts +0 -33
- package/es/ProForm/components/old/EnumSelect/hooks/useRequestList.js +0 -108
- package/es/ProForm/components/old/EnumSelect/index.d.ts +0 -4
- package/es/ProForm/components/old/EnumSelect/index.js +0 -272
- package/es/ProForm/components/old/EnumSelect/interface.d.ts +0 -29
- package/es/ProForm/components/old/EnumSelect/interface.js +0 -1
- package/es/ProForm/components/old/EnumSelect/style/index.less +0 -113
- package/es/ProForm/components/old/InputRange/index.d.ts +0 -16
- package/es/ProForm/components/old/InputRange/index.js +0 -100
- package/es/ProForm/components/old/InputWithSuffix/index.d.ts +0 -3
- package/es/ProForm/components/old/InputWithSuffix/index.js +0 -46
- package/es/ProForm/components/old/InputWithSuffix/propsTypes.d.ts +0 -11
- package/es/ProForm/components/old/InputWithSuffix/propsTypes.js +0 -1
- package/es/ProForm/components/old/ProAddress/index.d.ts +0 -27
- package/es/ProForm/components/old/ProAddress/index.js +0 -298
- package/es/ProForm/components/old/ProAddress/propsTypes.d.ts +0 -16
- package/es/ProForm/components/old/ProAddress/propsTypes.js +0 -1
- package/es/ProForm/components/old/ProCertNo/index.d.ts +0 -14
- package/es/ProForm/components/old/ProCertNo/index.js +0 -66
- package/es/ProForm/components/old/ProCertNo/propsType.d.ts +0 -18
- package/es/ProForm/components/old/ProCertNo/propsType.js +0 -1
- package/es/ProForm/components/old/ProCertValidity/index.d.ts +0 -9
- package/es/ProForm/components/old/ProCertValidity/index.js +0 -188
- package/es/ProForm/components/old/ProCertValidity/propsType.d.ts +0 -19
- package/es/ProForm/components/old/ProCertValidity/propsType.js +0 -1
- package/es/ProForm/components/old/ProRangeBox/index.d.ts +0 -2
- package/es/ProForm/components/old/ProRangeBox/index.js +0 -97
- package/es/ProForm/components/old/ProRangeBox/propsType.d.ts +0 -3
- package/es/ProForm/components/old/ProRangeBox/propsType.js +0 -1
- package/es/ProForm/utils/_useChanged.d.ts +0 -8
- package/es/ProForm/utils/_useChanged.js +0 -25
- package/es/ProForm/utils/_useListChanged.d.ts +0 -16
- package/es/ProForm/utils/_useListChanged.js +0 -93
- package/es/ProUpload/style/fileItem.less +0 -159
- package/es/old/ProCertValidity/index.d.ts +0 -9
- package/es/old/ProCertValidity/index.js +0 -188
- package/es/old/ProCertValidity/propsType.d.ts +0 -19
- package/es/old/ProCertValidity/propsType.js +0 -1
- package/es/old/ProEditableTable/index.d.ts +0 -4
- package/es/old/ProEditableTable/index.js +0 -594
- package/es/old/ProEditableTable/propsType.d.ts +0 -68
- package/es/old/ProEditableTable/propsType.js +0 -1
- package/es/old/ProEditableTable/style/index.less +0 -75
- package/es/old/ProEditableTable/utils.d.ts +0 -29
- package/es/old/ProEditableTable/utils.js +0 -323
- package/lib/ProEditTable/components/RcTable/VirtualTable.d.ts +0 -3
- package/lib/ProEditTable/components/RcTable/VirtualTable.js +0 -14
- package/lib/ProForm/components/combination/ProCombination/index.d.ts +0 -6
- package/lib/ProForm/components/combination/ProCombination/index.js +0 -213
- package/lib/ProForm/components/combination/ProCombination/propsType.d.ts +0 -68
- package/lib/ProForm/components/combination/ProCombination/style/index.less +0 -18
- package/lib/ProForm/components/old/EnumSelect/hooks/useRequestList.d.ts +0 -33
- package/lib/ProForm/components/old/EnumSelect/hooks/useRequestList.js +0 -115
- package/lib/ProForm/components/old/EnumSelect/index.d.ts +0 -4
- package/lib/ProForm/components/old/EnumSelect/index.js +0 -279
- package/lib/ProForm/components/old/EnumSelect/interface.d.ts +0 -29
- package/lib/ProForm/components/old/EnumSelect/interface.js +0 -5
- package/lib/ProForm/components/old/EnumSelect/style/index.less +0 -113
- package/lib/ProForm/components/old/InputRange/index.d.ts +0 -16
- package/lib/ProForm/components/old/InputRange/index.js +0 -108
- package/lib/ProForm/components/old/InputWithSuffix/index.d.ts +0 -3
- package/lib/ProForm/components/old/InputWithSuffix/index.js +0 -53
- package/lib/ProForm/components/old/InputWithSuffix/propsTypes.d.ts +0 -11
- package/lib/ProForm/components/old/InputWithSuffix/propsTypes.js +0 -5
- package/lib/ProForm/components/old/ProAddress/index.d.ts +0 -27
- package/lib/ProForm/components/old/ProAddress/index.js +0 -306
- package/lib/ProForm/components/old/ProAddress/propsTypes.d.ts +0 -16
- package/lib/ProForm/components/old/ProAddress/propsTypes.js +0 -5
- package/lib/ProForm/components/old/ProCertNo/index.d.ts +0 -14
- package/lib/ProForm/components/old/ProCertNo/index.js +0 -73
- package/lib/ProForm/components/old/ProCertNo/propsType.d.ts +0 -18
- package/lib/ProForm/components/old/ProCertNo/propsType.js +0 -5
- package/lib/ProForm/components/old/ProCertValidity/index.d.ts +0 -9
- package/lib/ProForm/components/old/ProCertValidity/index.js +0 -193
- package/lib/ProForm/components/old/ProCertValidity/propsType.d.ts +0 -19
- package/lib/ProForm/components/old/ProCertValidity/propsType.js +0 -5
- package/lib/ProForm/components/old/ProRangeBox/index.d.ts +0 -2
- package/lib/ProForm/components/old/ProRangeBox/index.js +0 -105
- package/lib/ProForm/components/old/ProRangeBox/propsType.d.ts +0 -3
- package/lib/ProForm/components/old/ProRangeBox/propsType.js +0 -5
- package/lib/ProForm/utils/_useChanged.d.ts +0 -8
- package/lib/ProForm/utils/_useChanged.js +0 -32
- package/lib/ProForm/utils/_useListChanged.d.ts +0 -16
- package/lib/ProForm/utils/_useListChanged.js +0 -100
- package/lib/ProUpload/style/fileItem.less +0 -159
- package/lib/old/ProCertValidity/index.d.ts +0 -9
- package/lib/old/ProCertValidity/index.js +0 -193
- package/lib/old/ProCertValidity/propsType.d.ts +0 -19
- package/lib/old/ProCertValidity/propsType.js +0 -5
- package/lib/old/ProEditableTable/index.d.ts +0 -4
- package/lib/old/ProEditableTable/index.js +0 -601
- package/lib/old/ProEditableTable/propsType.d.ts +0 -68
- package/lib/old/ProEditableTable/propsType.js +0 -5
- package/lib/old/ProEditableTable/style/index.less +0 -75
- package/lib/old/ProEditableTable/utils.d.ts +0 -29
- package/lib/old/ProEditableTable/utils.js +0 -330
- /package/es/ProForm/components/combination/{ProCombination → ProRangeLimit}/propsType.js +0 -0
- /package/lib/ProForm/components/combination/{ProCombination → ProRangeLimit}/propsType.js +0 -0
package/dist/index.esm.css
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
/* @root-entry-name: 'default'; */
|
2
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
1
3
|
/** 顶部 */
|
2
4
|
.pro-layout-header {
|
3
5
|
position: fixed;
|
@@ -162,6 +164,10 @@
|
|
162
164
|
vertical-align: middle;
|
163
165
|
fill: currentColor;
|
164
166
|
}
|
167
|
+
/* @root-entry-name: 'default'; */
|
168
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
169
|
+
/* @root-entry-name: 'default'; */
|
170
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
165
171
|
.pro-layout-menu-fold-list {
|
166
172
|
padding-top: 4px;
|
167
173
|
overflow-y: auto;
|
@@ -194,11 +200,12 @@
|
|
194
200
|
-ms-flex: 0 0 20px;
|
195
201
|
flex: 0 0 20px;
|
196
202
|
width: 20px;
|
197
|
-
height: 20px;
|
198
203
|
min-width: 20px;
|
204
|
+
height: 20px;
|
199
205
|
color: #fff;
|
200
206
|
}
|
201
207
|
.pro-layout-menu-fold-list li div h2 {
|
208
|
+
display: none;
|
202
209
|
-webkit-box-flex: 1;
|
203
210
|
-webkit-flex-grow: 1;
|
204
211
|
-ms-flex-positive: 1;
|
@@ -207,7 +214,6 @@
|
|
207
214
|
opacity: 1;
|
208
215
|
-webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
|
209
216
|
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
|
210
|
-
display: none;
|
211
217
|
}
|
212
218
|
.pro-layout-menu-fold-list li:hover {
|
213
219
|
background: var(--ant-primary-8, #003eb3);
|
@@ -225,7 +231,7 @@
|
|
225
231
|
font-size: var(--zaui-font-size-md, 14px);
|
226
232
|
}
|
227
233
|
.pro-layout-menu-fold-list li.active {
|
228
|
-
background-color: var(--zaui-brand, #
|
234
|
+
background-color: var(--zaui-brand, #006aff);
|
229
235
|
}
|
230
236
|
.pro-layout-menu-fold-list li.active a h2 {
|
231
237
|
color: var(--zaui-base-bg, #ffffff);
|
@@ -247,10 +253,14 @@
|
|
247
253
|
.pro-layout-menu-tooltip.ant-popover-placement-rightBottom,
|
248
254
|
.pro-layout-menu-tooltip.ant-popover-placement-rightTop {
|
249
255
|
position: fixed;
|
250
|
-
z-index: 1001;
|
251
256
|
left: 49px !important;
|
257
|
+
z-index: 99;
|
252
258
|
padding-left: 0;
|
253
259
|
}
|
260
|
+
.pro-layout-menu-tooltip.ant-popover-placement-rightBottom .ant-popover-arrow,
|
261
|
+
.pro-layout-menu-tooltip.ant-popover-placement-rightTop .ant-popover-arrow {
|
262
|
+
display: none;
|
263
|
+
}
|
254
264
|
.pro-layout-menu-tooltip .ant-popover-inner-content {
|
255
265
|
padding: 0;
|
256
266
|
}
|
@@ -265,6 +275,9 @@
|
|
265
275
|
.pro-layout-open-menu {
|
266
276
|
color: #fff;
|
267
277
|
}
|
278
|
+
.pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu > .ant-menu-item-only-child {
|
279
|
+
padding-left: 16px !important;
|
280
|
+
}
|
268
281
|
.pro-layout-open-menu .ant-menu-root {
|
269
282
|
overflow-y: auto !important;
|
270
283
|
}
|
@@ -275,10 +288,13 @@
|
|
275
288
|
.pro-layout-open-menu .ant-menu-root > .ant-menu-submenu .ant-menu-sub {
|
276
289
|
background: #1a202d;
|
277
290
|
}
|
291
|
+
.pro-layout-open-menu .ant-menu-root > .ant-menu-submenu .ant-menu-sub .ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title {
|
292
|
+
padding-left: 16px !important;
|
293
|
+
}
|
278
294
|
.pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-sub > .ant-menu-submenu > .ant-menu-submenu-title,
|
279
295
|
.pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-item-only-child,
|
280
296
|
.pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-sub > .ant-menu-item-only-child {
|
281
|
-
padding-left: 16px
|
297
|
+
padding-left: 16px;
|
282
298
|
}
|
283
299
|
.pro-layout-open-menu .ant-menu-root > .ant-menu-item-only-child {
|
284
300
|
height: auto;
|
@@ -293,7 +309,7 @@
|
|
293
309
|
white-space: pre-wrap;
|
294
310
|
}
|
295
311
|
.pro-layout-open-menu .ant-menu-root .ant-menu-item {
|
296
|
-
padding-left:
|
312
|
+
padding-left: 24px !important;
|
297
313
|
}
|
298
314
|
.pro-layout-open-menu .ant-menu-root .ant-menu-item::after {
|
299
315
|
display: none;
|
@@ -330,7 +346,7 @@
|
|
330
346
|
height: auto !important;
|
331
347
|
min-height: 48px;
|
332
348
|
margin: 0;
|
333
|
-
padding:
|
349
|
+
padding: 8px 0;
|
334
350
|
line-height: initial !important;
|
335
351
|
white-space: pre-wrap;
|
336
352
|
}
|
@@ -414,6 +430,8 @@
|
|
414
430
|
color: #cacaca;
|
415
431
|
font-weight: 400;
|
416
432
|
}
|
433
|
+
/* @root-entry-name: 'default'; */
|
434
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
417
435
|
.pro-layout-sider-menu {
|
418
436
|
width: 220px;
|
419
437
|
background: #fff;
|
@@ -464,7 +482,7 @@
|
|
464
482
|
display: none;
|
465
483
|
}
|
466
484
|
.pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content div .pro-layout-icon.pro-layout-icon-empty ~ h2 {
|
467
|
-
margin-left:
|
485
|
+
margin-left: 32px;
|
468
486
|
}
|
469
487
|
.pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .pro-layout-icon {
|
470
488
|
color: var(--zaui-text, #343434) !important;
|
@@ -489,8 +507,10 @@
|
|
489
507
|
.pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-root > .ant-menu-item-only-child,
|
490
508
|
.pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-sub.ant-menu-inline > .ant-menu-item {
|
491
509
|
min-height: 40px;
|
492
|
-
padding-top:
|
493
|
-
padding-bottom:
|
510
|
+
padding-top: 8px;
|
511
|
+
padding-bottom: 8px;
|
512
|
+
width: 100%;
|
513
|
+
border-radius: 0;
|
494
514
|
}
|
495
515
|
/** 侧边栏 + 内容区 */
|
496
516
|
.pro-layout-row {
|
@@ -636,6 +656,8 @@
|
|
636
656
|
.pro-layout-row .pro-layout-menu-open ~ .pro-layout-content {
|
637
657
|
margin-left: 220px !important;
|
638
658
|
}
|
659
|
+
/* @root-entry-name: 'default'; */
|
660
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
639
661
|
/** 告知区 */
|
640
662
|
.pro-layout-header-notice {
|
641
663
|
position: fixed;
|
@@ -675,6 +697,8 @@
|
|
675
697
|
width: 12px;
|
676
698
|
margin-right: 0;
|
677
699
|
}
|
700
|
+
/* @root-entry-name: 'default'; */
|
701
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
678
702
|
.pro-collapse .pro-collapse-icon {
|
679
703
|
max-width: 18px;
|
680
704
|
min-width: 16px;
|
@@ -770,7 +794,7 @@
|
|
770
794
|
right: 8px;
|
771
795
|
}
|
772
796
|
.pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-extra .extra-info {
|
773
|
-
margin-right:
|
797
|
+
margin-right: 4px;
|
774
798
|
}
|
775
799
|
.pro-collapse.pro-collapse-level2 .pro-collapse-content {
|
776
800
|
padding: 0;
|
@@ -825,6 +849,8 @@
|
|
825
849
|
font-weight: 500 !important;
|
826
850
|
font-size: var(--zaui-font-size, 14px);
|
827
851
|
}
|
852
|
+
/* @root-entry-name: 'default'; */
|
853
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
828
854
|
.pro-footer {
|
829
855
|
position: fixed;
|
830
856
|
right: 0;
|
@@ -836,22 +862,26 @@
|
|
836
862
|
-webkit-box-shadow: 3px 2px 12px 0 hsla(0, 0%, 59.2%, 0.32);
|
837
863
|
box-shadow: 3px 2px 12px 0 hsla(0, 0%, 59.2%, 0.32);
|
838
864
|
}
|
865
|
+
/* @root-entry-name: 'default'; */
|
866
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
867
|
+
/* @root-entry-name: 'default'; */
|
868
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
839
869
|
.back-button-container.ant-btn {
|
840
870
|
color: var(--zaui-text);
|
841
871
|
font-weight: 400;
|
842
|
-
background: var(--zaui-disabled-bg);
|
843
|
-
border: none;
|
872
|
+
background: var(--zaui-disabled-bg) !important;
|
873
|
+
border: none !important;
|
844
874
|
}
|
845
875
|
.back-button-container.ant-btn:hover {
|
846
|
-
color: var(--zaui-aide-text);
|
847
|
-
background: var(--zaui-disabled-bg);
|
848
|
-
border: none;
|
876
|
+
color: var(--zaui-aide-text) !important;
|
877
|
+
background: var(--zaui-disabled-bg) !important;
|
878
|
+
border: none !important;
|
849
879
|
}
|
850
880
|
.back-button-container.ant-btn:active,
|
851
881
|
.back-button-container.ant-btn:focus {
|
852
|
-
color: var(--zaui-text);
|
882
|
+
color: var(--zaui-text) !important;
|
853
883
|
font-weight: 400;
|
854
|
-
background: var(--zaui-disabled-bg);
|
884
|
+
background: var(--zaui-disabled-bg) !important;
|
855
885
|
}
|
856
886
|
.pro-header {
|
857
887
|
padding: 10px 0 0 0 !important;
|
@@ -1396,6 +1426,7 @@
|
|
1396
1426
|
}
|
1397
1427
|
.pro-layout.pro-layout-light .anticon-caret-down {
|
1398
1428
|
color: #999 !important;
|
1429
|
+
inset-inline-end: 8px;
|
1399
1430
|
}
|
1400
1431
|
.pro-layout.pro-layout-light .pro-layout-row .pro-layout-menu {
|
1401
1432
|
background: var(--zaui-base-bg, #ffffff);
|
@@ -1421,7 +1452,7 @@
|
|
1421
1452
|
.pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected:before {
|
1422
1453
|
position: absolute;
|
1423
1454
|
left: var(--zaui-space-size-sm, 8px);
|
1424
|
-
width: calc(100% -
|
1455
|
+
width: calc(100% - 8px);
|
1425
1456
|
min-height: 38px;
|
1426
1457
|
height: 80%;
|
1427
1458
|
background-color: var(--zaui-brand, #006aff);
|
@@ -1470,13 +1501,15 @@
|
|
1470
1501
|
.pro-layout .pro-layout-header-pure + .pro-layout-row .pro-layout-sider-new-nav {
|
1471
1502
|
top: 0 !important;
|
1472
1503
|
}
|
1504
|
+
/* @root-entry-name: 'default'; */
|
1505
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
1473
1506
|
.pro-step-wrapper {
|
1474
1507
|
padding-right: 48px;
|
1475
1508
|
}
|
1476
1509
|
.pro-step {
|
1477
1510
|
position: fixed;
|
1478
1511
|
right: 0;
|
1479
|
-
z-index:
|
1512
|
+
z-index: 99;
|
1480
1513
|
min-width: 48px;
|
1481
1514
|
min-height: 48px;
|
1482
1515
|
overflow-x: hidden;
|
@@ -1520,13 +1553,13 @@
|
|
1520
1553
|
width: 48px;
|
1521
1554
|
height: 24px;
|
1522
1555
|
}
|
1523
|
-
.pro-step > .pro-step-menu > .anticon
|
1556
|
+
.pro-step > .pro-step-menu > .anticon .pro-step-menu-icon {
|
1524
1557
|
width: auto !important;
|
1525
1558
|
height: auto !important;
|
1526
1559
|
font-size: var(--zaui-font-size-lg-title, 24px);
|
1527
1560
|
fill: var(--zaui-brand, #006aff);
|
1528
1561
|
}
|
1529
|
-
.pro-step > .pro-step-menu > .anticon
|
1562
|
+
.pro-step > .pro-step-menu > .anticon .pro-step-menu-icon > div {
|
1530
1563
|
display: -webkit-box;
|
1531
1564
|
display: -webkit-flex;
|
1532
1565
|
display: -ms-flexbox;
|
@@ -1740,6 +1773,8 @@
|
|
1740
1773
|
.pro-step.closed {
|
1741
1774
|
width: 48px;
|
1742
1775
|
}
|
1776
|
+
/* @root-entry-name: 'default'; */
|
1777
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
1743
1778
|
.pro-tabs .ant-tabs .ant-tabs-nav-list .ant-tabs-tab {
|
1744
1779
|
padding: 0 !important;
|
1745
1780
|
}
|
@@ -1829,6 +1864,8 @@
|
|
1829
1864
|
.ant-tabs-dropdown-menu .pro-tabs-card .pro-tabs-card-right img {
|
1830
1865
|
width: 48px;
|
1831
1866
|
}
|
1867
|
+
/* @root-entry-name: 'default'; */
|
1868
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
1832
1869
|
.pro-table .pro-tooltip .singleLine {
|
1833
1870
|
-webkit-transition: none;
|
1834
1871
|
transition: none;
|
@@ -1894,14 +1931,14 @@
|
|
1894
1931
|
content: '*';
|
1895
1932
|
}
|
1896
1933
|
.pro-table .drag-wrapper {
|
1897
|
-
display: -webkit-box;
|
1898
|
-
display: -webkit-flex;
|
1899
|
-
display: -ms-flexbox;
|
1900
|
-
display: flex;
|
1901
|
-
width:
|
1934
|
+
display: -webkit-inline-box;
|
1935
|
+
display: -webkit-inline-flex;
|
1936
|
+
display: -ms-inline-flexbox;
|
1937
|
+
display: inline-flex;
|
1938
|
+
width: auto;
|
1939
|
+
margin-right: 8px;
|
1902
1940
|
}
|
1903
1941
|
.pro-table .drag-wrapper .anticon {
|
1904
|
-
margin-right: 12px;
|
1905
1942
|
cursor: pointer;
|
1906
1943
|
}
|
1907
1944
|
.pro-table .drag-wrapper .anticon .drag-icon {
|
@@ -2271,6 +2308,8 @@
|
|
2271
2308
|
width: -moz-max-content;
|
2272
2309
|
width: max-content;
|
2273
2310
|
}
|
2311
|
+
/* @root-entry-name: 'default'; */
|
2312
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
2274
2313
|
.pro-tooltip {
|
2275
2314
|
cursor: pointer;
|
2276
2315
|
}
|
@@ -2302,10 +2341,16 @@
|
|
2302
2341
|
max-width: '100%';
|
2303
2342
|
height: '100%';
|
2304
2343
|
}
|
2344
|
+
/* @root-entry-name: 'default'; */
|
2345
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
2305
2346
|
.pro-viewer .ant-image .ant-image-img,
|
2306
2347
|
.pro-viewer .ant-image .ant-image-mask-info {
|
2307
2348
|
display: none;
|
2308
2349
|
}
|
2350
|
+
/* @root-entry-name: 'default'; */
|
2351
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
2352
|
+
/* @root-entry-name: 'default'; */
|
2353
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
2309
2354
|
.switch-checkbox-view {
|
2310
2355
|
display: -webkit-box;
|
2311
2356
|
display: -webkit-flex;
|
@@ -2326,6 +2371,17 @@
|
|
2326
2371
|
white-space: pre-wrap;
|
2327
2372
|
color: var(--zaui-aide-text, #939599);
|
2328
2373
|
}
|
2374
|
+
/* @root-entry-name: 'default'; */
|
2375
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
2376
|
+
/* 适配antd 5.x,不再导入antd样式 */
|
2377
|
+
.ant-picker-time {
|
2378
|
+
display: -webkit-box;
|
2379
|
+
display: -webkit-flex;
|
2380
|
+
display: -ms-flexbox;
|
2381
|
+
display: flex;
|
2382
|
+
}
|
2383
|
+
/* @root-entry-name: 'default'; */
|
2384
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
2329
2385
|
div.pro-textarea-view .ant-input-disabled {
|
2330
2386
|
background: transparent !important;
|
2331
2387
|
}
|
@@ -2333,9 +2389,22 @@ div.pro-textarea-view::after {
|
|
2333
2389
|
display: none;
|
2334
2390
|
padding-bottom: 12px;
|
2335
2391
|
}
|
2392
|
+
.pro-textarea {
|
2393
|
+
position: relative;
|
2394
|
+
}
|
2336
2395
|
.pro-textarea .ant-input {
|
2337
2396
|
resize: auto !important;
|
2397
|
+
padding-bottom: 20px;
|
2338
2398
|
}
|
2399
|
+
.pro-textarea .ant-input-suffix {
|
2400
|
+
position: absolute;
|
2401
|
+
right: 16px;
|
2402
|
+
bottom: 22px;
|
2403
|
+
text-align: right;
|
2404
|
+
background: rgba(255, 255, 255, 0.6);
|
2405
|
+
}
|
2406
|
+
/* @root-entry-name: 'default'; */
|
2407
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
2339
2408
|
.pro-form-list-block-title {
|
2340
2409
|
height: 14px;
|
2341
2410
|
margin: calc(var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1)) 0;
|
@@ -2405,6 +2474,63 @@ div.pro-textarea-view::after {
|
|
2405
2474
|
.pro-form-list-action .ant-btn-text:hover {
|
2406
2475
|
background: transparent;
|
2407
2476
|
}
|
2477
|
+
.pro-form-list-toolbar .pro-form-list-tool-btn .ant-btn-icon,
|
2478
|
+
.pro-form-list-action .pro-form-list-tool-btn .ant-btn-icon {
|
2479
|
+
display: -webkit-box;
|
2480
|
+
display: -webkit-flex;
|
2481
|
+
display: -ms-flexbox;
|
2482
|
+
display: flex;
|
2483
|
+
-webkit-box-align: center;
|
2484
|
+
-webkit-align-items: center;
|
2485
|
+
-ms-flex-align: center;
|
2486
|
+
align-items: center;
|
2487
|
+
-webkit-box-pack: center;
|
2488
|
+
-webkit-justify-content: center;
|
2489
|
+
-ms-flex-pack: center;
|
2490
|
+
justify-content: center;
|
2491
|
+
}
|
2492
|
+
.pro-form-list-toolbar .pro-form-list-tool-btn-less:hover,
|
2493
|
+
.pro-form-list-action .pro-form-list-tool-btn-less:hover {
|
2494
|
+
background: transparent !important;
|
2495
|
+
}
|
2496
|
+
.pro-form-list-empty {
|
2497
|
+
display: -webkit-box;
|
2498
|
+
display: -webkit-flex;
|
2499
|
+
display: -ms-flexbox;
|
2500
|
+
display: flex;
|
2501
|
+
-webkit-box-orient: vertical;
|
2502
|
+
-webkit-box-direction: normal;
|
2503
|
+
-webkit-flex-direction: column;
|
2504
|
+
-ms-flex-direction: column;
|
2505
|
+
flex-direction: column;
|
2506
|
+
-webkit-box-align: center;
|
2507
|
+
-webkit-align-items: center;
|
2508
|
+
-ms-flex-align: center;
|
2509
|
+
align-items: center;
|
2510
|
+
-webkit-box-pack: center;
|
2511
|
+
-webkit-justify-content: center;
|
2512
|
+
-ms-flex-pack: center;
|
2513
|
+
justify-content: center;
|
2514
|
+
}
|
2515
|
+
.pro-form-list-empty .pro-form-list-empty-img {
|
2516
|
+
width: 80px;
|
2517
|
+
height: 80px;
|
2518
|
+
}
|
2519
|
+
.pro-form-list-empty .pro-form-list-empty-content {
|
2520
|
+
display: -webkit-box;
|
2521
|
+
display: -webkit-flex;
|
2522
|
+
display: -ms-flexbox;
|
2523
|
+
display: flex;
|
2524
|
+
-webkit-box-pack: center;
|
2525
|
+
-webkit-justify-content: center;
|
2526
|
+
-ms-flex-pack: center;
|
2527
|
+
justify-content: center;
|
2528
|
+
margin-top: var(--zaui-space-size-md, 16px);
|
2529
|
+
color: var(--zaui-aide-text, #909090);
|
2530
|
+
}
|
2531
|
+
.pro-form-list-empty .pro-form-list-empty-content .ant-btn-link {
|
2532
|
+
padding: 0;
|
2533
|
+
}
|
2408
2534
|
.pro-form-list-empty {
|
2409
2535
|
display: -webkit-box;
|
2410
2536
|
display: -webkit-flex;
|
@@ -2443,43 +2569,141 @@ div.pro-textarea-view::after {
|
|
2443
2569
|
.pro-form-list-empty .pro-form-list-empty-content .ant-btn-link {
|
2444
2570
|
padding: 0;
|
2445
2571
|
}
|
2572
|
+
/* @root-entry-name: 'default'; */
|
2573
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
2446
2574
|
.ant-form-item-has-error .ant-picker-status-error ~ .forever-checkbox:not(.ant-input-disabled):not( .ant-input-borderless).ant-input {
|
2447
|
-
border-color:
|
2575
|
+
border-color: #ff4d4f;
|
2448
2576
|
}
|
2449
2577
|
.ant-form-item-has-error .forever-checkbox:not(.ant-input-disabled):not( .ant-input-borderless).ant-input:focus {
|
2450
|
-
border-color: var(--ant-error-color-hover);
|
2578
|
+
border-color: var(--ant-error-color-hover, #ff7875);
|
2451
2579
|
border-right-width: 1px;
|
2452
2580
|
outline: 0;
|
2453
|
-
-webkit-box-shadow: 0 0 0 2px var(--ant-error-color-outline);
|
2454
|
-
box-shadow: 0 0 0 2px var(--ant-error-color-outline);
|
2581
|
+
-webkit-box-shadow: 0 0 0 2px var(--ant-error-color-outline, rgba(255, 77, 79, 0.2));
|
2582
|
+
box-shadow: 0 0 0 2px var(--ant-error-color-outline, rgba(255, 77, 79, 0.2));
|
2455
2583
|
}
|
2456
2584
|
span.ant-input-group-compact.pro-time-limit,
|
2457
|
-
|
2585
|
+
.ant-space-compact.pro-time-limit,
|
2586
|
+
span.ant-input-group-compact.pro-range-limit,
|
2587
|
+
.ant-space-compact.pro-range-limit {
|
2458
2588
|
display: -webkit-box;
|
2459
2589
|
display: -webkit-flex;
|
2460
2590
|
display: -ms-flexbox;
|
2461
2591
|
display: flex;
|
2462
2592
|
}
|
2463
2593
|
span.ant-input-group-compact.pro-time-limit .ant-picker,
|
2464
|
-
|
2594
|
+
.ant-space-compact.pro-time-limit .ant-picker,
|
2595
|
+
span.ant-input-group-compact.pro-range-limit .ant-picker,
|
2596
|
+
.ant-space-compact.pro-range-limit .ant-picker {
|
2465
2597
|
-webkit-box-flex: 1;
|
2466
2598
|
-webkit-flex: 1;
|
2467
2599
|
-ms-flex: 1;
|
2468
2600
|
flex: 1;
|
2601
|
+
border-right: 0;
|
2602
|
+
border-top-right-radius: 0 !important;
|
2603
|
+
border-bottom-right-radius: 0 !important;
|
2469
2604
|
}
|
2470
2605
|
span.ant-input-group-compact.pro-time-limit .ant-picker-focused,
|
2471
|
-
|
2606
|
+
.ant-space-compact.pro-time-limit .ant-picker-focused,
|
2607
|
+
span.ant-input-group-compact.pro-range-limit .ant-picker-focused,
|
2608
|
+
.ant-space-compact.pro-range-limit .ant-picker-focused {
|
2472
2609
|
z-index: 1;
|
2473
2610
|
}
|
2474
2611
|
span.ant-input-group-compact.pro-time-limit .forever-checkbox,
|
2475
|
-
|
2612
|
+
.ant-space-compact.pro-time-limit .forever-checkbox,
|
2613
|
+
span.ant-input-group-compact.pro-range-limit .forever-checkbox,
|
2614
|
+
.ant-space-compact.pro-range-limit .forever-checkbox {
|
2476
2615
|
-webkit-box-flex: 0;
|
2477
2616
|
-webkit-flex: 0;
|
2478
2617
|
-ms-flex: 0;
|
2479
2618
|
flex: 0;
|
2480
2619
|
min-width: unset;
|
2481
2620
|
white-space: nowrap;
|
2621
|
+
border-left: 0;
|
2622
|
+
border-top-left-radius: 0 !important;
|
2623
|
+
border-bottom-left-radius: 0 !important;
|
2482
2624
|
}
|
2625
|
+
span.ant-input-group-compact.pro-time-limit .forever-checkbox.ant-input,
|
2626
|
+
.ant-space-compact.pro-time-limit .forever-checkbox.ant-input,
|
2627
|
+
span.ant-input-group-compact.pro-range-limit .forever-checkbox.ant-input,
|
2628
|
+
.ant-space-compact.pro-range-limit .forever-checkbox.ant-input {
|
2629
|
+
display: -webkit-box;
|
2630
|
+
display: -webkit-flex;
|
2631
|
+
display: -ms-flexbox;
|
2632
|
+
display: flex;
|
2633
|
+
-webkit-box-align: center;
|
2634
|
+
-webkit-align-items: center;
|
2635
|
+
-ms-flex-align: center;
|
2636
|
+
align-items: center;
|
2637
|
+
min-height: 32px;
|
2638
|
+
padding: 4px 11px;
|
2639
|
+
background-color: #ffffff;
|
2640
|
+
border: 1px solid #d9d9d9;
|
2641
|
+
margin-left: 1px;
|
2642
|
+
border-top-right-radius: 6px !important;
|
2643
|
+
border-bottom-right-radius: 6px !important;
|
2644
|
+
-webkit-transition: all 0.2s;
|
2645
|
+
transition: all 0.2s;
|
2646
|
+
}
|
2647
|
+
span.ant-input-group-compact.pro-time-limit .forever-checkbox.ant-input:hover,
|
2648
|
+
.ant-space-compact.pro-time-limit .forever-checkbox.ant-input:hover,
|
2649
|
+
span.ant-input-group-compact.pro-range-limit .forever-checkbox.ant-input:hover,
|
2650
|
+
.ant-space-compact.pro-range-limit .forever-checkbox.ant-input:hover {
|
2651
|
+
border-color: #40a9ff;
|
2652
|
+
}
|
2653
|
+
span.ant-input-group-compact.pro-time-limit .forever-checkbox.ant-input.ant-input-disabled,
|
2654
|
+
.ant-space-compact.pro-time-limit .forever-checkbox.ant-input.ant-input-disabled,
|
2655
|
+
span.ant-input-group-compact.pro-range-limit .forever-checkbox.ant-input.ant-input-disabled,
|
2656
|
+
.ant-space-compact.pro-range-limit .forever-checkbox.ant-input.ant-input-disabled {
|
2657
|
+
color: rgba(0, 0, 0, 0.25);
|
2658
|
+
background-color: #f5f5f5;
|
2659
|
+
border-color: #d9d9d9;
|
2660
|
+
cursor: not-allowed;
|
2661
|
+
}
|
2662
|
+
span.ant-input-group-compact.pro-time-limit .forever-checkbox.ant-input .ant-checkbox-wrapper,
|
2663
|
+
.ant-space-compact.pro-time-limit .forever-checkbox.ant-input .ant-checkbox-wrapper,
|
2664
|
+
span.ant-input-group-compact.pro-range-limit .forever-checkbox.ant-input .ant-checkbox-wrapper,
|
2665
|
+
.ant-space-compact.pro-range-limit .forever-checkbox.ant-input .ant-checkbox-wrapper {
|
2666
|
+
display: -webkit-box;
|
2667
|
+
display: -webkit-flex;
|
2668
|
+
display: -ms-flexbox;
|
2669
|
+
display: flex;
|
2670
|
+
-webkit-box-align: center;
|
2671
|
+
-webkit-align-items: center;
|
2672
|
+
-ms-flex-align: center;
|
2673
|
+
align-items: center;
|
2674
|
+
}
|
2675
|
+
span.ant-input-group-compact.pro-time-limit .forever-checkbox.ant-input .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled,
|
2676
|
+
.ant-space-compact.pro-time-limit .forever-checkbox.ant-input .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled,
|
2677
|
+
span.ant-input-group-compact.pro-range-limit .forever-checkbox.ant-input .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled,
|
2678
|
+
.ant-space-compact.pro-range-limit .forever-checkbox.ant-input .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
|
2679
|
+
color: rgba(0, 0, 0, 0.25);
|
2680
|
+
}
|
2681
|
+
span.ant-input-group-compact.pro-time-limit .ant-picker:focus,
|
2682
|
+
.ant-space-compact.pro-time-limit .ant-picker:focus,
|
2683
|
+
span.ant-input-group-compact.pro-range-limit .ant-picker:focus,
|
2684
|
+
.ant-space-compact.pro-range-limit .ant-picker:focus {
|
2685
|
+
z-index: 1;
|
2686
|
+
border-right: 0;
|
2687
|
+
}
|
2688
|
+
span.ant-input-group-compact.pro-time-limit .forever-checkbox.ant-input:focus,
|
2689
|
+
.ant-space-compact.pro-time-limit .forever-checkbox.ant-input:focus,
|
2690
|
+
span.ant-input-group-compact.pro-range-limit .forever-checkbox.ant-input:focus,
|
2691
|
+
.ant-space-compact.pro-range-limit .forever-checkbox.ant-input:focus {
|
2692
|
+
z-index: 1;
|
2693
|
+
border-color: #40a9ff;
|
2694
|
+
border-left: 0;
|
2695
|
+
-webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
2696
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
2697
|
+
}
|
2698
|
+
span.ant-input-group-compact.pro-time-limit .ant-picker-focused + .forever-checkbox.ant-input,
|
2699
|
+
.ant-space-compact.pro-time-limit .ant-picker-focused + .forever-checkbox.ant-input,
|
2700
|
+
span.ant-input-group-compact.pro-range-limit .ant-picker-focused + .forever-checkbox.ant-input,
|
2701
|
+
.ant-space-compact.pro-range-limit .ant-picker-focused + .forever-checkbox.ant-input {
|
2702
|
+
border-color: #40a9ff;
|
2703
|
+
border-left: 0;
|
2704
|
+
}
|
2705
|
+
/* @root-entry-name: 'default'; */
|
2706
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
2483
2707
|
.pro-address {
|
2484
2708
|
display: -webkit-box;
|
2485
2709
|
display: -webkit-flex;
|
@@ -2504,9 +2728,12 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
2504
2728
|
width: 55%;
|
2505
2729
|
margin-left: 2px;
|
2506
2730
|
}
|
2731
|
+
/* @root-entry-name: 'default'; */
|
2732
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
2507
2733
|
.pro-number-range .range-split {
|
2508
|
-
width: 32px
|
2509
|
-
|
2734
|
+
min-width: 32px;
|
2735
|
+
max-width: 32px;
|
2736
|
+
text-align: center;
|
2510
2737
|
pointer-events: none;
|
2511
2738
|
}
|
2512
2739
|
.pro-number-range .range-split.ant-input[disabled] {
|
@@ -2528,6 +2755,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
2528
2755
|
color: var(--zaui-disabled-text);
|
2529
2756
|
pointer-events: none;
|
2530
2757
|
}
|
2758
|
+
/* @root-entry-name: 'default'; */
|
2759
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
2531
2760
|
.pro-modal-select .ant-input-group-wrapper .close-icon,
|
2532
2761
|
.pro-tree-modal .ant-input-group-wrapper .close-icon {
|
2533
2762
|
display: none;
|
@@ -2594,11 +2823,11 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
2594
2823
|
}
|
2595
2824
|
.pro-modal-select .ant-input-affix-wrapper.ant-input-affix-wrapper-status-error + .ant-btn,
|
2596
2825
|
.pro-tree-modal .ant-input-affix-wrapper.ant-input-affix-wrapper-status-error + .ant-btn {
|
2597
|
-
border: 1px solid
|
2826
|
+
border: 1px solid #ff4d4f;
|
2598
2827
|
}
|
2599
2828
|
.pro-modal-select .ant-input-affix-wrapper.ant-input-affix-wrapper-status-error + .ant-btn > .viewSvg,
|
2600
2829
|
.pro-tree-modal .ant-input-affix-wrapper.ant-input-affix-wrapper-status-error + .ant-btn > .viewSvg {
|
2601
|
-
color:
|
2830
|
+
color: #ff4d4f;
|
2602
2831
|
}
|
2603
2832
|
.pro-modal-select .pro-tree-modal-input-appoint .ant-input,
|
2604
2833
|
.pro-tree-modal .pro-tree-modal-input-appoint .ant-input {
|
@@ -2612,8 +2841,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
2612
2841
|
.pro-modal-select .ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl):hover,
|
2613
2842
|
.pro-tree-modal .ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl):hover {
|
2614
2843
|
position: relative;
|
2844
|
+
z-index: 1;
|
2615
2845
|
-webkit-transition: none;
|
2616
2846
|
transition: none;
|
2847
|
+
border-color: var(--ant-primary-color-hover, #1677ff) !important;
|
2617
2848
|
}
|
2618
2849
|
.pro-modal-select .ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl):hover::before,
|
2619
2850
|
.pro-tree-modal .ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl):hover::before {
|
@@ -2627,9 +2858,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
2627
2858
|
left: -1px;
|
2628
2859
|
width: 1px;
|
2629
2860
|
height: calc(100% + 2px);
|
2630
|
-
background: var(--ant-primary-color-hover);
|
2861
|
+
background: var(--ant-primary-color-hover, #1677ff);
|
2631
2862
|
opacity: 0;
|
2632
2863
|
display: block;
|
2864
|
+
z-index: 2;
|
2633
2865
|
}
|
2634
2866
|
.pro-modal-select .ant-input-group-wrapper-status-error:hover .ant-input,
|
2635
2867
|
.pro-tree-modal .ant-input-group-wrapper-status-error:hover .ant-input,
|
@@ -2653,19 +2885,19 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
2653
2885
|
}
|
2654
2886
|
.pro-modal-select .viewSvg,
|
2655
2887
|
.pro-tree-modal .viewSvg {
|
2656
|
-
height:
|
2888
|
+
height: 16px;
|
2657
2889
|
cursor: pointer;
|
2658
2890
|
fill: #c5c7cd;
|
2659
2891
|
}
|
2660
2892
|
.pro-modal-select .ant-space-compact .ant-select-compact-item-div:has(.ant-select-status-error) + .ant-btn-compact-last-item,
|
2661
2893
|
.pro-tree-modal .ant-space-compact .ant-select-compact-item-div:has(.ant-select-status-error) + .ant-btn-compact-last-item {
|
2662
|
-
border-top: 1px solid
|
2663
|
-
border-right: 1px solid
|
2664
|
-
border-bottom: 1px solid
|
2894
|
+
border-top: 1px solid #ff4d4f;
|
2895
|
+
border-right: 1px solid #ff4d4f;
|
2896
|
+
border-bottom: 1px solid #ff4d4f;
|
2665
2897
|
}
|
2666
2898
|
.pro-modal-select .ant-space-compact .ant-select-compact-item-div:has(.ant-select-status-error) + .ant-btn-compact-last-item > .viewSvg,
|
2667
2899
|
.pro-tree-modal .ant-space-compact .ant-select-compact-item-div:has(.ant-select-status-error) + .ant-btn-compact-last-item > .viewSvg {
|
2668
|
-
color:
|
2900
|
+
color: #ff4d4f;
|
2669
2901
|
}
|
2670
2902
|
.pro-modal-select .ant-space-compact .ant-btn-compact-last-item,
|
2671
2903
|
.pro-tree-modal .ant-space-compact .ant-btn-compact-last-item {
|
@@ -2696,11 +2928,11 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
2696
2928
|
background: var(--zaui-danger, #ff5050) !important;
|
2697
2929
|
}
|
2698
2930
|
.pro-group {
|
2699
|
-
width: unset !important;
|
2700
2931
|
display: -webkit-box;
|
2701
2932
|
display: -webkit-flex;
|
2702
2933
|
display: -ms-flexbox;
|
2703
2934
|
display: flex;
|
2935
|
+
width: unset !important;
|
2704
2936
|
}
|
2705
2937
|
.pro-group.pro-group-diy-width .ant-space .ant-space-item,
|
2706
2938
|
.pro-group.pro-group-width-auto .ant-space .ant-space-item {
|
@@ -2733,87 +2965,32 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
2733
2965
|
align-items: center;
|
2734
2966
|
width: 100%;
|
2735
2967
|
}
|
2736
|
-
.pro-group .ant-space-compact > .ant-input-number:first-child {
|
2737
|
-
border-end-end-radius: 0;
|
2738
|
-
border-start-end-radius: 0;
|
2739
|
-
}
|
2740
|
-
.pro-group .ant-space-compact > .ant-input-number:last-child {
|
2741
|
-
border-start-start-radius: 0;
|
2742
|
-
border-end-start-radius: 0;
|
2743
|
-
margin-left: -1px;
|
2744
|
-
}
|
2745
2968
|
.pro-group .ant-space-compact .ant-form-item {
|
2746
2969
|
margin-bottom: 0 !important;
|
2747
2970
|
}
|
2748
2971
|
.pro-group .ant-space-compact .group-separator {
|
2972
|
+
padding: 0 12px;
|
2973
|
+
background-color: #fff;
|
2974
|
+
cursor: default;
|
2749
2975
|
-webkit-margin-end: -2px;
|
2750
2976
|
margin-inline-end: -2px;
|
2751
2977
|
-webkit-margin-start: -1px;
|
2752
2978
|
margin-inline-start: -1px;
|
2753
|
-
border-start-start-radius: 0;
|
2754
|
-
border-end-start-radius: 0;
|
2755
|
-
padding: 0 12px;
|
2756
|
-
background-color: #fff;
|
2757
|
-
cursor: default;
|
2758
2979
|
}
|
2759
2980
|
.pro-group .ant-space-compact .pro-modal-select {
|
2760
2981
|
margin-left: -1px;
|
2761
2982
|
}
|
2762
|
-
.pro-group .ant-space-compact .pro-modal-select .ant-input {
|
2763
|
-
border-start-start-radius: 0;
|
2764
|
-
border-end-start-radius: 0;
|
2765
|
-
}
|
2766
|
-
.pro-group .ant-space-compact .ant-input-affix-wrapper,
|
2767
|
-
.pro-group .ant-space-compact .ant-select {
|
2768
|
-
border-start-end-radius: 0;
|
2769
|
-
border-end-end-radius: 0;
|
2770
|
-
border-start-start-radius: 0;
|
2771
|
-
border-end-start-radius: 0;
|
2772
|
-
}
|
2773
2983
|
.pro-group .ant-space-compact .ant-input-affix-wrapper:nth-child(n + 2),
|
2774
2984
|
.pro-group .ant-space-compact .ant-select:nth-child(n + 2) {
|
2775
2985
|
-webkit-margin-start: -1px;
|
2776
2986
|
margin-inline-start: -1px;
|
2777
2987
|
}
|
2778
|
-
.pro-group .ant-space-compact .ant-input-affix-wrapper:first-child,
|
2779
|
-
.pro-group .ant-space-compact .ant-select:first-child {
|
2780
|
-
border-start-start-radius: 4px;
|
2781
|
-
border-end-start-radius: 4px;
|
2782
|
-
}
|
2783
|
-
.pro-group .ant-space-compact .ant-input-affix-wrapper:last-child,
|
2784
|
-
.pro-group .ant-space-compact .ant-select:last-child {
|
2785
|
-
border-start-end-radius: 4px;
|
2786
|
-
border-end-end-radius: 4px;
|
2787
|
-
}
|
2788
|
-
.pro-group .ant-space-compact .pro-select .ant-select .ant-select-selector {
|
2789
|
-
border-radius: 0 !important;
|
2790
|
-
}
|
2791
|
-
.pro-group .ant-space-compact .pro-select:first-child .ant-select .ant-select-selector {
|
2792
|
-
border-start-start-radius: 4px !important;
|
2793
|
-
border-end-start-radius: 4px !important;
|
2794
|
-
}
|
2795
|
-
.pro-group .ant-space-compact .pro-select:last-child .ant-select .ant-select-selector {
|
2796
|
-
border-start-end-radius: 4px !important;
|
2797
|
-
border-end-end-radius: 4px!important;
|
2798
|
-
}
|
2799
|
-
.pro-group .ant-space-compact .ant-select .ant-select-selector {
|
2800
|
-
border-start-end-radius: 0;
|
2801
|
-
border-end-end-radius: 0;
|
2802
|
-
border-start-start-radius: 0;
|
2803
|
-
border-end-start-radius: 0;
|
2804
|
-
}
|
2805
|
-
.pro-group .ant-space-compact .ant-select:first-child .ant-select-selector {
|
2806
|
-
border-start-start-radius: 4px;
|
2807
|
-
border-end-start-radius: 4px;
|
2808
|
-
}
|
2809
|
-
.pro-group .ant-space-compact .ant-select:last-child .ant-select-selector {
|
2810
|
-
border-start-end-radius: 4px;
|
2811
|
-
border-end-end-radius: 4px;
|
2812
|
-
}
|
2813
2988
|
.pro-group .ant-space-compact .ant-input-affix-wrapper-status-error ~ .group-separator {
|
2814
|
-
color:
|
2815
|
-
border-color:
|
2989
|
+
color: #ff4d4f;
|
2990
|
+
border-color: #ff4d4f;
|
2816
2991
|
}
|
2992
|
+
/* @root-entry-name: 'default'; */
|
2993
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
2817
2994
|
.pro-container.pro-container-empty .ant-collapse-content {
|
2818
2995
|
display: none;
|
2819
2996
|
}
|
@@ -2857,105 +3034,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
2857
3034
|
.pro-container .pro-collapse.ant-collapse .pro-collapse-panel {
|
2858
3035
|
margin-bottom: 0;
|
2859
3036
|
}
|
2860
|
-
.pro-enum-select .close-icon {
|
2861
|
-
position: relative;
|
2862
|
-
margin-left: calc(0px - calc(var(--zaui-space-size-lg, 32px) * var(--zaui-size, 1)));
|
2863
|
-
margin-right: var(--zaui-space-size-md, 14px);
|
2864
|
-
color: #FFFFFF;
|
2865
|
-
height: 12px;
|
2866
|
-
width: 12px;
|
2867
|
-
display: -webkit-box;
|
2868
|
-
display: -webkit-flex;
|
2869
|
-
display: -ms-flexbox;
|
2870
|
-
display: flex;
|
2871
|
-
-webkit-box-align: center;
|
2872
|
-
-webkit-align-items: center;
|
2873
|
-
-ms-flex-align: center;
|
2874
|
-
align-items: center;
|
2875
|
-
-webkit-box-pack: center;
|
2876
|
-
-webkit-justify-content: center;
|
2877
|
-
-ms-flex-pack: center;
|
2878
|
-
justify-content: center;
|
2879
|
-
background-color: rgba(0, 0, 0, 0.25);
|
2880
|
-
border: none;
|
2881
|
-
border-radius: 50%;
|
2882
|
-
z-index: 3;
|
2883
|
-
}
|
2884
|
-
.pro-enum-select .close-icon > span {
|
2885
|
-
position: relative;
|
2886
|
-
border: none;
|
2887
|
-
border-radius: 50%;
|
2888
|
-
}
|
2889
|
-
.pro-enum-select .close-icon:hover {
|
2890
|
-
background-color: rgba(0, 0, 0, 0.5);
|
2891
|
-
}
|
2892
|
-
.pro-enum-select .search span {
|
2893
|
-
display: -webkit-box;
|
2894
|
-
display: -webkit-flex;
|
2895
|
-
display: -ms-flexbox;
|
2896
|
-
display: flex;
|
2897
|
-
-webkit-box-pack: center;
|
2898
|
-
-webkit-justify-content: center;
|
2899
|
-
-ms-flex-pack: center;
|
2900
|
-
justify-content: center;
|
2901
|
-
-webkit-box-align: center;
|
2902
|
-
-webkit-align-items: center;
|
2903
|
-
-ms-flex-align: center;
|
2904
|
-
align-items: center;
|
2905
|
-
cursor: pointer;
|
2906
|
-
fill: #C5C7CD;
|
2907
|
-
}
|
2908
|
-
.pro-enum-select-modal .ant-table.ant-table-bordered > .ant-table-container {
|
2909
|
-
border: 0;
|
2910
|
-
}
|
2911
|
-
.pro-enum-select-modal .ant-table-thead > tr > th {
|
2912
|
-
border: 0;
|
2913
|
-
white-space: nowrap;
|
2914
|
-
background-color: var(--zaui-table-header-bg, #f2f3f5);
|
2915
|
-
}
|
2916
|
-
.pro-enum-select-modal .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
|
2917
|
-
height: 0;
|
2918
|
-
}
|
2919
|
-
.pro-enum-select-modal .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
|
2920
|
-
border-bottom: 0;
|
2921
|
-
border-right: 0;
|
2922
|
-
border-top: 0;
|
2923
|
-
}
|
2924
|
-
.pro-enum-select-modal .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
|
2925
|
-
border-bottom: 0;
|
2926
|
-
vertical-align: top;
|
2927
|
-
padding: var(--zaui-space-size-md);
|
2928
|
-
}
|
2929
|
-
.pro-enum-select-modal .ant-table-tbody tr:nth-child(n) > td {
|
2930
|
-
background-color: var(--zaui-base-bg);
|
2931
|
-
}
|
2932
|
-
.pro-enum-select-modal .ant-table-tbody tr:nth-child(2n) > td {
|
2933
|
-
background-color: var(--zaui-table-strip-bg, #fafafa);
|
2934
|
-
}
|
2935
|
-
.pro-enum-select-modal .ant-table-tbody > .ant-table-placeholder > td {
|
2936
|
-
background-color: var(--zaui-base-bg);
|
2937
|
-
}
|
2938
|
-
.pro-enum-select-modal .ant-table-tbody > tr:hover:not(.ant-table-expanded-row, .ant-table-placeholder) > td,
|
2939
|
-
.pro-enum-select-modal .ant-table-tbody .ant-table-row-hover,
|
2940
|
-
.pro-enum-select-modal .ant-table-tbody .ant-table-row-hover > td {
|
2941
|
-
background: var(--zaui-table-hover-bg, #fafafa);
|
2942
|
-
}
|
2943
|
-
.pro-enum-select-modal .ant-table-fixed .ant-table-row-hover,
|
2944
|
-
.pro-enum-select-modal .ant-table-fixed .ant-table-row-hover > td {
|
2945
|
-
background: var(--zaui-table-hover-bg, #fafafa);
|
2946
|
-
}
|
2947
|
-
.pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(n) > td {
|
2948
|
-
background-color: var(--zaui-table-strip-bg, #fafafa);
|
2949
|
-
}
|
2950
|
-
.pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(2n) > td {
|
2951
|
-
background-color: var(--zaui-base-bg);
|
2952
|
-
}
|
2953
|
-
.pro-enum-select-modal .ant-modal-body {
|
2954
|
-
padding-bottom: 0;
|
2955
|
-
}
|
2956
|
-
.pro-enum-select-modal .ant-modal-footer {
|
2957
|
-
padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
|
2958
|
-
}
|
2959
3037
|
.pro-form.ant-form-vertical .ant-form-item .ant-form-item-label {
|
2960
3038
|
-webkit-box-flex: 0 !important;
|
2961
3039
|
-webkit-flex: none !important;
|
@@ -3036,9 +3114,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3036
3114
|
-webkit-transform: rotate(-90deg);
|
3037
3115
|
transform: rotate(-90deg);
|
3038
3116
|
}
|
3039
|
-
.pro-form .ant-form-item {
|
3040
|
-
margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
|
3041
|
-
}
|
3042
3117
|
.pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input {
|
3043
3118
|
width: 100%;
|
3044
3119
|
-webkit-box-flex: inherit;
|
@@ -3065,12 +3140,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3065
3140
|
.pro-form .ant-form-item .ant-col.ant-col-0 {
|
3066
3141
|
display: none;
|
3067
3142
|
}
|
3068
|
-
.pro-form .ant-form-item .ant-form-item-explain {
|
3069
|
-
height: auto;
|
3070
|
-
}
|
3071
|
-
.pro-form .ant-form-item .ant-form-item-explain .ant-form-item-explain-error {
|
3072
|
-
font-size: var(--zaui-font-size, 14px);
|
3073
|
-
}
|
3074
3143
|
.pro-form .ant-form-item .ant-input-number {
|
3075
3144
|
width: 100%;
|
3076
3145
|
}
|
@@ -3097,8 +3166,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3097
3166
|
margin-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
|
3098
3167
|
}
|
3099
3168
|
.pro-form .ant-form-item-has-error .group-separator {
|
3100
|
-
color:
|
3101
|
-
border-color:
|
3169
|
+
color: #ff4d4f;
|
3170
|
+
border-color: #ff4d4f;
|
3102
3171
|
}
|
3103
3172
|
.pro-form .ant-form-item-has-error .site-input-split {
|
3104
3173
|
border-color: var(--zaui-danger, #ff5050);
|
@@ -3199,8 +3268,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3199
3268
|
width: 18px;
|
3200
3269
|
}
|
3201
3270
|
.pro-form .pro-form-list-tool-btn {
|
3202
|
-
|
3203
|
-
padding: 0;
|
3271
|
+
padding: 0 4px;
|
3204
3272
|
cursor: pointer;
|
3205
3273
|
}
|
3206
3274
|
.pro-form .pro-form-list-tool-btn .anticon {
|
@@ -3348,6 +3416,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3348
3416
|
.original-value-tooltip-fixed {
|
3349
3417
|
position: fixed;
|
3350
3418
|
}
|
3419
|
+
/* @root-entry-name: 'default'; */
|
3420
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
3351
3421
|
.pro-upload .pro-upload-dragger .pro-upload-handle-box {
|
3352
3422
|
padding: var(--zaui-space-size-sm, 8px);
|
3353
3423
|
background: #f8f9fa;
|
@@ -3508,10 +3578,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3508
3578
|
display: -ms-inline-flexbox;
|
3509
3579
|
display: inline-flex;
|
3510
3580
|
}
|
3511
|
-
.pro-upload .pro-upload-image .ant-upload-list-picture-card-container,
|
3512
|
-
.pro-upload .pro-upload-image .ant-upload-
|
3513
|
-
width: 126px;
|
3514
|
-
height: 126px;
|
3581
|
+
.pro-upload .pro-upload-image .ant-upload-list-picture-card .ant-upload-list-item-container,
|
3582
|
+
.pro-upload .pro-upload-image .ant-upload-list-picture-card .ant-upload-select {
|
3583
|
+
width: 126px !important;
|
3584
|
+
height: 126px !important;
|
3515
3585
|
}
|
3516
3586
|
.pro-upload .pro-upload-image .image-example {
|
3517
3587
|
position: absolute;
|
@@ -3597,17 +3667,26 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3597
3667
|
color: #fff;
|
3598
3668
|
font-size: var(--zaui-font-size-sm, 12px);
|
3599
3669
|
opacity: 0.8;
|
3670
|
+
color: #fff !important;
|
3671
|
+
-webkit-align-self: center;
|
3672
|
+
-ms-flex-item-align: center;
|
3673
|
+
align-self: center;
|
3674
|
+
}
|
3675
|
+
.pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item:hover {
|
3676
|
+
color: #fff !important;
|
3600
3677
|
}
|
3601
3678
|
.pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item .action-icon {
|
3602
|
-
margin-right:
|
3603
|
-
-
|
3604
|
-
transform: translate(0, 3px);
|
3679
|
+
margin-right: 4px;
|
3680
|
+
vertical-align: sub;
|
3605
3681
|
}
|
3606
3682
|
.pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item:hover {
|
3607
3683
|
opacity: 1;
|
3608
3684
|
}
|
3609
3685
|
.pro-upload .pro-upload-image .file-item-image .actions-wrap .action-button .action-item {
|
3610
|
-
color: var(--zaui-danger, #ff005f);
|
3686
|
+
color: var(--zaui-danger, #ff005f) !important;
|
3687
|
+
}
|
3688
|
+
.pro-upload .pro-upload-image .file-item-image .actions-wrap .action-button .action-item:hover {
|
3689
|
+
color: var(--zaui-danger, #ff005f) !important;
|
3611
3690
|
}
|
3612
3691
|
.pro-upload .pro-upload-image .file-item-image.actions-wrap-error {
|
3613
3692
|
border: 1px solid #ff005f;
|
@@ -3630,9 +3709,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3630
3709
|
display: -ms-inline-flexbox;
|
3631
3710
|
display: inline-flex;
|
3632
3711
|
}
|
3633
|
-
.pro-upload .pro-upload-image .pro-upload-image-footer {
|
3634
|
-
margin-top: -8px;
|
3635
|
-
}
|
3636
3712
|
.pro-upload .file-actions .file-action-item {
|
3637
3713
|
padding-top: var(--zaui-space-size-xs, 4px) !important;
|
3638
3714
|
}
|
@@ -3668,6 +3744,165 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3668
3744
|
vertical-align: -0.15em;
|
3669
3745
|
text-rendering: optimizeLegibility;
|
3670
3746
|
}
|
3747
|
+
.pro-upload .ant-upload-disabled .file-action-box .file-name,
|
3748
|
+
.pro-upload .ant-upload-disabled .file-action-box .file-del {
|
3749
|
+
color: #ccc;
|
3750
|
+
cursor: not-allowed !important;
|
3751
|
+
}
|
3752
|
+
.pro-upload .filelist-item-wrapper .file-info-box {
|
3753
|
+
display: -webkit-box;
|
3754
|
+
display: -webkit-flex;
|
3755
|
+
display: -ms-flexbox;
|
3756
|
+
display: flex;
|
3757
|
+
-webkit-box-align: center;
|
3758
|
+
-webkit-align-items: center;
|
3759
|
+
-ms-flex-align: center;
|
3760
|
+
align-items: center;
|
3761
|
+
width: 100%;
|
3762
|
+
height: 30px;
|
3763
|
+
margin-top: var(--zaui-space-size-sm, 8px);
|
3764
|
+
color: var(--zaui-text, #343434);
|
3765
|
+
font-size: var(--zaui-font-size-sm, 12px);
|
3766
|
+
line-height: 16px;
|
3767
|
+
}
|
3768
|
+
.pro-upload .filelist-item-wrapper .file-info-box:hover {
|
3769
|
+
background: #F8F9FA;
|
3770
|
+
border-radius: var(--zaui-border-radius, 8px);
|
3771
|
+
color: var(--zaui-brand);
|
3772
|
+
}
|
3773
|
+
.pro-upload .filelist-item-wrapper .file-info-box:hover .file-actions-wrap .file-actions {
|
3774
|
+
display: -webkit-box;
|
3775
|
+
display: -webkit-flex;
|
3776
|
+
display: -ms-flexbox;
|
3777
|
+
display: flex;
|
3778
|
+
}
|
3779
|
+
.pro-upload .filelist-item-wrapper .file-info-box:hover .file-actions-wrap .file-actions .file-action-item {
|
3780
|
+
color: var(--zaui-brand);
|
3781
|
+
}
|
3782
|
+
.pro-upload .filelist-item-wrapper .file-info-box.file-box-error {
|
3783
|
+
color: var(--zaui-danger);
|
3784
|
+
}
|
3785
|
+
.pro-upload .filelist-item-wrapper .file-info-box.file-box-error .file-actions-wrap .file-actions {
|
3786
|
+
display: -webkit-box;
|
3787
|
+
display: -webkit-flex;
|
3788
|
+
display: -ms-flexbox;
|
3789
|
+
display: flex;
|
3790
|
+
}
|
3791
|
+
.pro-upload .filelist-item-wrapper .file-info-box.file-box-error .file-actions-wrap .file-actions .file-action-item {
|
3792
|
+
color: var(--zaui-danger);
|
3793
|
+
}
|
3794
|
+
.pro-upload .filelist-item-wrapper .file-info-box .file-type-icon {
|
3795
|
+
display: block;
|
3796
|
+
width: 18px;
|
3797
|
+
height: 23px;
|
3798
|
+
margin-left: 6px;
|
3799
|
+
overflow: hidden;
|
3800
|
+
position: absolute;
|
3801
|
+
}
|
3802
|
+
.pro-upload .filelist-item-wrapper .file-info-box .file-name {
|
3803
|
+
display: box;
|
3804
|
+
padding-left: var(--zaui-space-size-lg, 32px);
|
3805
|
+
overflow: hidden;
|
3806
|
+
line-clamp: 1;
|
3807
|
+
box-orient: vertical;
|
3808
|
+
word-break: break-all;
|
3809
|
+
}
|
3810
|
+
.pro-upload .filelist-item-wrapper .file-info-box .file-name.file-name-pf0 {
|
3811
|
+
padding-left: 0;
|
3812
|
+
}
|
3813
|
+
.pro-upload .filelist-item-wrapper .file-info-box .file-actions-wrap {
|
3814
|
+
width: 100px;
|
3815
|
+
margin-left: auto;
|
3816
|
+
}
|
3817
|
+
.pro-upload .filelist-item-wrapper .file-info-box .file-actions-wrap .file-actions {
|
3818
|
+
display: none;
|
3819
|
+
-webkit-box-pack: right;
|
3820
|
+
-webkit-justify-content: right;
|
3821
|
+
-ms-flex-pack: right;
|
3822
|
+
justify-content: right;
|
3823
|
+
-webkit-transition: all 1s;
|
3824
|
+
transition: all 1s;
|
3825
|
+
}
|
3826
|
+
.pro-upload .filelist-item-wrapper .file-info-box .file-actions-wrap .file-actions .file-action-item {
|
3827
|
+
margin-left: var(--zaui-space-size-sm, 8px);
|
3828
|
+
padding: 0;
|
3829
|
+
cursor: pointer;
|
3830
|
+
color: var(--zaui-brand);
|
3831
|
+
}
|
3832
|
+
.pro-upload .drag-Single-item-wrapper .file-info-box {
|
3833
|
+
display: -webkit-box;
|
3834
|
+
display: -webkit-flex;
|
3835
|
+
display: -ms-flexbox;
|
3836
|
+
display: flex;
|
3837
|
+
-webkit-box-align: center;
|
3838
|
+
-webkit-align-items: center;
|
3839
|
+
-ms-flex-align: center;
|
3840
|
+
align-items: center;
|
3841
|
+
width: 100%;
|
3842
|
+
height: 30px;
|
3843
|
+
margin-top: var(--zaui-space-size-sm, 8px);
|
3844
|
+
color: var(--zaui-text, #343434);
|
3845
|
+
font-size: var(--zaui-font-size-sm, 12px);
|
3846
|
+
line-height: 16px;
|
3847
|
+
-webkit-box-pack: center;
|
3848
|
+
-webkit-justify-content: center;
|
3849
|
+
-ms-flex-pack: center;
|
3850
|
+
justify-content: center;
|
3851
|
+
}
|
3852
|
+
.pro-upload .drag-Single-item-wrapper .file-info-box:hover {
|
3853
|
+
background: #F8F9FA;
|
3854
|
+
border-radius: var(--zaui-border-radius, 8px);
|
3855
|
+
}
|
3856
|
+
.pro-upload .drag-Single-item-wrapper .file-info-box:hover .file-actions-wrap .file-actions,
|
3857
|
+
.pro-upload .drag-Single-item-wrapper .file-info-box.file-box-error .file-actions-wrap .file-actions {
|
3858
|
+
display: -webkit-box;
|
3859
|
+
display: -webkit-flex;
|
3860
|
+
display: -ms-flexbox;
|
3861
|
+
display: flex;
|
3862
|
+
}
|
3863
|
+
.pro-upload .drag-Single-item-wrapper .file-info-box .file-type-icon {
|
3864
|
+
display: block;
|
3865
|
+
width: 18px;
|
3866
|
+
height: 23px;
|
3867
|
+
margin-left: 6px;
|
3868
|
+
overflow: hidden;
|
3869
|
+
position: absolute;
|
3870
|
+
}
|
3871
|
+
.pro-upload .drag-Single-item-wrapper .file-info-box .file-name {
|
3872
|
+
display: box;
|
3873
|
+
padding-left: var(--zaui-space-size-sm, 8px);
|
3874
|
+
overflow: hidden;
|
3875
|
+
line-clamp: 1;
|
3876
|
+
box-orient: vertical;
|
3877
|
+
word-break: keep-all;
|
3878
|
+
}
|
3879
|
+
.pro-upload .drag-Single-item-wrapper .file-info-box .file-name.file-name-pf0 {
|
3880
|
+
padding-left: 0;
|
3881
|
+
}
|
3882
|
+
.pro-upload .drag-Single-item-wrapper .file-info-box.file-box-error {
|
3883
|
+
color: var(--zaui-danger, #FF005F);
|
3884
|
+
}
|
3885
|
+
.pro-upload .drag-Single-item-wrapper .file-info-box .file-actions-wrap {
|
3886
|
+
margin-left: 10px;
|
3887
|
+
}
|
3888
|
+
.pro-upload .drag-Single-item-wrapper .file-info-box .file-actions-wrap .file-actions {
|
3889
|
+
-webkit-box-pack: right;
|
3890
|
+
-webkit-justify-content: right;
|
3891
|
+
-ms-flex-pack: right;
|
3892
|
+
justify-content: right;
|
3893
|
+
-webkit-transition: all 1s;
|
3894
|
+
transition: all 1s;
|
3895
|
+
display: -webkit-box;
|
3896
|
+
display: -webkit-flex;
|
3897
|
+
display: -ms-flexbox;
|
3898
|
+
display: flex;
|
3899
|
+
}
|
3900
|
+
.pro-upload .drag-Single-item-wrapper .file-info-box .file-actions-wrap .file-actions .file-action-item {
|
3901
|
+
margin-left: var(--zaui-space-size-sm, 8px);
|
3902
|
+
padding: 0;
|
3903
|
+
cursor: pointer;
|
3904
|
+
color: var(--zaui-brand);
|
3905
|
+
}
|
3671
3906
|
.pro-upload-example {
|
3672
3907
|
display: -webkit-box;
|
3673
3908
|
display: -webkit-flex;
|
@@ -3689,8 +3924,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3689
3924
|
.proupload-modal-preview .ant-modal {
|
3690
3925
|
width: 600px;
|
3691
3926
|
}
|
3927
|
+
/* @root-entry-name: 'default'; */
|
3928
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
3692
3929
|
.pro-tree-modal-container .ant-modal-content .ant-modal-body {
|
3693
|
-
max-height: 498px;
|
3930
|
+
max-height: 498px !important;
|
3694
3931
|
}
|
3695
3932
|
.pro-tree-modal-placeholder {
|
3696
3933
|
color: #939499;
|
@@ -3717,7 +3954,13 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3717
3954
|
height: 482px;
|
3718
3955
|
margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
|
3719
3956
|
}
|
3957
|
+
.pro-tree-modal-content .checked-container .ant-btn:active {
|
3958
|
+
background: transparent;
|
3959
|
+
}
|
3720
3960
|
.pro-tree-modal-content .ant-tree-checkbox {
|
3961
|
+
-webkit-align-self: flex-start;
|
3962
|
+
-ms-flex-item-align: start;
|
3963
|
+
align-self: flex-start;
|
3721
3964
|
margin-top: 2px;
|
3722
3965
|
}
|
3723
3966
|
.pro-tree-modal-content .ant-tree-switcher {
|
@@ -3976,6 +4219,12 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3976
4219
|
font-weight: 400;
|
3977
4220
|
font-size: var(--zaui-font-size, 14px);
|
3978
4221
|
}
|
4222
|
+
.pro-transfer-right .ant-checkbox {
|
4223
|
+
-webkit-box-align: start;
|
4224
|
+
-webkit-align-items: flex-start;
|
4225
|
+
-ms-flex-align: start;
|
4226
|
+
align-items: flex-start;
|
4227
|
+
}
|
3979
4228
|
.pro-transfer-right .checked-item {
|
3980
4229
|
margin: var(--zaui-space-size-sm, 8px) 0;
|
3981
4230
|
}
|
@@ -4038,6 +4287,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4038
4287
|
.pro-transfer-right .checked-item.disabled .anticon {
|
4039
4288
|
pointer-events: none;
|
4040
4289
|
}
|
4290
|
+
/* @root-entry-name: 'default'; */
|
4291
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
4041
4292
|
.pro-tree-wrap-ellipse {
|
4042
4293
|
display: block;
|
4043
4294
|
width: 100%;
|
@@ -4119,6 +4370,15 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4119
4370
|
overflow-y: auto;
|
4120
4371
|
overflow-x: auto;
|
4121
4372
|
}
|
4373
|
+
.pro-tree-content .pro-tree-tree-warp .ant-tree-switcher:not(.ant-tree-switcher-noop):hover:before {
|
4374
|
+
background-color: transparent;
|
4375
|
+
}
|
4376
|
+
.pro-tree-content .pro-tree-tree-warp .ant-tree-checkbox {
|
4377
|
+
margin-top: 11px;
|
4378
|
+
-webkit-align-self: flex-start;
|
4379
|
+
-ms-flex-item-align: start;
|
4380
|
+
align-self: flex-start;
|
4381
|
+
}
|
4122
4382
|
.pro-tree-content .tree-title-box {
|
4123
4383
|
display: -webkit-box;
|
4124
4384
|
display: -webkit-flex;
|
@@ -4156,9 +4416,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4156
4416
|
font-size: var(--zaui-font-size-sm, 12px);
|
4157
4417
|
margin-right: var(--zaui-space-size-xs);
|
4158
4418
|
}
|
4159
|
-
.pro-tree-content .ant-tree-checkbox {
|
4160
|
-
margin-top: 11px;
|
4161
|
-
}
|
4162
4419
|
.pro-tree-content .ant-tree-switcher {
|
4163
4420
|
line-height: 44px;
|
4164
4421
|
}
|
@@ -4415,6 +4672,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4415
4672
|
.ant-select-tree-node-content-wrapper:has(.pro-tree-wrap-ellipse) {
|
4416
4673
|
overflow: hidden;
|
4417
4674
|
}
|
4675
|
+
/* @root-entry-name: 'default'; */
|
4676
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
4418
4677
|
.pro-drawer .original-value-tooltip {
|
4419
4678
|
position: fixed;
|
4420
4679
|
}
|
@@ -4522,21 +4781,27 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4522
4781
|
.pro-drawer .ant-drawer-close {
|
4523
4782
|
display: none;
|
4524
4783
|
}
|
4525
|
-
.pro-modal .ant-modal-close .ant-modal-close-x
|
4526
|
-
|
4527
|
-
|
4528
|
-
|
4529
|
-
|
4784
|
+
.pro-modal .ant-modal-close .ant-modal-close-x {
|
4785
|
+
display: -webkit-box;
|
4786
|
+
display: -webkit-flex;
|
4787
|
+
display: -ms-flexbox;
|
4788
|
+
display: flex;
|
4789
|
+
-webkit-box-align: center;
|
4790
|
+
-webkit-align-items: center;
|
4791
|
+
-ms-flex-align: center;
|
4792
|
+
align-items: center;
|
4793
|
+
-webkit-box-pack: center;
|
4794
|
+
-webkit-justify-content: center;
|
4795
|
+
-ms-flex-pack: center;
|
4796
|
+
justify-content: center;
|
4530
4797
|
}
|
4531
4798
|
.pro-modal .ant-modal-header {
|
4532
|
-
padding: var(--zaui-space-size-md, 16px);
|
4533
4799
|
border-bottom: none;
|
4534
4800
|
}
|
4535
4801
|
.pro-modal .ant-modal-header .ant-modal-title {
|
4536
4802
|
font-weight: 600;
|
4537
4803
|
}
|
4538
4804
|
.pro-modal .ant-modal-footer {
|
4539
|
-
padding: var(--zaui-space-size-md, 16px);
|
4540
4805
|
border-top: none;
|
4541
4806
|
}
|
4542
4807
|
.pro-modal .ant-modal-footer .pro-modal-footer {
|
@@ -4544,6 +4809,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4544
4809
|
display: -webkit-flex;
|
4545
4810
|
display: -ms-flexbox;
|
4546
4811
|
display: flex;
|
4812
|
+
-webkit-box-align: center;
|
4813
|
+
-webkit-align-items: center;
|
4814
|
+
-ms-flex-align: center;
|
4815
|
+
align-items: center;
|
4547
4816
|
-webkit-box-pack: justify;
|
4548
4817
|
-webkit-justify-content: space-between;
|
4549
4818
|
-ms-flex-pack: justify;
|
@@ -4551,9 +4820,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4551
4820
|
}
|
4552
4821
|
.pro-modal .ant-modal-content .ant-modal-body {
|
4553
4822
|
max-height: 450px;
|
4554
|
-
padding: 0 var(--zaui-space-size-md, 16px);
|
4555
4823
|
padding-top: 0;
|
4556
|
-
overflow:
|
4824
|
+
overflow-x: hidden;
|
4825
|
+
overflow-y: auto;
|
4557
4826
|
}
|
4558
4827
|
.pro-modal-no-footer .ant-modal-content .ant-modal-body {
|
4559
4828
|
padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
|
@@ -4570,9 +4839,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4570
4839
|
.pro-modal-footer-shadow .ant-modal-footer {
|
4571
4840
|
position: relative;
|
4572
4841
|
z-index: 1;
|
4573
|
-
-webkit-box-shadow: 3px 2px 12px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
|
4574
|
-
box-shadow: 3px 2px 12px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
|
4575
4842
|
}
|
4843
|
+
/* @root-entry-name: 'default'; */
|
4844
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
4576
4845
|
.pro-edit-table td[rowspan] {
|
4577
4846
|
vertical-align: middle !important;
|
4578
4847
|
}
|
@@ -4872,16 +5141,16 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4872
5141
|
-ms-flex-align: center;
|
4873
5142
|
align-items: center;
|
4874
5143
|
padding: 0 var(--zaui-space-size-xs, 4px);
|
5144
|
+
gap: 4px;
|
4875
5145
|
}
|
4876
5146
|
.pro-edit-table-toolbar .ant-space .ant-space-item .ant-btn-link:first-child {
|
4877
5147
|
padding-left: 0;
|
4878
5148
|
}
|
4879
|
-
.pro-edit-table-toolbar .ant-space .ant-space-item .ant-btn-link span:nth-child(2) {
|
4880
|
-
margin-left: var(--zaui-space-size-xs, 4px);
|
4881
|
-
}
|
4882
5149
|
.pro-edit-table-drag table tr th.ant-table-selection-column.ant-table-cell-fix-left {
|
4883
5150
|
text-align: right;
|
4884
5151
|
}
|
5152
|
+
/* @root-entry-name: 'default'; */
|
5153
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
4885
5154
|
.pro-edit-label {
|
4886
5155
|
display: inline-block;
|
4887
5156
|
}
|
@@ -4933,7 +5202,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4933
5202
|
.pro-edit-label-popconfirm .ant-popover-inner-content {
|
4934
5203
|
width: 100%;
|
4935
5204
|
}
|
4936
|
-
.pro-edit-label-popconfirm .ant-
|
5205
|
+
.pro-edit-label-popconfirm .ant-popconfirm-message {
|
4937
5206
|
display: block;
|
4938
5207
|
}
|
4939
5208
|
.pro-edit-label-popconfirm .ant-popover-message-title {
|
@@ -4983,6 +5252,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4983
5252
|
.pro-edit-label-popconfirm .ant-select {
|
4984
5253
|
width: 100%;
|
4985
5254
|
}
|
5255
|
+
/* @root-entry-name: 'default'; */
|
5256
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
4986
5257
|
.pro-icon {
|
4987
5258
|
cursor: pointer;
|
4988
5259
|
}
|
@@ -5003,6 +5274,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
5003
5274
|
vertical-align: 0;
|
5004
5275
|
border: 0;
|
5005
5276
|
}
|
5277
|
+
/* @root-entry-name: 'default'; */
|
5278
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
5006
5279
|
.pro-theme-prd-tools-drawer .ant-drawer-header {
|
5007
5280
|
border-bottom: none;
|
5008
5281
|
}
|
@@ -5215,7 +5488,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
5215
5488
|
justify-content: center;
|
5216
5489
|
}
|
5217
5490
|
.pro-theme-tools.pro-theme-tools-follow {
|
5218
|
-
background: var(--ant-primary-1);
|
5491
|
+
background: var(--ant-primary-1, #e6f7ff);
|
5219
5492
|
}
|
5220
5493
|
.pro-theme-tools.pro-theme-tools-follow svg {
|
5221
5494
|
color: var(--zaui-brand, #006aff);
|
@@ -5261,67 +5534,14 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
5261
5534
|
.pro-theme-tools-drawer .ant-radio-button-wrapper {
|
5262
5535
|
padding: 0 12px;
|
5263
5536
|
}
|
5537
|
+
/* @root-entry-name: 'default'; */
|
5538
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
5264
5539
|
.pro-download.ant-btn-link,
|
5265
5540
|
.pro-download.ant-btn-text {
|
5266
5541
|
padding: 0;
|
5267
5542
|
}
|
5268
|
-
|
5269
|
-
|
5270
|
-
margin-right: 4px;
|
5271
|
-
color: #ff5050;
|
5272
|
-
font-size: var(--zaui-font-size, 14px);
|
5273
|
-
line-height: 1;
|
5274
|
-
content: '*';
|
5275
|
-
}
|
5276
|
-
.pro-editable .ant-table-cell .ant-form-item {
|
5277
|
-
margin-bottom: 0px;
|
5278
|
-
}
|
5279
|
-
.pro-editable .ant-table.ant-table-bordered > .ant-table-container {
|
5280
|
-
border: 0;
|
5281
|
-
}
|
5282
|
-
.pro-editable .ant-table-thead > tr > th {
|
5283
|
-
white-space: nowrap;
|
5284
|
-
background-color: #f6f7f8;
|
5285
|
-
border: 0;
|
5286
|
-
}
|
5287
|
-
.pro-editable .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
|
5288
|
-
height: 0;
|
5289
|
-
}
|
5290
|
-
.pro-editable .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
|
5291
|
-
border-top: 0;
|
5292
|
-
border-right: 0;
|
5293
|
-
border-bottom: 0;
|
5294
|
-
}
|
5295
|
-
.pro-editable .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
|
5296
|
-
padding: var(--zaui-space-size-md, 16px);
|
5297
|
-
vertical-align: top;
|
5298
|
-
border-bottom: 0;
|
5299
|
-
}
|
5300
|
-
.pro-editable .ant-btn-link[disabled] {
|
5301
|
-
color: var(--zaui-disabled-text);
|
5302
|
-
}
|
5303
|
-
.pro-editable .ant-space {
|
5304
|
-
gap: var(--zaui-space-size-sm, 8px);
|
5305
|
-
}
|
5306
|
-
.pro-editable .ant-space .ant-btn-link {
|
5307
|
-
padding: 0 var(--zaui-space-size-xs, 4px);
|
5308
|
-
}
|
5309
|
-
.pro-editable .ant-space .ant-btn-link:first-child {
|
5310
|
-
padding-left: 0;
|
5311
|
-
}
|
5312
|
-
.pro-editable .com-empty {
|
5313
|
-
text-align: center;
|
5314
|
-
}
|
5315
|
-
.pro-editable .com-empty .empty-img {
|
5316
|
-
width: 80px;
|
5317
|
-
height: 80px;
|
5318
|
-
}
|
5319
|
-
.pro-editable .com-empty .empty-text {
|
5320
|
-
margin-top: var(--zaui-space-size-md, 16px);
|
5321
|
-
}
|
5322
|
-
.pro-editable .com-empty .empty-text .ant-btn-link {
|
5323
|
-
padding: 0;
|
5324
|
-
}
|
5543
|
+
/* @root-entry-name: 'default'; */
|
5544
|
+
/* @import (reference) '~antd/es/style/themes/index.less'; */
|
5325
5545
|
html,
|
5326
5546
|
body,
|
5327
5547
|
body div,
|
@@ -5742,7 +5962,7 @@ input[type='button'] {
|
|
5742
5962
|
.ant-form .ant-form-item,
|
5743
5963
|
.ant-drawer .ant-form-item,
|
5744
5964
|
.ant-modal .ant-form-item {
|
5745
|
-
margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1))
|
5965
|
+
margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
|
5746
5966
|
}
|
5747
5967
|
.ant-input[disabled],
|
5748
5968
|
.ant-select-disabled,
|
@@ -5757,6 +5977,9 @@ input[type='button'] {
|
|
5757
5977
|
font-size: calc(var(--zaui-font-size, 14px) + var(--zaui-base-font-size, 0px));
|
5758
5978
|
color: var(--zaui-text, #464646);
|
5759
5979
|
}
|
5980
|
+
.ant-table .ant-table-row.ant-table-row-selected > .ant-table-cell-row-hover {
|
5981
|
+
background-color: #e6f4ff !important;
|
5982
|
+
}
|
5760
5983
|
.ant-table .ant-empty-normal {
|
5761
5984
|
margin: calc(var(--zaui-space-size-lg, 32px) * var(--zaui-size, 1)) 0;
|
5762
5985
|
}
|
@@ -5795,7 +6018,7 @@ input[type='button'] {
|
|
5795
6018
|
background-color: var(--zaui-table-strip-bg, #fafafa);
|
5796
6019
|
}
|
5797
6020
|
.ant-table .ant-table-tbody tr.ant-table-row:hover td {
|
5798
|
-
background-color: var(--zaui-table-hover-bg, #fafafa)
|
6021
|
+
background-color: var(--zaui-table-hover-bg, #fafafa);
|
5799
6022
|
}
|
5800
6023
|
.ant-table .ant-table-tbody > tr > td {
|
5801
6024
|
border-bottom: none;
|
@@ -5876,7 +6099,7 @@ input[type='button'] {
|
|
5876
6099
|
background-color: #fff;
|
5877
6100
|
}
|
5878
6101
|
.ant-table.ant-table-scroll-horizontal table .ant-table-tbody .ant-table-row:nth-child(odd) {
|
5879
|
-
background-color: var(--zaui-table-strip-bg, #fafafa)
|
6102
|
+
background-color: var(--zaui-table-strip-bg, #fafafa);
|
5880
6103
|
}
|
5881
6104
|
.ant-table.ant-table-scroll-horizontal table .ant-table-tbody .ant-table-row:nth-child(odd) td {
|
5882
6105
|
background-color: var(--zaui-table-strip-bg, #fafafa) !important;
|
@@ -5899,6 +6122,10 @@ input[type='button'] {
|
|
5899
6122
|
.ant-table.ant-table-fixed-header .ant-table-tbody .ant-table-row:nth-child(even) td {
|
5900
6123
|
background: #ffffff;
|
5901
6124
|
}
|
6125
|
+
.ant-table.ant-table-fixed-header .ant-table-tbody.ant-table-tbody-virtual .ant-table-row:nth-child(odd),
|
6126
|
+
.ant-table.ant-table-fixed-header .ant-table-tbody.ant-table-tbody-virtual .ant-table-row:nth-child(even) {
|
6127
|
+
background-color: transparent !important;
|
6128
|
+
}
|
5902
6129
|
.ant-table.ant-table-fixed-header .ant-table-tbody .ant-table-row:nth-child(odd) {
|
5903
6130
|
background-color: var(--zaui-table-strip-bg, #fafafa);
|
5904
6131
|
}
|
@@ -5956,7 +6183,7 @@ input[type='button'] {
|
|
5956
6183
|
.ant-btn.ant-btn-link[disabled]:hover,
|
5957
6184
|
.ant-btn.ant-btn-link[disabled]:focus,
|
5958
6185
|
.ant-btn.ant-btn-link[disabled]:active {
|
5959
|
-
color: #bcbcbc;
|
6186
|
+
color: #bcbcbc !important;
|
5960
6187
|
text-shadow: none;
|
5961
6188
|
background: none;
|
5962
6189
|
border-color: none;
|
@@ -5965,7 +6192,13 @@ input[type='button'] {
|
|
5965
6192
|
opacity: 0.6;
|
5966
6193
|
}
|
5967
6194
|
.ant-btn.ant-btn-link {
|
5968
|
-
color: var(--zaui-brand, #006aff);
|
6195
|
+
color: var(--zaui-brand, #006aff) !important;
|
6196
|
+
background: none !important;
|
6197
|
+
-webkit-box-shadow: none !important;
|
6198
|
+
box-shadow: none !important;
|
6199
|
+
}
|
6200
|
+
.ant-btn.ant-btn-link:hover {
|
6201
|
+
color: var(--zaui-brand, #006aff) !important;
|
5969
6202
|
}
|
5970
6203
|
.ant-divider .ant-divider-inner-text {
|
5971
6204
|
color: var(--zaui-text, #464646);
|
@@ -6143,26 +6376,6 @@ input[type='button'] {
|
|
6143
6376
|
.ant-input-number {
|
6144
6377
|
width: 100%;
|
6145
6378
|
}
|
6146
|
-
.ant-input-textarea {
|
6147
|
-
position: relative;
|
6148
|
-
}
|
6149
|
-
.ant-input-textarea textarea.ant-input {
|
6150
|
-
padding-bottom: 20px;
|
6151
|
-
}
|
6152
|
-
.ant-input-textarea.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
|
6153
|
-
background: transparent;
|
6154
|
-
}
|
6155
|
-
.ant-input-textarea.ant-input-textarea-show-count.ant-input-textarea-in-form-item.disabled::after {
|
6156
|
-
background: #f2f2f2;
|
6157
|
-
}
|
6158
|
-
.ant-input-textarea.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
|
6159
|
-
position: absolute;
|
6160
|
-
right: 16px;
|
6161
|
-
bottom: 1px;
|
6162
|
-
width: calc(100% - 18px);
|
6163
|
-
margin-bottom: 0;
|
6164
|
-
text-align: right;
|
6165
|
-
}
|
6166
6379
|
.ant-space.ant-space-vertical {
|
6167
6380
|
display: -webkit-box;
|
6168
6381
|
display: -webkit-flex;
|
@@ -6193,6 +6406,12 @@ input[type='button'] {
|
|
6193
6406
|
width: -moz-max-content;
|
6194
6407
|
width: max-content;
|
6195
6408
|
}
|
6409
|
+
.ant-tooltip > .ant-tooltip-arrow::before,
|
6410
|
+
.ant-tooltip > .ant-tooltip-arrow::after {
|
6411
|
+
background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.95)), to(#ffffff));
|
6412
|
+
background: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.95), #ffffff);
|
6413
|
+
background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.95), #ffffff);
|
6414
|
+
}
|
6196
6415
|
.ant-tooltip > .ant-tooltip-content > .ant-tooltip-inner {
|
6197
6416
|
max-height: 360px;
|
6198
6417
|
overflow: auto;
|
@@ -6204,22 +6423,19 @@ input[type='button'] {
|
|
6204
6423
|
}
|
6205
6424
|
.ant-tooltip > .ant-tooltip-content > .ant-tooltip-inner::-moz-selection {
|
6206
6425
|
color: inherit !important;
|
6207
|
-
background: rgba(
|
6426
|
+
background: rgba(0, 106, 255, 0.3) !important;
|
6208
6427
|
}
|
6209
6428
|
.ant-tooltip > .ant-tooltip-content > .ant-tooltip-inner::selection {
|
6210
6429
|
color: inherit !important;
|
6211
|
-
background: rgba(
|
6430
|
+
background: rgba(0, 106, 255, 0.3) !important;
|
6212
6431
|
}
|
6213
6432
|
.ant-tooltip > .ant-tooltip-content > .ant-tooltip-inner > div::-moz-selection {
|
6214
6433
|
color: inherit !important;
|
6215
|
-
background: rgba(
|
6434
|
+
background: rgba(0, 106, 255, 0.3) !important;
|
6216
6435
|
}
|
6217
6436
|
.ant-tooltip > .ant-tooltip-content > .ant-tooltip-inner > div::selection {
|
6218
6437
|
color: inherit !important;
|
6219
|
-
background: rgba(
|
6220
|
-
}
|
6221
|
-
.ant-tooltip > .ant-tooltip-content > .ant-tooltip-arrow > .ant-tooltip-arrow-content {
|
6222
|
-
--antd-arrow-background-color: linear-gradient(to right bottom, rgba(255, 255, 255, 0.95), #ffffff);
|
6438
|
+
background: rgba(0, 106, 255, 0.3) !important;
|
6223
6439
|
}
|
6224
6440
|
.ant-picker.ant-picker-disabled {
|
6225
6441
|
background: var(--zaui-disabled-bg) !important;
|