@fangzhongya/fang-ui 0.0.80 → 0.0.81
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/dist/components/alert/src/index2.cjs +1 -1
- package/dist/components/alert/src/index2.js +1 -1
- package/dist/components/alert/style/element.scss +0 -0
- package/dist/components/alert/style/index2.scss +2 -0
- package/dist/components/array/style/index2.scss +1 -0
- package/dist/components/autocomplete/src/index2.cjs +1 -1
- package/dist/components/autocomplete/src/index2.js +1 -1
- package/dist/components/autocomplete/style/element.scss +3 -0
- package/dist/components/autocomplete/style/index2.scss +2 -0
- package/dist/components/button/src/data.cjs +1 -3
- package/dist/components/button/src/data.d.ts +1 -3
- package/dist/components/button/src/data.js +1 -3
- package/dist/components/button/src/index2.cjs +10 -6
- package/dist/components/button/src/index2.js +12 -8
- package/dist/components/button/style/element.scss +0 -0
- package/dist/components/button/style/index2.scss +2 -0
- package/dist/components/buttons/style/index2.scss +1 -2
- package/dist/components/card/src/index2.cjs +1 -1
- package/dist/components/card/src/index2.js +1 -1
- package/dist/components/card/style/element.scss +0 -0
- package/dist/components/card/style/index2.scss +2 -0
- package/dist/components/cascader/src/index2.cjs +3 -3
- package/dist/components/cascader/src/index2.js +1 -1
- package/dist/components/cascader/style/element.scss +4 -0
- package/dist/components/cascader/style/index2.scss +2 -0
- package/dist/components/cascader-panel/src/index2.cjs +1 -1
- package/dist/components/cascader-panel/src/index2.js +1 -1
- package/dist/components/cascader-panel/style/element.scss +3 -0
- package/dist/components/cascader-panel/style/index2.scss +2 -0
- package/dist/components/cascaders/src/index2.cjs +4 -4
- package/dist/components/cascaders/src/index2.js +4 -4
- package/dist/components/cascaders/style/index2.scss +2 -3
- package/dist/components/checkbox/src/index2.cjs +1 -1
- package/dist/components/checkbox/src/index2.js +1 -1
- package/dist/components/checkbox/style/element.scss +0 -0
- package/dist/components/checkbox/style/index2.scss +2 -0
- package/dist/components/checkbox-button/index.cjs +9 -0
- package/dist/components/checkbox-button/index.d.ts +4 -0
- package/dist/components/checkbox-button/index.js +9 -0
- package/dist/components/checkbox-button/index.scss +5 -0
- package/dist/components/checkbox-button/src/data.cjs +11 -0
- package/dist/components/checkbox-button/src/data.d.ts +14 -0
- package/dist/components/checkbox-button/src/data.js +11 -0
- package/dist/components/checkbox-button/src/index.cjs +4 -0
- package/dist/components/checkbox-button/src/index.js +4 -0
- package/dist/components/checkbox-button/src/index2.cjs +36 -0
- package/dist/components/checkbox-button/src/index2.js +36 -0
- package/dist/components/checkbox-button/style/element.scss +0 -0
- package/dist/components/checkbox-button/style/index2.scss +5 -0
- package/dist/components/checkbox-group/src/index2.cjs +1 -1
- package/dist/components/checkbox-group/src/index2.js +1 -1
- package/dist/components/checkbox-group/style/element.scss +1 -0
- package/dist/components/checkbox-group/style/index2.scss +2 -0
- package/dist/components/checks/src/index2.cjs +15 -11
- package/dist/components/checks/src/index2.js +12 -8
- package/dist/components/checks/style/index2.scss +6 -3
- package/dist/components/collapse/src/index2.cjs +1 -1
- package/dist/components/collapse/src/index2.js +1 -1
- package/dist/components/collapse/style/element.scss +0 -0
- package/dist/components/collapse/style/index2.scss +2 -0
- package/dist/components/collapse-item/src/index2.cjs +1 -1
- package/dist/components/collapse-item/src/index2.js +1 -1
- package/dist/components/collapse-item/style/element.scss +0 -0
- package/dist/components/collapse-item/style/index2.scss +2 -0
- package/dist/components/color-picker/src/index2.cjs +1 -1
- package/dist/components/color-picker/src/index2.js +1 -1
- package/dist/components/color-picker/style/element.scss +3 -0
- package/dist/components/color-picker/style/index2.scss +2 -0
- package/dist/components/common/compons.cjs +2 -2
- package/dist/components/common/compons.js +2 -2
- package/dist/components/common/compons.scss +24 -0
- package/dist/components/common/compons2.scss +24 -0
- package/dist/components/config-provider/src/index2.cjs +3 -3
- package/dist/components/config-provider/src/index2.js +1 -1
- package/dist/components/config-provider/style/element.scss +0 -0
- package/dist/components/config-provider/style/index2.scss +2 -0
- package/dist/components/date-picker/src/index2.cjs +1 -1
- package/dist/components/date-picker/src/index2.js +1 -1
- package/dist/components/date-picker/style/element.scss +2 -0
- package/dist/components/date-picker/style/index2.scss +2 -0
- package/dist/components/date-picker-panel/index.cjs +9 -0
- package/dist/components/date-picker-panel/index.d.ts +4 -0
- package/dist/components/date-picker-panel/index.js +9 -0
- package/dist/components/date-picker-panel/index.scss +5 -0
- package/dist/components/date-picker-panel/src/data.cjs +11 -0
- package/dist/components/date-picker-panel/src/data.d.ts +14 -0
- package/dist/components/date-picker-panel/src/data.js +11 -0
- package/dist/components/date-picker-panel/src/index.cjs +4 -0
- package/dist/components/date-picker-panel/src/index.js +4 -0
- package/dist/components/date-picker-panel/src/index2.cjs +36 -0
- package/dist/components/date-picker-panel/src/index2.js +36 -0
- package/dist/components/date-picker-panel/style/element.scss +3 -0
- package/dist/components/date-picker-panel/style/index2.scss +4 -0
- package/dist/components/dates/src/index2.cjs +2 -2
- package/dist/components/dates/src/index2.js +2 -2
- package/dist/components/dates/style/index2.scss +1 -2
- package/dist/components/dates-divide/src/index2.cjs +3 -3
- package/dist/components/dates-divide/src/index2.js +3 -3
- package/dist/components/dates-divide/style/index2.scss +3 -0
- package/dist/components/dates-picker/index.cjs +1 -0
- package/dist/components/dates-picker/index.css +23 -0
- package/dist/components/dates-picker/index.js +1 -0
- package/dist/components/dates-picker/index.scss +14 -0
- package/dist/components/dates-picker/src/index2.cjs +2 -2
- package/dist/components/dates-picker/src/index2.js +2 -2
- package/dist/components/dates-picker/style/index2.scss +2 -0
- package/dist/components/dates2/index.css +17 -0
- package/dist/components/dates2/index.scss +3 -1
- package/dist/components/dates2/src/index2.cjs +2 -2
- package/dist/components/dates2/src/index2.js +2 -2
- package/dist/components/dates2/style/index2.scss +3 -2
- package/dist/components/dialog/src/index2.cjs +1 -1
- package/dist/components/dialog/src/index2.js +1 -1
- package/dist/components/dialog/style/element.scss +1 -0
- package/dist/components/dialog/style/index2.scss +2 -0
- package/dist/components/dialogs/src/index2.cjs +5 -5
- package/dist/components/dialogs/src/index2.js +5 -5
- package/dist/components/dialogs/style/index2.scss +2 -2
- package/dist/components/divider/src/index2.cjs +1 -1
- package/dist/components/divider/src/index2.js +1 -1
- package/dist/components/divider/style/element.scss +0 -0
- package/dist/components/divider/style/index2.scss +2 -0
- package/dist/components/drawer/src/index2.cjs +1 -1
- package/dist/components/drawer/src/index2.js +1 -1
- package/dist/components/drawer/style/element.scss +1 -0
- package/dist/components/drawer/style/index2.scss +2 -0
- package/dist/components/dropdown/src/index2.cjs +1 -1
- package/dist/components/dropdown/src/index2.js +1 -1
- package/dist/components/dropdown/style/element.scss +4 -0
- package/dist/components/dropdown/style/index2.scss +2 -0
- package/dist/components/dropdown-item/src/index2.cjs +1 -1
- package/dist/components/dropdown-item/src/index2.js +1 -1
- package/dist/components/dropdown-item/style/element.scss +0 -0
- package/dist/components/dropdown-item/style/index2.scss +2 -0
- package/dist/components/dropdown-menu/src/index2.cjs +1 -1
- package/dist/components/dropdown-menu/src/index2.js +1 -1
- package/dist/components/dropdown-menu/style/element.scss +0 -0
- package/dist/components/dropdown-menu/style/index2.scss +2 -0
- package/dist/components/edit/style/index2.scss +1 -0
- package/dist/components/edit-float/style/index2.scss +1 -0
- package/dist/components/form/src/index2.cjs +1 -1
- package/dist/components/form/src/index2.js +1 -1
- package/dist/components/form/style/element.scss +0 -0
- package/dist/components/form/style/index2.scss +2 -0
- package/dist/components/form-item/src/index2.cjs +1 -1
- package/dist/components/form-item/src/index2.js +1 -1
- package/dist/components/form-item/style/element.scss +0 -0
- package/dist/components/form-item/style/index2.scss +2 -0
- package/dist/components/forms/index.css +411 -0
- package/dist/components/forms/index.scss +1 -0
- package/dist/components/forms/src/index2.cjs +6 -5
- package/dist/components/forms/src/index2.js +6 -5
- package/dist/components/forms/style/index2.scss +5 -2
- package/dist/components/forms-drag/src/index2.cjs +12 -11
- package/dist/components/forms-drag/src/index2.js +6 -5
- package/dist/components/forms-item/src/index2.cjs +3 -3
- package/dist/components/forms-item/src/index2.js +3 -3
- package/dist/components/forms-item/style/index2.scss +1 -2
- package/dist/components/global-config/src/index.cjs +2 -2
- package/dist/components/global-config/src/index.js +2 -2
- package/dist/components/global-config/style/index2.scss +2 -0
- package/dist/components/history/style/index2.scss +1 -0
- package/dist/components/icon-picker/src/index2.cjs +2 -2
- package/dist/components/icon-picker/src/index2.js +2 -2
- package/dist/components/icon-picker/style/index2.scss +5 -0
- package/dist/components/iframe/style/index2.scss +1 -2
- package/dist/components/image/src/index2.cjs +1 -1
- package/dist/components/image/src/index2.js +1 -1
- package/dist/components/image/style/element.scss +1 -0
- package/dist/components/image/style/index2.scss +2 -0
- package/dist/components/images/src/index2.cjs +2 -2
- package/dist/components/images/src/index2.js +2 -2
- package/dist/components/images/style/index2.scss +2 -0
- package/dist/components/index.cjs +226 -202
- package/dist/components/index.d.ts +13 -1
- package/dist/components/index.js +25 -1
- package/dist/components/index.scss +18 -2
- package/dist/components/index2.scss +31 -15
- package/dist/components/input/src/index2.cjs +1 -1
- package/dist/components/input/src/index2.js +1 -1
- package/dist/components/input/style/element.scss +0 -0
- package/dist/components/input/style/index2.scss +2 -0
- package/dist/components/input-array/src/index2.cjs +6 -6
- package/dist/components/input-array/src/index2.js +6 -6
- package/dist/components/input-array/style/index2.scss +2 -3
- package/dist/components/input-history/style/index2.scss +1 -0
- package/dist/components/input-num/src/index2.cjs +2 -2
- package/dist/components/input-num/src/index2.js +2 -2
- package/dist/components/input-num/style/index2.scss +1 -2
- package/dist/components/input-number/src/index2.cjs +1 -1
- package/dist/components/input-number/src/index2.js +1 -1
- package/dist/components/input-number/style/element.scss +1 -0
- package/dist/components/input-number/style/index2.scss +2 -0
- package/dist/components/input-select/src/index2.cjs +4 -4
- package/dist/components/input-select/src/index2.js +4 -4
- package/dist/components/input-select/style/index2.scss +2 -3
- package/dist/components/input-tag/src/index2.cjs +1 -1
- package/dist/components/input-tag/src/index2.js +1 -1
- package/dist/components/input-tag/style/element.scss +2 -0
- package/dist/components/input-tag/style/index2.scss +2 -0
- package/dist/components/inputs/src/index2.cjs +2 -2
- package/dist/components/inputs/src/index2.js +2 -2
- package/dist/components/inputs/style/index2.scss +1 -2
- package/dist/components/labels/index.css +9 -0
- package/dist/components/labels/index.scss +1 -0
- package/dist/components/labels/style/index2.scss +3 -0
- package/dist/components/lists/src/index2.cjs +2 -2
- package/dist/components/lists/src/index2.js +2 -2
- package/dist/components/lists/style/index2.scss +2 -0
- package/dist/components/loading/index.scss +5 -0
- package/dist/components/loading/style/element.scss +0 -0
- package/dist/components/loading/style/index2.scss +4 -0
- package/dist/components/mention/src/index2.cjs +1 -1
- package/dist/components/mention/src/index2.js +1 -1
- package/dist/components/mention/style/element.scss +3 -0
- package/dist/components/mention/style/index2.scss +2 -0
- package/dist/components/menu/index.cjs +9 -0
- package/dist/components/menu/index.d.ts +4 -0
- package/dist/components/menu/index.js +9 -0
- package/dist/components/menu/index.scss +5 -0
- package/dist/components/menu/src/data.cjs +11 -0
- package/dist/components/menu/src/data.d.ts +14 -0
- package/dist/components/menu/src/data.js +11 -0
- package/dist/components/menu/src/index.cjs +4 -0
- package/dist/components/menu/src/index.js +4 -0
- package/dist/components/menu/src/index2.cjs +36 -0
- package/dist/components/menu/src/index2.js +36 -0
- package/dist/components/menu/style/element.scss +1 -0
- package/dist/components/menu/style/index2.scss +4 -0
- package/dist/components/menu-item/index.cjs +9 -0
- package/dist/components/menu-item/index.d.ts +4 -0
- package/dist/components/menu-item/index.js +9 -0
- package/dist/components/menu-item/index.scss +5 -0
- package/dist/components/menu-item/src/data.cjs +11 -0
- package/dist/components/menu-item/src/data.d.ts +14 -0
- package/dist/components/menu-item/src/data.js +11 -0
- package/dist/components/menu-item/src/index.cjs +4 -0
- package/dist/components/menu-item/src/index.js +4 -0
- package/dist/components/menu-item/src/index2.cjs +36 -0
- package/dist/components/menu-item/src/index2.js +36 -0
- package/dist/components/menu-item/style/element.scss +0 -0
- package/dist/components/menu-item/style/index2.scss +5 -0
- package/dist/components/menu-item-group/index.cjs +9 -0
- package/dist/components/menu-item-group/index.d.ts +4 -0
- package/dist/components/menu-item-group/index.js +9 -0
- package/dist/components/menu-item-group/index.scss +5 -0
- package/dist/components/menu-item-group/src/data.cjs +11 -0
- package/dist/components/menu-item-group/src/data.d.ts +14 -0
- package/dist/components/menu-item-group/src/data.js +11 -0
- package/dist/components/menu-item-group/src/index.cjs +4 -0
- package/dist/components/menu-item-group/src/index.js +4 -0
- package/dist/components/menu-item-group/src/index2.cjs +36 -0
- package/dist/components/menu-item-group/src/index2.js +36 -0
- package/dist/components/menu-item-group/style/element.scss +0 -0
- package/dist/components/menu-item-group/style/index2.scss +5 -0
- package/dist/components/menus/src/index2.cjs +2 -2
- package/dist/components/menus/src/index2.js +2 -2
- package/dist/components/menus/src/menu-ll2.cjs +4 -3
- package/dist/components/menus/src/menu-ll2.js +4 -3
- package/dist/components/menus/style/index2.scss +3 -4
- package/dist/components/message/index.scss +5 -0
- package/dist/components/message/style/element.scss +1 -0
- package/dist/components/message/style/index2.scss +4 -0
- package/dist/components/message-box/index.scss +5 -0
- package/dist/components/message-box/style/element.scss +3 -0
- package/dist/components/message-box/style/index2.scss +4 -0
- package/dist/components/option/src/data.d.ts +2 -2
- package/dist/components/option/src/index2.cjs +17 -18
- package/dist/components/option/src/index2.js +15 -16
- package/dist/components/option/style/element.scss +0 -0
- package/dist/components/option/style/index2.scss +2 -0
- package/dist/components/option-group/src/index2.cjs +1 -1
- package/dist/components/option-group/src/index2.js +1 -1
- package/dist/components/option-group/style/element.scss +0 -0
- package/dist/components/option-group/style/index2.scss +2 -0
- package/dist/components/page/index.css +411 -0
- package/dist/components/page/style/index2.scss +3 -5
- package/dist/components/pagination/src/index2.cjs +1 -1
- package/dist/components/pagination/src/index2.js +1 -1
- package/dist/components/pagination/style/element.scss +2 -0
- package/dist/components/pagination/style/index2.scss +2 -0
- package/dist/components/paging/index.scss +1 -1
- package/dist/components/paging/src/index2.cjs +2 -2
- package/dist/components/paging/src/index2.js +2 -2
- package/dist/components/paging/style/index2.scss +1 -1
- package/dist/components/popconfirm/src/index2.cjs +1 -1
- package/dist/components/popconfirm/src/index2.js +1 -1
- package/dist/components/popconfirm/style/element.scss +2 -0
- package/dist/components/popconfirm/style/index2.scss +2 -0
- package/dist/components/popover/src/index2.cjs +1 -1
- package/dist/components/popover/src/index2.js +1 -1
- package/dist/components/popover/style/element.scss +1 -0
- package/dist/components/popover/style/index2.scss +2 -0
- package/dist/components/radio/src/index2.cjs +1 -1
- package/dist/components/radio/src/index2.js +1 -1
- package/dist/components/radio/style/element.scss +0 -0
- package/dist/components/radio/style/index2.scss +2 -0
- package/dist/components/radio-button/index.cjs +9 -0
- package/dist/components/radio-button/index.d.ts +4 -0
- package/dist/components/radio-button/index.js +9 -0
- package/dist/components/radio-button/index.scss +5 -0
- package/dist/components/radio-button/src/data.cjs +11 -0
- package/dist/components/radio-button/src/data.d.ts +14 -0
- package/dist/components/radio-button/src/data.js +11 -0
- package/dist/components/radio-button/src/index.cjs +4 -0
- package/dist/components/radio-button/src/index.js +4 -0
- package/dist/components/radio-button/src/index2.cjs +36 -0
- package/dist/components/radio-button/src/index2.js +36 -0
- package/dist/components/radio-button/style/element.scss +0 -0
- package/dist/components/radio-button/style/index2.scss +5 -0
- package/dist/components/radio-group/src/index2.cjs +1 -1
- package/dist/components/radio-group/src/index2.js +1 -1
- package/dist/components/radio-group/style/element.scss +1 -0
- package/dist/components/radio-group/style/index2.scss +2 -0
- package/dist/components/role-select/src/index2.cjs +8 -7
- package/dist/components/role-select/src/index2.js +6 -5
- package/dist/components/scrollbar/index.cjs +9 -0
- package/dist/components/scrollbar/index.d.ts +4 -0
- package/dist/components/scrollbar/index.js +9 -0
- package/dist/components/scrollbar/index.scss +5 -0
- package/dist/components/scrollbar/src/data.cjs +11 -0
- package/dist/components/scrollbar/src/data.d.ts +14 -0
- package/dist/components/scrollbar/src/data.js +11 -0
- package/dist/components/scrollbar/src/index.cjs +4 -0
- package/dist/components/scrollbar/src/index.js +4 -0
- package/dist/components/scrollbar/src/index2.cjs +36 -0
- package/dist/components/scrollbar/src/index2.js +36 -0
- package/dist/components/scrollbar/style/element.scss +0 -0
- package/dist/components/scrollbar/style/index2.scss +4 -0
- package/dist/components/select/src/index2.cjs +1 -1
- package/dist/components/select/src/index2.js +1 -1
- package/dist/components/select/style/element.scss +5 -0
- package/dist/components/select/style/index2.scss +2 -0
- package/dist/components/select-scroll/style/index2.scss +1 -0
- package/dist/components/selector/index.scss +2 -0
- package/dist/components/selector/style/index2.scss +6 -0
- package/dist/components/selects/src/index2.cjs +6 -5
- package/dist/components/selects/src/index2.js +4 -3
- package/dist/components/selects/style/index2.scss +2 -2
- package/dist/components/slider/src/index2.cjs +1 -1
- package/dist/components/slider/src/index2.js +1 -1
- package/dist/components/slider/style/element.scss +2 -0
- package/dist/components/slider/style/index2.scss +2 -0
- package/dist/components/sub-menu/index.cjs +9 -0
- package/dist/components/sub-menu/index.d.ts +4 -0
- package/dist/components/sub-menu/index.js +9 -0
- package/dist/components/sub-menu/index.scss +5 -0
- package/dist/components/sub-menu/src/data.cjs +13 -0
- package/dist/components/sub-menu/src/data.d.ts +16 -0
- package/dist/components/sub-menu/src/data.js +13 -0
- package/dist/components/sub-menu/src/index.cjs +4 -0
- package/dist/components/sub-menu/src/index.js +4 -0
- package/dist/components/sub-menu/src/index2.cjs +37 -0
- package/dist/components/sub-menu/src/index2.js +37 -0
- package/dist/components/sub-menu/style/element.scss +0 -0
- package/dist/components/sub-menu/style/index2.scss +5 -0
- package/dist/components/switch/src/index2.cjs +1 -1
- package/dist/components/switch/src/index2.js +1 -1
- package/dist/components/switch/style/element.scss +0 -0
- package/dist/components/switch/style/index2.scss +2 -0
- package/dist/components/switchs/src/index2.cjs +2 -2
- package/dist/components/switchs/src/index2.js +2 -2
- package/dist/components/switchs/style/index2.scss +1 -2
- package/dist/components/tab-pane/src/index2.cjs +1 -1
- package/dist/components/tab-pane/src/index2.js +1 -1
- package/dist/components/tab-pane/style/element.scss +0 -0
- package/dist/components/tab-pane/style/index2.scss +2 -0
- package/dist/components/table/index.cjs +9 -0
- package/dist/components/table/index.d.ts +4 -0
- package/dist/components/table/index.js +9 -0
- package/dist/components/table/index.scss +5 -0
- package/dist/components/table/src/data.cjs +11 -0
- package/dist/components/table/src/data.d.ts +14 -0
- package/dist/components/table/src/data.js +11 -0
- package/dist/components/table/src/index.cjs +4 -0
- package/dist/components/table/src/index.js +4 -0
- package/dist/components/table/src/index2.cjs +36 -0
- package/dist/components/table/src/index2.js +36 -0
- package/dist/components/table/style/element.scss +3 -0
- package/dist/components/table/style/index2.scss +4 -0
- package/dist/components/table-column/index.cjs +9 -0
- package/dist/components/table-column/index.d.ts +4 -0
- package/dist/components/table-column/index.js +9 -0
- package/dist/components/table-column/index.scss +5 -0
- package/dist/components/table-column/src/data.cjs +11 -0
- package/dist/components/table-column/src/data.d.ts +14 -0
- package/dist/components/table-column/src/data.js +11 -0
- package/dist/components/table-column/src/index.cjs +4 -0
- package/dist/components/table-column/src/index.js +4 -0
- package/dist/components/table-column/src/index2.cjs +36 -0
- package/dist/components/table-column/src/index2.js +36 -0
- package/dist/components/table-column/style/element.scss +2 -0
- package/dist/components/table-column/style/index2.scss +5 -0
- package/dist/components/tables/common/img2.cjs +2 -2
- package/dist/components/tables/common/img2.js +2 -2
- package/dist/components/tables/common/table-but2.cjs +2 -2
- package/dist/components/tables/common/table-but2.js +2 -2
- package/dist/components/tables/src/column.cjs +2 -2
- package/dist/components/tables/src/column.js +2 -2
- package/dist/components/tables/src/columns3.cjs +2 -2
- package/dist/components/tables/src/columns3.js +2 -2
- package/dist/components/tables/src/index2.cjs +3 -3
- package/dist/components/tables/src/index2.js +3 -3
- package/dist/components/tables/style/index2.scss +3 -4
- package/dist/components/tablesv/src/column.cjs +5 -5
- package/dist/components/tablesv/src/column.js +5 -5
- package/dist/components/tablesv/src/columns2.cjs +2 -2
- package/dist/components/tablesv/src/columns2.js +2 -2
- package/dist/components/tablesv/style/index2.scss +4 -0
- package/dist/components/tabs/src/index2.cjs +1 -1
- package/dist/components/tabs/src/index2.js +1 -1
- package/dist/components/tabs/style/element.scss +0 -0
- package/dist/components/tabs/style/index2.scss +2 -0
- package/dist/components/tag/index.cjs +9 -0
- package/dist/components/tag/index.d.ts +4 -0
- package/dist/components/tag/index.js +9 -0
- package/dist/components/tag/index.scss +5 -0
- package/dist/components/tag/src/data.cjs +11 -0
- package/dist/components/tag/src/data.d.ts +14 -0
- package/dist/components/tag/src/data.js +11 -0
- package/dist/components/tag/src/index.cjs +4 -0
- package/dist/components/tag/src/index.js +4 -0
- package/dist/components/tag/src/index2.cjs +36 -0
- package/dist/components/tag/src/index2.js +36 -0
- package/dist/components/tag/style/element.scss +0 -0
- package/dist/components/tag/style/index2.scss +4 -0
- package/dist/components/text/src/data.cjs +6 -10
- package/dist/components/text/src/data.d.ts +12 -12
- package/dist/components/text/src/data.js +7 -11
- package/dist/components/text/src/index2.cjs +19 -15
- package/dist/components/text/src/index2.js +19 -15
- package/dist/components/text/style/element.scss +0 -0
- package/dist/components/text/style/index2.scss +4 -0
- package/dist/components/texts/index.cjs +9 -0
- package/dist/components/texts/index.d.ts +4 -0
- package/dist/components/texts/index.js +9 -0
- package/dist/components/texts/index.scss +5 -0
- package/dist/components/texts/src/data.cjs +15 -0
- package/dist/components/texts/src/data.d.ts +14 -0
- package/dist/components/texts/src/data.js +15 -0
- package/dist/components/texts/src/index.cjs +4 -0
- package/dist/components/texts/src/index.js +4 -0
- package/dist/components/texts/src/index2.cjs +32 -0
- package/dist/components/texts/src/index2.js +32 -0
- package/dist/components/texts/style/index2.scss +1 -0
- package/dist/components/time-picker/src/index2.cjs +1 -1
- package/dist/components/time-picker/src/index2.js +1 -1
- package/dist/components/time-picker/style/element.scss +3 -0
- package/dist/components/time-picker/style/index2.scss +2 -0
- package/dist/components/time-select/src/index2.cjs +1 -1
- package/dist/components/time-select/src/index2.js +1 -1
- package/dist/components/time-select/style/element.scss +5 -0
- package/dist/components/time-select/style/index2.scss +2 -0
- package/dist/components/tooltip/src/index2.cjs +1 -1
- package/dist/components/tooltip/src/index2.js +1 -1
- package/dist/components/tooltip/style/element.scss +1 -0
- package/dist/components/tooltip/style/index2.scss +2 -0
- package/dist/components/transfer/src/index2.cjs +1 -1
- package/dist/components/transfer/src/index2.js +1 -1
- package/dist/components/transfer/style/element.scss +4 -0
- package/dist/components/transfer/style/index2.scss +2 -0
- package/dist/components/tree/src/index2.cjs +1 -1
- package/dist/components/tree/src/index2.js +1 -1
- package/dist/components/tree/style/element.scss +2 -0
- package/dist/components/tree/style/index2.scss +2 -0
- package/dist/components/tree-select/src/index2.cjs +3 -3
- package/dist/components/tree-select/src/index2.js +1 -1
- package/dist/components/tree-select/style/element.scss +2 -0
- package/dist/components/tree-select/style/index2.scss +2 -0
- package/dist/components/upload/src/index2.cjs +1 -1
- package/dist/components/upload/src/index2.js +1 -1
- package/dist/components/upload/style/element.scss +1 -0
- package/dist/components/upload/style/index2.scss +2 -0
- package/dist/css/dates-picker.css +23 -0
- package/dist/css/dates2.css +17 -0
- package/dist/css/forms.css +411 -0
- package/dist/css/index.css +924 -892
- package/dist/css/labels.css +9 -0
- package/dist/css/page.css +411 -0
- package/dist/expand/{chunk-JHLD73ZJ.cjs → chunk-AMUG4N2H.cjs} +30 -2
- package/dist/expand/{chunk-BDTC57P3.js → chunk-BQIJIDYI.js} +30 -2
- package/dist/expand/components.cjs +5 -5
- package/dist/expand/components.js +1 -1
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/icons/index.css +24 -24
- package/dist/icons/index.json +8 -8
- package/dist/index.cjs +244 -220
- package/dist/index.css +924 -892
- package/dist/index.js +25 -1
- package/package.json +9 -9
- /package/dist/components/{cascader-panel → keep-com}/index.css +0 -0
- /package/dist/css/{cascader-panel.css → keep-com.css} +0 -0
package/dist/css/index.css
CHANGED
|
@@ -35,1199 +35,1209 @@
|
|
|
35
35
|
display: grid;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
39
|
-
|
|
40
|
-
--forms-row-height: 32px;
|
|
41
|
-
--el-input-height: var(--forms-row-height);
|
|
42
|
-
}
|
|
43
|
-
.forms .el-form--label-center .el-form-item__label {
|
|
44
|
-
justify-content: center;
|
|
45
|
-
text-align: center;
|
|
46
|
-
}
|
|
47
|
-
.forms .el-form--label-left .el-form-item__label {
|
|
48
|
-
justify-content: flex-start;
|
|
49
|
-
text-align: left;
|
|
50
|
-
}
|
|
51
|
-
.forms .el-form-item__label {
|
|
52
|
-
text-align: left;
|
|
53
|
-
}
|
|
54
|
-
.forms-div--column .forms-li {
|
|
38
|
+
.array {
|
|
39
|
+
width: 100%;
|
|
55
40
|
display: inline-flex;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
flex-wrap: wrap;
|
|
62
|
-
}
|
|
63
|
-
.forms-div--inline .forms-li {
|
|
64
|
-
height: fit-content;
|
|
65
|
-
margin-right: var(--forms-inline-right);
|
|
41
|
+
align-items: center;
|
|
42
|
+
padding: 1px;
|
|
43
|
+
position: relative;
|
|
44
|
+
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
45
|
+
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
66
46
|
}
|
|
67
|
-
.
|
|
68
|
-
|
|
69
|
-
flex-direction: row;
|
|
70
|
-
flex-wrap: wrap;
|
|
47
|
+
.array.is-focus {
|
|
48
|
+
box-shadow: 0 0 0 1px var(--color-primary) inset;
|
|
71
49
|
}
|
|
72
|
-
.
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
50
|
+
.array-error {
|
|
51
|
+
position: absolute;
|
|
52
|
+
bottom: -23px;
|
|
53
|
+
color: #f00;
|
|
54
|
+
font-size: 0.8rem;
|
|
55
|
+
border-radius: 4px;
|
|
56
|
+
left: 12px;
|
|
76
57
|
}
|
|
77
|
-
.
|
|
78
|
-
|
|
79
|
-
flex-direction: row;
|
|
80
|
-
flex-wrap: wrap;
|
|
58
|
+
.array-error.type-1 {
|
|
59
|
+
left: calc(50% + 24px);
|
|
81
60
|
}
|
|
82
|
-
.
|
|
83
|
-
|
|
84
|
-
margin-top: var(--forms-query-interval);
|
|
85
|
-
margin-bottom: var(--forms-query-interval);
|
|
86
|
-
margin-right: var(--forms-inline-right);
|
|
61
|
+
.array-error.type-1.is-clear {
|
|
62
|
+
left: calc(50% + 11px);
|
|
87
63
|
}
|
|
88
|
-
.
|
|
89
|
-
|
|
90
|
-
|
|
64
|
+
.array-focus {
|
|
65
|
+
position: absolute;
|
|
66
|
+
z-index: -1;
|
|
67
|
+
opacity: 0;
|
|
91
68
|
}
|
|
92
|
-
.
|
|
93
|
-
margin-bottom: var(--forms-item-bottom);
|
|
69
|
+
.array-value {
|
|
94
70
|
flex: 1;
|
|
71
|
+
height: 100%;
|
|
95
72
|
}
|
|
96
|
-
.
|
|
97
|
-
|
|
73
|
+
.array-range {
|
|
74
|
+
padding: 0 5px;
|
|
98
75
|
}
|
|
99
|
-
.
|
|
76
|
+
.array-clear {
|
|
77
|
+
cursor: pointer;
|
|
78
|
+
align-items: center;
|
|
79
|
+
display: inline-flex;
|
|
100
80
|
justify-content: center;
|
|
81
|
+
padding: 5px;
|
|
101
82
|
}
|
|
102
|
-
.
|
|
103
|
-
|
|
83
|
+
.array-clear svg {
|
|
84
|
+
width: 1rem;
|
|
85
|
+
height: 1rem;
|
|
104
86
|
}
|
|
105
|
-
.
|
|
106
|
-
|
|
87
|
+
.array .el-input .el-input__wrapper {
|
|
88
|
+
border: none;
|
|
89
|
+
box-shadow: none;
|
|
107
90
|
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
display: block;
|
|
111
|
-
opacity: 0.5;
|
|
112
|
-
z-index: 0;
|
|
113
|
-
position: fixed;
|
|
114
|
-
top: 0;
|
|
115
|
-
right: 0;
|
|
116
|
-
left: 0;
|
|
117
|
-
bottom: 0;
|
|
118
|
-
background: rgba(2, 28, 39, 0.4);
|
|
91
|
+
.array .el-input .el-input__wrapper input {
|
|
92
|
+
text-align: center;
|
|
119
93
|
}
|
|
120
94
|
|
|
121
|
-
.
|
|
122
|
-
padding: 10px;
|
|
123
|
-
position: relative;
|
|
124
|
-
background-color: #467ddc;
|
|
125
|
-
color: #fff;
|
|
126
|
-
align-items: center;
|
|
127
|
-
display: flex;
|
|
128
|
-
}
|
|
129
|
-
.box-title-name {
|
|
130
|
-
flex: 1;
|
|
131
|
-
}
|
|
132
|
-
.box-title-close {
|
|
133
|
-
right: 10px;
|
|
134
|
-
font-size: 18px;
|
|
95
|
+
.checks-check {
|
|
135
96
|
height: 100%;
|
|
136
97
|
display: flex;
|
|
137
98
|
align-items: center;
|
|
138
|
-
|
|
99
|
+
flex-wrap: wrap;
|
|
100
|
+
font-size: 0;
|
|
139
101
|
}
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
height:
|
|
143
|
-
|
|
102
|
+
|
|
103
|
+
.dates .dates-date {
|
|
104
|
+
height: 100%;
|
|
105
|
+
width: 100%;
|
|
106
|
+
box-sizing: border-box;
|
|
144
107
|
}
|
|
145
108
|
|
|
146
|
-
.
|
|
147
|
-
|
|
148
|
-
width:
|
|
149
|
-
|
|
150
|
-
z-index: 1000;
|
|
151
|
-
top: 0;
|
|
152
|
-
left: 0;
|
|
109
|
+
.selects-select {
|
|
110
|
+
height: 100%;
|
|
111
|
+
min-width: 100px;
|
|
112
|
+
width: 100%;
|
|
153
113
|
}
|
|
154
|
-
.
|
|
155
|
-
|
|
156
|
-
top: 30%;
|
|
157
|
-
left: 30%;
|
|
158
|
-
z-index: 100;
|
|
159
|
-
background: #fff;
|
|
160
|
-
width: 40%;
|
|
161
|
-
height: 40%;
|
|
162
|
-
display: flex;
|
|
163
|
-
flex-direction: column;
|
|
114
|
+
.selects-select > div {
|
|
115
|
+
height: 100%;
|
|
164
116
|
}
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
padding: 20px;
|
|
117
|
+
|
|
118
|
+
.inputs-input {
|
|
119
|
+
height: 100%;
|
|
169
120
|
}
|
|
170
|
-
|
|
121
|
+
|
|
122
|
+
.labels {
|
|
123
|
+
height: 100%;
|
|
171
124
|
display: flex;
|
|
172
|
-
flex-direction: column;
|
|
173
125
|
align-items: center;
|
|
174
|
-
|
|
126
|
+
flex-wrap: wrap;
|
|
127
|
+
font-size: 0;
|
|
175
128
|
}
|
|
176
129
|
|
|
177
|
-
.
|
|
178
|
-
position: fixed;
|
|
179
|
-
width: 100%;
|
|
130
|
+
.switchs-switch {
|
|
180
131
|
height: 100%;
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.buttons-li {
|
|
135
|
+
height: inherit;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.dates-divide {
|
|
139
|
+
display: inline-flex;
|
|
186
140
|
align-items: center;
|
|
187
|
-
justify-content: center;
|
|
188
141
|
}
|
|
189
|
-
.
|
|
190
|
-
|
|
191
|
-
z-index: 100;
|
|
192
|
-
background: #fff;
|
|
193
|
-
min-width: 30%;
|
|
194
|
-
min-height: 20%;
|
|
195
|
-
max-height: 90%;
|
|
196
|
-
display: flex;
|
|
197
|
-
flex-direction: column;
|
|
142
|
+
.dates-divide-range {
|
|
143
|
+
padding: 0 10px;
|
|
198
144
|
}
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
145
|
+
|
|
146
|
+
.dates2 .dates2-date {
|
|
147
|
+
height: 100%;
|
|
148
|
+
width: 100%;
|
|
149
|
+
box-sizing: border-box;
|
|
203
150
|
}
|
|
204
|
-
.
|
|
151
|
+
.dates2 .dates2-separate {
|
|
205
152
|
display: flex;
|
|
206
|
-
flex-direction: column;
|
|
207
153
|
align-items: center;
|
|
208
|
-
justify-content: center;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.box-local {
|
|
212
|
-
text-align: left;
|
|
213
154
|
}
|
|
214
155
|
|
|
215
|
-
.
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
padding-top: 16px;
|
|
220
|
-
padding-left: 20px;
|
|
221
|
-
background-color: #3770ed;
|
|
222
|
-
border-bottom: 1px solid var(--border);
|
|
156
|
+
.edit-float-body {
|
|
157
|
+
display: inline-flex;
|
|
158
|
+
align-items: center;
|
|
159
|
+
justify-content: center;
|
|
223
160
|
}
|
|
224
|
-
.
|
|
225
|
-
|
|
226
|
-
color: #fff;
|
|
161
|
+
.edit-float-value {
|
|
162
|
+
min-width: 3px;
|
|
227
163
|
}
|
|
228
|
-
.
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
font-size: 22px;
|
|
164
|
+
.edit-float-icon {
|
|
165
|
+
margin-left: 4px;
|
|
166
|
+
cursor: pointer;
|
|
232
167
|
}
|
|
233
|
-
.
|
|
234
|
-
padding:
|
|
168
|
+
.edit-float-input {
|
|
169
|
+
padding: 10px 0;
|
|
235
170
|
}
|
|
236
|
-
.
|
|
237
|
-
|
|
238
|
-
padding: 20px 20px;
|
|
171
|
+
.edit-float-but {
|
|
172
|
+
text-align: right;
|
|
239
173
|
}
|
|
240
174
|
|
|
241
|
-
.
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
color: #999;
|
|
175
|
+
.edit {
|
|
176
|
+
display: inline-flex;
|
|
177
|
+
align-items: center;
|
|
245
178
|
}
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
width: 100vw;
|
|
250
|
-
height: 100vh;
|
|
251
|
-
z-index: 1000;
|
|
252
|
-
top: 0;
|
|
253
|
-
left: 0;
|
|
179
|
+
.edit-value {
|
|
180
|
+
display: inline-block;
|
|
181
|
+
min-width: 3px;
|
|
254
182
|
}
|
|
255
|
-
.
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
183
|
+
.edit-icon {
|
|
184
|
+
display: inline-flex;
|
|
185
|
+
align-items: center;
|
|
186
|
+
height: 100%;
|
|
187
|
+
min-width: 3px;
|
|
188
|
+
font-size: 16px;
|
|
189
|
+
margin: 0 4px;
|
|
190
|
+
cursor: pointer;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.history {
|
|
263
194
|
display: flex;
|
|
264
|
-
flex-direction: column;
|
|
265
195
|
}
|
|
266
|
-
.
|
|
267
|
-
|
|
268
|
-
overflow-y: auto;
|
|
269
|
-
padding: 20px;
|
|
196
|
+
.history-icon {
|
|
197
|
+
cursor: pointer;
|
|
270
198
|
}
|
|
271
|
-
.
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
align-items: center;
|
|
275
|
-
justify-content: center;
|
|
199
|
+
.history-icon.is-disabled {
|
|
200
|
+
opacity: 0.4;
|
|
201
|
+
cursor: not-allowed;
|
|
276
202
|
}
|
|
277
|
-
|
|
203
|
+
|
|
204
|
+
.input-array {
|
|
205
|
+
width: 100%;
|
|
206
|
+
display: inline-flex;
|
|
207
|
+
align-items: center;
|
|
208
|
+
padding: 1px;
|
|
278
209
|
position: relative;
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
left: initial;
|
|
282
|
-
height: initial;
|
|
283
|
-
min-width: 30%;
|
|
284
|
-
min-height: 20%;
|
|
285
|
-
max-height: 90%;
|
|
210
|
+
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
211
|
+
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
286
212
|
}
|
|
287
|
-
.
|
|
288
|
-
|
|
289
|
-
flex-direction: column;
|
|
290
|
-
align-items: center;
|
|
291
|
-
justify-content: center;
|
|
213
|
+
.input-array.is-focus {
|
|
214
|
+
box-shadow: 0 0 0 1px var(--color-primary) inset;
|
|
292
215
|
}
|
|
293
|
-
|
|
294
|
-
.right-key-box {
|
|
295
|
-
width: 140px;
|
|
216
|
+
.input-array-focus {
|
|
296
217
|
position: absolute;
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
background: #fff;
|
|
300
|
-
border: 1px solid #cfd7e5;
|
|
301
|
-
border-radius: 8px;
|
|
302
|
-
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
218
|
+
z-index: -1;
|
|
219
|
+
opacity: 0;
|
|
303
220
|
}
|
|
304
|
-
.
|
|
305
|
-
|
|
306
|
-
|
|
221
|
+
.input-array-input {
|
|
222
|
+
height: 100%;
|
|
223
|
+
flex: 1;
|
|
307
224
|
}
|
|
308
|
-
.
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
height: 40px;
|
|
313
|
-
padding: 8px 14px 8px 10px;
|
|
314
|
-
border-radius: 4px;
|
|
315
|
-
font-size: 16px;
|
|
225
|
+
.input-array-range {
|
|
226
|
+
padding: 0 5px;
|
|
227
|
+
}
|
|
228
|
+
.input-array-icon {
|
|
316
229
|
cursor: pointer;
|
|
317
230
|
}
|
|
318
|
-
.
|
|
319
|
-
|
|
231
|
+
.input-array-icon svg {
|
|
232
|
+
width: 1rem;
|
|
233
|
+
height: 1rem;
|
|
320
234
|
}
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
overflow: hidden;
|
|
325
|
-
padding: 0;
|
|
326
|
-
margin: 0;
|
|
327
|
-
transition: 0s;
|
|
328
|
-
min-height: 60px;
|
|
235
|
+
.input-array .el-input .el-input__wrapper {
|
|
236
|
+
border: none;
|
|
237
|
+
box-shadow: none;
|
|
329
238
|
}
|
|
330
|
-
.
|
|
331
|
-
|
|
332
|
-
padding: 0;
|
|
333
|
-
margin: 0;
|
|
334
|
-
transition: 0s;
|
|
335
|
-
overflow: hidden;
|
|
336
|
-
/*border-bottom: transparent 1px solid; !* key code *!*/
|
|
337
|
-
/*box-sizing: border-box;*/
|
|
239
|
+
.input-array .el-input .el-input__wrapper input {
|
|
240
|
+
text-align: center;
|
|
338
241
|
}
|
|
339
242
|
|
|
340
|
-
.
|
|
341
|
-
position: fixed;
|
|
342
|
-
width: 100vw;
|
|
343
|
-
height: 100vh;
|
|
344
|
-
z-index: 1000;
|
|
345
|
-
top: 0;
|
|
346
|
-
left: 0;
|
|
347
|
-
}
|
|
348
|
-
.window-body {
|
|
349
|
-
position: absolute;
|
|
350
|
-
top: 30%;
|
|
351
|
-
left: 30%;
|
|
352
|
-
z-index: 100;
|
|
353
|
-
background: #fff;
|
|
354
|
-
width: 40%;
|
|
355
|
-
height: 40%;
|
|
243
|
+
.input-history {
|
|
356
244
|
display: flex;
|
|
357
|
-
flex-direction: column;
|
|
358
245
|
}
|
|
359
|
-
.
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
246
|
+
.input-history-popper {
|
|
247
|
+
padding: 6px 0 !important;
|
|
248
|
+
}
|
|
249
|
+
.input-history-select {
|
|
250
|
+
max-height: 274px;
|
|
364
251
|
height: 100%;
|
|
252
|
+
overflow-y: auto;
|
|
253
|
+
}
|
|
254
|
+
.input-history-select-ul {
|
|
255
|
+
list-style: none;
|
|
256
|
+
margin: 6px 0;
|
|
257
|
+
padding: 0;
|
|
258
|
+
box-sizing: border-box;
|
|
259
|
+
}
|
|
260
|
+
.input-history-select-ul .input-history-select-li {
|
|
261
|
+
padding: 0 32px 0 20px;
|
|
262
|
+
position: relative;
|
|
263
|
+
white-space: nowrap;
|
|
264
|
+
overflow: hidden;
|
|
265
|
+
text-overflow: ellipsis;
|
|
266
|
+
color: #606266;
|
|
267
|
+
height: 34px;
|
|
268
|
+
line-height: 34px;
|
|
269
|
+
box-sizing: border-box;
|
|
365
270
|
cursor: pointer;
|
|
366
271
|
}
|
|
367
|
-
.
|
|
368
|
-
|
|
369
|
-
overflow-y: auto;
|
|
370
|
-
padding: 20px;
|
|
272
|
+
.input-history-select-ul .input-history-select-li.hover, .input-history-select-ul .input-history-select-li:hover {
|
|
273
|
+
background-color: #f5f7fa;
|
|
371
274
|
}
|
|
372
|
-
.
|
|
373
|
-
|
|
374
|
-
height: 100vh !important;
|
|
375
|
-
top: initial !important;
|
|
376
|
-
left: initial !important;
|
|
275
|
+
.input-history-select-ul .input-history-select-li.hover .input-history-select-li-clean, .input-history-select-ul .input-history-select-li:hover .input-history-select-li-clean {
|
|
276
|
+
display: inline-flex;
|
|
377
277
|
}
|
|
378
|
-
.
|
|
379
|
-
|
|
278
|
+
.input-history-select-ul .input-history-select-li.selected {
|
|
279
|
+
color: var(--bv-color-primary);
|
|
280
|
+
font-weight: 700;
|
|
380
281
|
}
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
282
|
+
.input-history-select-ul .input-history-select-li.is-disabled {
|
|
283
|
+
background-color: #ffffff;
|
|
284
|
+
color: #a8abb2;
|
|
285
|
+
cursor: not-allowed;
|
|
384
286
|
}
|
|
385
|
-
.
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
287
|
+
.input-history-select-ul .input-history-select-li-clean {
|
|
288
|
+
align-items: center;
|
|
289
|
+
justify-content: center;
|
|
290
|
+
display: none;
|
|
291
|
+
margin-left: 5px;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.input-select-select-icon {
|
|
295
|
+
margin-left: 8px;
|
|
389
296
|
display: inline-flex;
|
|
297
|
+
pointer-events: all;
|
|
390
298
|
align-items: center;
|
|
391
299
|
justify-content: center;
|
|
392
300
|
cursor: pointer;
|
|
301
|
+
transform: rotate(0);
|
|
302
|
+
transition: transform 0.3s;
|
|
393
303
|
}
|
|
394
|
-
.icon
|
|
395
|
-
|
|
396
|
-
--border-icon-picker: #eee;
|
|
397
|
-
display: flex;
|
|
398
|
-
flex-direction: column;
|
|
399
|
-
}
|
|
400
|
-
.icon-picker .icon-picker-dialog-search {
|
|
401
|
-
height: 30px;
|
|
402
|
-
display: flex;
|
|
304
|
+
.input-select-select-icon.is-reverse {
|
|
305
|
+
transform: rotate(-180deg);
|
|
403
306
|
}
|
|
404
|
-
.
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
align-items: center;
|
|
408
|
-
justify-content: flex-end;
|
|
307
|
+
.input-select-select-icon svg {
|
|
308
|
+
width: 1rem;
|
|
309
|
+
height: 1rem;
|
|
409
310
|
}
|
|
410
|
-
.
|
|
411
|
-
|
|
311
|
+
.input-select.is-disabled .input-select-select-icon {
|
|
312
|
+
cursor: not-allowed;
|
|
412
313
|
}
|
|
413
|
-
.
|
|
414
|
-
|
|
314
|
+
.input-select-popper {
|
|
315
|
+
padding: 6px 0 !important;
|
|
415
316
|
}
|
|
416
|
-
.
|
|
417
|
-
max-height:
|
|
317
|
+
.input-select-popper .input-select-select {
|
|
318
|
+
max-height: 274px;
|
|
319
|
+
height: 100%;
|
|
418
320
|
overflow-y: auto;
|
|
419
|
-
display: flex;
|
|
420
|
-
flex-wrap: wrap;
|
|
421
321
|
}
|
|
422
|
-
.
|
|
423
|
-
|
|
322
|
+
.input-select-popper .input-select-select .input-select-select-ul {
|
|
323
|
+
list-style: none;
|
|
324
|
+
margin: 6px 0;
|
|
325
|
+
padding: 0;
|
|
326
|
+
box-sizing: border-box;
|
|
327
|
+
}
|
|
328
|
+
.input-select-popper .input-select-select .input-select-select-li {
|
|
329
|
+
padding: 0 32px 0 20px;
|
|
330
|
+
position: relative;
|
|
331
|
+
white-space: nowrap;
|
|
332
|
+
overflow: hidden;
|
|
333
|
+
text-overflow: ellipsis;
|
|
334
|
+
color: #606266;
|
|
335
|
+
height: 34px;
|
|
336
|
+
line-height: 34px;
|
|
337
|
+
box-sizing: border-box;
|
|
338
|
+
cursor: pointer;
|
|
339
|
+
}
|
|
340
|
+
.input-select-popper .input-select-select .input-select-select-li.hover, .input-select-popper .input-select-select .input-select-select-li:hover {
|
|
341
|
+
background-color: #f5f7fa;
|
|
342
|
+
}
|
|
343
|
+
.input-select-popper .input-select-select .input-select-select-li.selected {
|
|
344
|
+
color: var(--bv-color-primary);
|
|
345
|
+
font-weight: 700;
|
|
346
|
+
}
|
|
347
|
+
.input-select-popper .input-select-select .input-select-select-li.is-disabled {
|
|
348
|
+
background-color: #ffffff;
|
|
349
|
+
color: #a8abb2;
|
|
350
|
+
cursor: not-allowed;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.select-scroll {
|
|
354
|
+
flex: 1;
|
|
355
|
+
float: left;
|
|
424
356
|
display: flex;
|
|
425
357
|
flex-direction: column;
|
|
426
|
-
|
|
427
|
-
cursor: pointer;
|
|
358
|
+
width: 148px;
|
|
428
359
|
}
|
|
429
|
-
.
|
|
430
|
-
|
|
431
|
-
color: var(--on-icon-picker);
|
|
360
|
+
.select-scroll:first-child {
|
|
361
|
+
margin-right: 12px;
|
|
432
362
|
}
|
|
433
|
-
.
|
|
363
|
+
.select-scroll-div {
|
|
434
364
|
display: flex;
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
}
|
|
438
|
-
.icon-picker .icon-picker-dialog-list-icon.active {
|
|
439
|
-
color: var(--on-icon-picker);
|
|
440
|
-
}
|
|
441
|
-
.icon-picker .icon-picker-dialog-tbxzqbotton {
|
|
442
|
-
display: block;
|
|
443
|
-
text-align: right;
|
|
365
|
+
padding: 2px;
|
|
366
|
+
overflow: hidden;
|
|
444
367
|
}
|
|
445
|
-
|
|
446
|
-
.icon {
|
|
447
|
-
--color: inherit;
|
|
448
|
-
height: 1em;
|
|
449
|
-
width: 1em;
|
|
450
|
-
line-height: 1em;
|
|
451
|
-
display: inline-flex;
|
|
452
|
-
justify-content: center;
|
|
453
|
-
align-items: center;
|
|
368
|
+
.select-scroll-box {
|
|
454
369
|
position: relative;
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
font-size: inherit;
|
|
458
|
-
}
|
|
459
|
-
.icon-cont {
|
|
460
|
-
border: 0;
|
|
461
|
-
display: inline-flex;
|
|
462
|
-
align-items: center;
|
|
463
|
-
object-fit: contain;
|
|
464
|
-
justify-content: center;
|
|
465
|
-
font-size: inherit !important;
|
|
466
|
-
width: inherit !important;
|
|
467
|
-
height: inherit !important;
|
|
370
|
+
width: 140px;
|
|
371
|
+
overflow: hidden;
|
|
468
372
|
}
|
|
469
|
-
|
|
470
|
-
|
|
373
|
+
.select-scroll-box-after, .select-scroll-box-before {
|
|
374
|
+
position: absolute;
|
|
375
|
+
top: 50%;
|
|
471
376
|
width: 100%;
|
|
472
|
-
|
|
377
|
+
z-index: 0;
|
|
378
|
+
border-top: 1px solid var(--el-border-color-lighter);
|
|
379
|
+
height: 1px;
|
|
473
380
|
}
|
|
474
|
-
.
|
|
475
|
-
width:
|
|
381
|
+
.select-scroll-list {
|
|
382
|
+
width: 156px;
|
|
476
383
|
height: 100%;
|
|
384
|
+
overflow: auto;
|
|
477
385
|
}
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
display: flex;
|
|
481
|
-
align-items: center;
|
|
386
|
+
.select-scroll-list:first-child {
|
|
387
|
+
padding-right: 4px;
|
|
482
388
|
}
|
|
483
|
-
.
|
|
484
|
-
|
|
389
|
+
.select-scroll-list:last-child {
|
|
390
|
+
padding-left: 4px;
|
|
391
|
+
}
|
|
392
|
+
.select-scroll-list-li {
|
|
393
|
+
padding: 0 20px 0 7px;
|
|
394
|
+
text-align: center;
|
|
395
|
+
}
|
|
396
|
+
.select-scroll-list-li:hover {
|
|
397
|
+
background-color: var(--el-color-primary);
|
|
398
|
+
cursor: pointer;
|
|
399
|
+
}
|
|
400
|
+
.select-scroll-list-li.hide {
|
|
401
|
+
color: #a8abb2;
|
|
402
|
+
cursor: not-allowed;
|
|
485
403
|
}
|
|
486
404
|
|
|
487
|
-
.
|
|
488
|
-
|
|
405
|
+
.selector-popper.el-popover.el-popper {
|
|
406
|
+
padding: 0;
|
|
407
|
+
}
|
|
408
|
+
.selector-select {
|
|
409
|
+
padding: 5px 10px;
|
|
410
|
+
z-index: 1000;
|
|
411
|
+
width: 300px;
|
|
412
|
+
overflow: hidden;
|
|
413
|
+
}
|
|
414
|
+
.selector-select-list {
|
|
415
|
+
display: flex;
|
|
416
|
+
}
|
|
417
|
+
.selector-select-list-li {
|
|
418
|
+
flex: 1;
|
|
489
419
|
height: 100%;
|
|
420
|
+
display: flex;
|
|
421
|
+
flex-direction: column;
|
|
490
422
|
}
|
|
491
|
-
.
|
|
492
|
-
|
|
423
|
+
.selector-select-list-title {
|
|
424
|
+
padding: 5px 0;
|
|
425
|
+
border-bottom: 1px solid var(--el-border-color-lighter);
|
|
426
|
+
text-align: center;
|
|
493
427
|
}
|
|
494
|
-
.
|
|
495
|
-
|
|
428
|
+
.selector-select-buts {
|
|
429
|
+
border-top: 1px solid var(--el-border-color-lighter);
|
|
430
|
+
text-align: right;
|
|
431
|
+
padding-right: 0;
|
|
432
|
+
padding-top: 5px;
|
|
496
433
|
}
|
|
497
|
-
|
|
434
|
+
|
|
435
|
+
.cascaders-cascader {
|
|
436
|
+
height: 100%;
|
|
498
437
|
width: 100%;
|
|
499
438
|
}
|
|
500
|
-
.
|
|
439
|
+
.cascaders-tree {
|
|
440
|
+
height: 100%;
|
|
501
441
|
width: 100%;
|
|
502
|
-
display: block;
|
|
503
442
|
}
|
|
504
|
-
|
|
505
|
-
.
|
|
506
|
-
|
|
443
|
+
|
|
444
|
+
.input-num-input {
|
|
445
|
+
height: 100%;
|
|
446
|
+
width: 100%;
|
|
507
447
|
}
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
448
|
+
|
|
449
|
+
.forms {
|
|
450
|
+
--forms-inline-right: 16px;
|
|
451
|
+
--forms-row-height: 32px;
|
|
452
|
+
--el-input-height: var(--forms-row-height);
|
|
511
453
|
}
|
|
512
|
-
.
|
|
513
|
-
|
|
454
|
+
.forms .el-form--label-center .el-form-item__label {
|
|
455
|
+
justify-content: center;
|
|
456
|
+
text-align: center;
|
|
514
457
|
}
|
|
515
|
-
.
|
|
458
|
+
.forms .el-form--label-left .el-form-item__label {
|
|
459
|
+
justify-content: flex-start;
|
|
516
460
|
text-align: left;
|
|
517
461
|
}
|
|
518
|
-
.
|
|
519
|
-
text-align:
|
|
520
|
-
}
|
|
521
|
-
.list-div .list-table.center .list-table-th {
|
|
522
|
-
text-align: center;
|
|
462
|
+
.forms .el-form-item__label {
|
|
463
|
+
text-align: left;
|
|
523
464
|
}
|
|
524
|
-
.
|
|
525
|
-
|
|
465
|
+
.forms-div--column .forms-li {
|
|
466
|
+
display: inline-flex;
|
|
467
|
+
margin-right: 0;
|
|
526
468
|
}
|
|
527
|
-
.
|
|
528
|
-
|
|
469
|
+
.forms-div--inline .forms-elf {
|
|
470
|
+
display: flex;
|
|
471
|
+
flex-direction: row;
|
|
472
|
+
flex-wrap: wrap;
|
|
529
473
|
}
|
|
530
|
-
.
|
|
531
|
-
|
|
474
|
+
.forms-div--inline .forms-li {
|
|
475
|
+
height: fit-content;
|
|
476
|
+
margin-right: var(--forms-inline-right);
|
|
532
477
|
}
|
|
533
|
-
.
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
478
|
+
.forms-div--box .forms-elf {
|
|
479
|
+
display: flex;
|
|
480
|
+
flex-direction: row;
|
|
481
|
+
flex-wrap: wrap;
|
|
537
482
|
}
|
|
538
|
-
.
|
|
539
|
-
|
|
540
|
-
|
|
483
|
+
.forms-div--box .forms-li {
|
|
484
|
+
box-sizing: border-box;
|
|
485
|
+
margin-right: 0;
|
|
486
|
+
padding-right: var(--forms-inline-right);
|
|
541
487
|
}
|
|
542
|
-
.
|
|
543
|
-
|
|
488
|
+
.forms-div--query .forms-elf {
|
|
489
|
+
display: flex;
|
|
490
|
+
flex-direction: row;
|
|
491
|
+
flex-wrap: wrap;
|
|
544
492
|
}
|
|
545
|
-
.
|
|
546
|
-
|
|
547
|
-
|
|
493
|
+
.forms-div--query .forms-li {
|
|
494
|
+
height: fit-content;
|
|
495
|
+
margin-top: var(--forms-query-interval);
|
|
496
|
+
margin-bottom: var(--forms-query-interval);
|
|
497
|
+
margin-right: var(--forms-inline-right);
|
|
548
498
|
}
|
|
549
|
-
.
|
|
550
|
-
|
|
499
|
+
.forms-div--query .forms-li .el-form-item {
|
|
500
|
+
margin-bottom: 0;
|
|
501
|
+
flex: 1;
|
|
551
502
|
}
|
|
552
|
-
.
|
|
553
|
-
|
|
503
|
+
.forms-li .el-form-item {
|
|
504
|
+
margin-bottom: var(--forms-item-bottom);
|
|
505
|
+
flex: 1;
|
|
554
506
|
}
|
|
555
|
-
.
|
|
556
|
-
|
|
507
|
+
.forms-elf {
|
|
508
|
+
text-align: left;
|
|
557
509
|
}
|
|
558
|
-
.
|
|
559
|
-
|
|
510
|
+
.forms-elf.center .el-form-item__label {
|
|
511
|
+
justify-content: center;
|
|
560
512
|
}
|
|
561
|
-
.
|
|
562
|
-
|
|
563
|
-
align-items: center;
|
|
513
|
+
.forms .forms-li.forms-buts {
|
|
514
|
+
margin-right: 0;
|
|
564
515
|
}
|
|
565
|
-
.
|
|
566
|
-
|
|
567
|
-
height: 50px;
|
|
516
|
+
.forms-buts-div .el-button {
|
|
517
|
+
height: inherit;
|
|
568
518
|
}
|
|
569
519
|
|
|
570
|
-
.
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
inset: 0;
|
|
581
|
-
}
|
|
582
|
-
.tables-table {
|
|
583
|
-
background-color: transparent;
|
|
584
|
-
--el-table-header-bg-color: rgb(248, 248, 249);
|
|
520
|
+
.box-mask {
|
|
521
|
+
display: block;
|
|
522
|
+
opacity: 0.5;
|
|
523
|
+
z-index: 0;
|
|
524
|
+
position: fixed;
|
|
525
|
+
top: 0;
|
|
526
|
+
right: 0;
|
|
527
|
+
left: 0;
|
|
528
|
+
bottom: 0;
|
|
529
|
+
background: rgba(2, 28, 39, 0.4);
|
|
585
530
|
}
|
|
586
531
|
|
|
587
|
-
.
|
|
532
|
+
.box-title {
|
|
588
533
|
padding: 10px;
|
|
534
|
+
position: relative;
|
|
535
|
+
background-color: #467ddc;
|
|
536
|
+
color: #fff;
|
|
537
|
+
align-items: center;
|
|
538
|
+
display: flex;
|
|
589
539
|
}
|
|
590
|
-
.
|
|
591
|
-
|
|
592
|
-
font-size: 14px;
|
|
593
|
-
font-weight: 400;
|
|
594
|
-
color: #9b9b9b;
|
|
595
|
-
white-space: pre-wrap;
|
|
540
|
+
.box-title-name {
|
|
541
|
+
flex: 1;
|
|
596
542
|
}
|
|
597
|
-
.
|
|
598
|
-
|
|
599
|
-
|
|
543
|
+
.box-title-close {
|
|
544
|
+
right: 10px;
|
|
545
|
+
font-size: 18px;
|
|
546
|
+
height: 100%;
|
|
547
|
+
display: flex;
|
|
548
|
+
align-items: center;
|
|
549
|
+
cursor: pointer;
|
|
600
550
|
}
|
|
601
|
-
.
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
551
|
+
.box-title-close-icon {
|
|
552
|
+
width: 20px;
|
|
553
|
+
height: 20px;
|
|
554
|
+
margin: 0 4px;
|
|
605
555
|
}
|
|
606
556
|
|
|
607
|
-
.
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
557
|
+
.box-adjust {
|
|
558
|
+
position: fixed;
|
|
559
|
+
width: 100vw;
|
|
560
|
+
height: 100vh;
|
|
561
|
+
z-index: 1000;
|
|
562
|
+
top: 0;
|
|
563
|
+
left: 0;
|
|
612
564
|
}
|
|
613
|
-
.
|
|
565
|
+
.box-adjust-body {
|
|
566
|
+
position: absolute;
|
|
567
|
+
top: 30%;
|
|
568
|
+
left: 30%;
|
|
569
|
+
z-index: 100;
|
|
570
|
+
background: #fff;
|
|
571
|
+
width: 40%;
|
|
572
|
+
height: 40%;
|
|
614
573
|
display: flex;
|
|
615
574
|
flex-direction: column;
|
|
616
|
-
flex: 1;
|
|
617
|
-
width: 100%;
|
|
618
|
-
}
|
|
619
|
-
.tablesp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
620
|
-
display: none;
|
|
621
|
-
}
|
|
622
|
-
.tablesp-main.is-scroll .v-scroll-add {
|
|
623
|
-
text-align: center;
|
|
624
|
-
padding: 10px;
|
|
625
|
-
color: #999;
|
|
626
|
-
background-color: #eee;
|
|
627
575
|
}
|
|
628
|
-
.
|
|
629
|
-
|
|
576
|
+
.box-adjust-body-div {
|
|
577
|
+
flex: 1;
|
|
578
|
+
overflow-y: auto;
|
|
579
|
+
padding: 20px;
|
|
630
580
|
}
|
|
631
|
-
.
|
|
632
|
-
|
|
581
|
+
.box-adjust-body.popup-center .box-adjust-body-div {
|
|
582
|
+
display: flex;
|
|
583
|
+
flex-direction: column;
|
|
584
|
+
align-items: center;
|
|
585
|
+
justify-content: center;
|
|
633
586
|
}
|
|
634
587
|
|
|
635
|
-
.
|
|
636
|
-
|
|
588
|
+
.box {
|
|
589
|
+
position: fixed;
|
|
637
590
|
width: 100%;
|
|
591
|
+
height: 100%;
|
|
592
|
+
z-index: 1000;
|
|
593
|
+
top: 0;
|
|
594
|
+
left: 0;
|
|
638
595
|
display: flex;
|
|
639
596
|
flex-direction: column;
|
|
640
|
-
}
|
|
641
|
-
.page-header {
|
|
642
|
-
display: flex;
|
|
643
597
|
align-items: center;
|
|
644
|
-
justify-content:
|
|
645
|
-
padding: 10px;
|
|
646
|
-
background-color: #f5f5f5;
|
|
598
|
+
justify-content: center;
|
|
647
599
|
}
|
|
648
|
-
.
|
|
649
|
-
|
|
600
|
+
.box-body {
|
|
601
|
+
position: relative;
|
|
602
|
+
z-index: 100;
|
|
603
|
+
background: #fff;
|
|
604
|
+
min-width: 30%;
|
|
605
|
+
min-height: 20%;
|
|
606
|
+
max-height: 90%;
|
|
607
|
+
display: flex;
|
|
608
|
+
flex-direction: column;
|
|
650
609
|
}
|
|
651
|
-
.
|
|
610
|
+
.box-body-div {
|
|
652
611
|
flex: 1;
|
|
653
|
-
|
|
612
|
+
overflow-y: auto;
|
|
613
|
+
padding: 20px;
|
|
654
614
|
}
|
|
655
|
-
.
|
|
656
|
-
height: 100%;
|
|
657
|
-
margin-top: 10px;
|
|
615
|
+
.box-body.popup-center .box-body-div {
|
|
658
616
|
display: flex;
|
|
659
617
|
flex-direction: column;
|
|
660
|
-
}
|
|
661
|
-
.page-table-top {
|
|
662
|
-
display: flex;
|
|
663
618
|
align-items: center;
|
|
664
|
-
|
|
665
|
-
}
|
|
666
|
-
.page-table-top .page-operations {
|
|
667
|
-
flex-grow: 1;
|
|
668
|
-
display: flex;
|
|
669
|
-
margin-right: 20px;
|
|
619
|
+
justify-content: center;
|
|
670
620
|
}
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
padding-left: 5px;
|
|
675
|
-
padding-right: 5px;
|
|
621
|
+
|
|
622
|
+
.box-local {
|
|
623
|
+
text-align: left;
|
|
676
624
|
}
|
|
677
|
-
|
|
678
|
-
|
|
625
|
+
|
|
626
|
+
.dialogs.el-dialog {
|
|
627
|
+
padding: 0;
|
|
679
628
|
}
|
|
680
|
-
.
|
|
681
|
-
|
|
629
|
+
.dialogs.el-dialog .el-dialog__header {
|
|
630
|
+
padding-top: 16px;
|
|
631
|
+
padding-left: 20px;
|
|
632
|
+
background-color: #3770ed;
|
|
633
|
+
border-bottom: 1px solid var(--border);
|
|
682
634
|
}
|
|
683
|
-
.
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
background-color: #f5f5f5;
|
|
635
|
+
.dialogs.el-dialog .el-dialog__header .el-dialog__title,
|
|
636
|
+
.dialogs.el-dialog .el-dialog__header .el-dialog__close {
|
|
637
|
+
color: #fff;
|
|
687
638
|
}
|
|
688
|
-
.
|
|
689
|
-
|
|
639
|
+
.dialogs.el-dialog .el-dialog__header .el-dialog__headerbtn {
|
|
640
|
+
width: 56px;
|
|
641
|
+
height: 56px;
|
|
642
|
+
font-size: 22px;
|
|
690
643
|
}
|
|
691
|
-
.
|
|
692
|
-
|
|
693
|
-
display: flex;
|
|
644
|
+
.dialogs.el-dialog .el-dialog__body {
|
|
645
|
+
padding: 20px 30px;
|
|
694
646
|
}
|
|
695
|
-
.
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
display: flex;
|
|
699
|
-
align-items: center;
|
|
700
|
-
justify-content: space-between;
|
|
647
|
+
.dialogs.el-dialog .el-dialog__footer {
|
|
648
|
+
border-top: 1px solid var(--border);
|
|
649
|
+
padding: 20px 20px;
|
|
701
650
|
}
|
|
702
|
-
|
|
703
|
-
|
|
651
|
+
|
|
652
|
+
.no-data {
|
|
653
|
+
text-align: center;
|
|
654
|
+
margin-top: 20px;
|
|
655
|
+
color: #999;
|
|
704
656
|
}
|
|
705
|
-
|
|
706
|
-
|
|
657
|
+
|
|
658
|
+
.popup {
|
|
659
|
+
position: fixed;
|
|
660
|
+
width: 100vw;
|
|
661
|
+
height: 100vh;
|
|
662
|
+
z-index: 1000;
|
|
663
|
+
top: 0;
|
|
664
|
+
left: 0;
|
|
707
665
|
}
|
|
708
|
-
.
|
|
709
|
-
|
|
710
|
-
|
|
666
|
+
.popup-body {
|
|
667
|
+
position: absolute;
|
|
668
|
+
top: 30%;
|
|
669
|
+
left: 30%;
|
|
670
|
+
z-index: 100;
|
|
671
|
+
background: #fff;
|
|
672
|
+
width: 40%;
|
|
673
|
+
height: 40%;
|
|
711
674
|
display: flex;
|
|
712
|
-
flex-direction:
|
|
713
|
-
flex-wrap: wrap;
|
|
714
|
-
overflow-y: auto;
|
|
675
|
+
flex-direction: column;
|
|
715
676
|
}
|
|
716
|
-
.
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
677
|
+
.popup-body-div {
|
|
678
|
+
flex: 1;
|
|
679
|
+
overflow-y: auto;
|
|
680
|
+
padding: 20px;
|
|
720
681
|
}
|
|
721
|
-
.
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
682
|
+
.popup.popup-center {
|
|
683
|
+
display: flex;
|
|
684
|
+
flex-direction: column;
|
|
685
|
+
align-items: center;
|
|
686
|
+
justify-content: center;
|
|
725
687
|
}
|
|
726
|
-
.
|
|
727
|
-
|
|
688
|
+
.popup.popup-center .popup-body {
|
|
689
|
+
position: relative;
|
|
690
|
+
width: initial;
|
|
691
|
+
top: initial;
|
|
692
|
+
left: initial;
|
|
693
|
+
height: initial;
|
|
694
|
+
min-width: 30%;
|
|
695
|
+
min-height: 20%;
|
|
696
|
+
max-height: 90%;
|
|
728
697
|
}
|
|
729
|
-
.
|
|
730
|
-
height: 40px;
|
|
731
|
-
line-height: 40px;
|
|
698
|
+
.popup.popup-center .popup-body-div {
|
|
732
699
|
display: flex;
|
|
700
|
+
flex-direction: column;
|
|
733
701
|
align-items: center;
|
|
734
|
-
justify-content:
|
|
735
|
-
border-bottom: 1px solid #ccc;
|
|
702
|
+
justify-content: center;
|
|
736
703
|
}
|
|
737
|
-
|
|
738
|
-
|
|
704
|
+
|
|
705
|
+
.right-key-box {
|
|
706
|
+
width: 140px;
|
|
707
|
+
position: absolute;
|
|
708
|
+
padding: 10px;
|
|
709
|
+
z-index: 9999;
|
|
710
|
+
background: #fff;
|
|
711
|
+
border: 1px solid #cfd7e5;
|
|
712
|
+
border-radius: 8px;
|
|
713
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
714
|
+
}
|
|
715
|
+
.right-key-box-list-li:hover {
|
|
716
|
+
background: #ecf5ff;
|
|
717
|
+
color: #66b1ff;
|
|
739
718
|
}
|
|
740
|
-
.
|
|
719
|
+
.right-key-box-list-li {
|
|
720
|
+
white-space: nowrap;
|
|
741
721
|
display: flex;
|
|
742
|
-
flex: 1;
|
|
743
722
|
align-items: center;
|
|
723
|
+
height: 40px;
|
|
724
|
+
padding: 8px 14px 8px 10px;
|
|
725
|
+
border-radius: 4px;
|
|
726
|
+
font-size: 16px;
|
|
727
|
+
cursor: pointer;
|
|
728
|
+
}
|
|
729
|
+
.right-key-box-list-li i {
|
|
730
|
+
margin-right: 10px;
|
|
744
731
|
}
|
|
745
732
|
|
|
746
|
-
.
|
|
733
|
+
.seamless-scroll {
|
|
747
734
|
position: relative;
|
|
735
|
+
overflow: hidden;
|
|
736
|
+
padding: 0;
|
|
737
|
+
margin: 0;
|
|
738
|
+
transition: 0s;
|
|
739
|
+
min-height: 60px;
|
|
748
740
|
}
|
|
749
|
-
.
|
|
741
|
+
.seamless-scroll .seamless-scroll-warp-line,
|
|
742
|
+
.seamless-scroll .seamless-scroll-warp {
|
|
743
|
+
padding: 0;
|
|
744
|
+
margin: 0;
|
|
745
|
+
transition: 0s;
|
|
746
|
+
overflow: hidden;
|
|
747
|
+
/*border-bottom: transparent 1px solid; !* key code *!*/
|
|
748
|
+
/*box-sizing: border-box;*/
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.window {
|
|
752
|
+
position: fixed;
|
|
753
|
+
width: 100vw;
|
|
754
|
+
height: 100vh;
|
|
755
|
+
z-index: 1000;
|
|
756
|
+
top: 0;
|
|
757
|
+
left: 0;
|
|
758
|
+
}
|
|
759
|
+
.window-body {
|
|
750
760
|
position: absolute;
|
|
761
|
+
top: 30%;
|
|
762
|
+
left: 30%;
|
|
763
|
+
z-index: 100;
|
|
764
|
+
background: #fff;
|
|
765
|
+
width: 40%;
|
|
766
|
+
height: 40%;
|
|
767
|
+
display: flex;
|
|
768
|
+
flex-direction: column;
|
|
751
769
|
}
|
|
752
|
-
.
|
|
753
|
-
width:
|
|
754
|
-
height: 100%;
|
|
770
|
+
.window-body .window-title-icon {
|
|
771
|
+
width: 20px;
|
|
755
772
|
display: inline-flex;
|
|
756
|
-
pointer-events: all;
|
|
757
773
|
align-items: center;
|
|
758
|
-
|
|
774
|
+
margin: 0 4px;
|
|
775
|
+
height: 100%;
|
|
759
776
|
cursor: pointer;
|
|
760
|
-
transform: rotate(0);
|
|
761
|
-
transition: transform 0.3s;
|
|
762
|
-
}
|
|
763
|
-
.retract .retract-but .retract-icon.is-reverse {
|
|
764
|
-
transform: rotate(-180deg);
|
|
765
|
-
}
|
|
766
|
-
.retract .retract-but {
|
|
767
|
-
background-color: rgba(201, 201, 201, 0.5);
|
|
768
|
-
}
|
|
769
|
-
.retract .retract-but.is-left {
|
|
770
|
-
top: 50%;
|
|
771
|
-
width: 20px;
|
|
772
|
-
height: 50px;
|
|
773
|
-
margin-top: -25px;
|
|
774
|
-
left: -20px;
|
|
775
|
-
}
|
|
776
|
-
.retract .retract-but.is-left .retract-icon {
|
|
777
|
-
transform: rotate(0);
|
|
778
|
-
}
|
|
779
|
-
.retract .retract-but.is-left .retract-icon.is-reverse {
|
|
780
|
-
transform: rotate(-180deg);
|
|
781
|
-
}
|
|
782
|
-
.retract .retract-but.is-right {
|
|
783
|
-
top: 50%;
|
|
784
|
-
width: 20px;
|
|
785
|
-
height: 50px;
|
|
786
|
-
margin-top: -25px;
|
|
787
|
-
right: -20px;
|
|
788
|
-
}
|
|
789
|
-
.retract .retract-but.is-right .retract-icon {
|
|
790
|
-
transform: rotate(-180deg);
|
|
791
|
-
}
|
|
792
|
-
.retract .retract-but.is-right .retract-icon.is-reverse {
|
|
793
|
-
transform: rotate(0);
|
|
794
|
-
}
|
|
795
|
-
.retract .retract-but.is-top {
|
|
796
|
-
left: 50%;
|
|
797
|
-
width: 50px;
|
|
798
|
-
height: 20px;
|
|
799
|
-
margin-left: -25px;
|
|
800
|
-
top: -20px;
|
|
801
|
-
}
|
|
802
|
-
.retract .retract-but.is-top .retract-icon {
|
|
803
|
-
transform: rotate(90deg);
|
|
804
|
-
}
|
|
805
|
-
.retract .retract-but.is-top .retract-icon.is-reverse {
|
|
806
|
-
transform: rotate(-90deg);
|
|
807
777
|
}
|
|
808
|
-
.
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
margin-left: -25px;
|
|
813
|
-
bottom: -20px;
|
|
778
|
+
.window-body-div {
|
|
779
|
+
flex: 1;
|
|
780
|
+
overflow-y: auto;
|
|
781
|
+
padding: 20px;
|
|
814
782
|
}
|
|
815
|
-
.
|
|
816
|
-
|
|
783
|
+
.window-body.max {
|
|
784
|
+
width: 100vw !important;
|
|
785
|
+
height: 100vh !important;
|
|
786
|
+
top: initial !important;
|
|
787
|
+
left: initial !important;
|
|
817
788
|
}
|
|
818
|
-
.
|
|
819
|
-
|
|
789
|
+
.window-body.max::-webkit-scrollbar {
|
|
790
|
+
width: 0 !important;
|
|
820
791
|
}
|
|
821
792
|
|
|
822
|
-
.
|
|
823
|
-
|
|
793
|
+
.icon-picker {
|
|
794
|
+
height: 30px;
|
|
795
|
+
}
|
|
796
|
+
.icon-picker-span {
|
|
797
|
+
width: 30px;
|
|
798
|
+
height: 30px;
|
|
799
|
+
border: 1px solid var(--border);
|
|
824
800
|
display: inline-flex;
|
|
825
801
|
align-items: center;
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
829
|
-
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
830
|
-
}
|
|
831
|
-
.array.is-focus {
|
|
832
|
-
box-shadow: 0 0 0 1px var(--color-primary) inset;
|
|
802
|
+
justify-content: center;
|
|
803
|
+
cursor: pointer;
|
|
833
804
|
}
|
|
834
|
-
.
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
border-radius: 4px;
|
|
840
|
-
left: 12px;
|
|
805
|
+
.icon-picker .icon-picker-dialog {
|
|
806
|
+
--on-icon-picker: rgb(91, 189, 246);
|
|
807
|
+
--border-icon-picker: #eee;
|
|
808
|
+
display: flex;
|
|
809
|
+
flex-direction: column;
|
|
841
810
|
}
|
|
842
|
-
.
|
|
843
|
-
|
|
811
|
+
.icon-picker .icon-picker-dialog-search {
|
|
812
|
+
height: 30px;
|
|
813
|
+
display: flex;
|
|
844
814
|
}
|
|
845
|
-
.
|
|
846
|
-
|
|
815
|
+
.icon-picker .icon-picker-dialog-delete {
|
|
816
|
+
flex: 1;
|
|
817
|
+
display: flex;
|
|
818
|
+
align-items: center;
|
|
819
|
+
justify-content: flex-end;
|
|
847
820
|
}
|
|
848
|
-
.
|
|
849
|
-
|
|
850
|
-
z-index: -1;
|
|
851
|
-
opacity: 0;
|
|
821
|
+
.icon-picker .icon-picker-dialog-input {
|
|
822
|
+
flex: 1;
|
|
852
823
|
}
|
|
853
|
-
.
|
|
824
|
+
.icon-picker .icon-picker-dialog-body {
|
|
854
825
|
flex: 1;
|
|
855
|
-
height: 100%;
|
|
856
826
|
}
|
|
857
|
-
.
|
|
858
|
-
|
|
827
|
+
.icon-picker .icon-picker-dialog-list {
|
|
828
|
+
max-height: 50vh;
|
|
829
|
+
overflow-y: auto;
|
|
830
|
+
display: flex;
|
|
831
|
+
flex-wrap: wrap;
|
|
859
832
|
}
|
|
860
|
-
.
|
|
833
|
+
.icon-picker .icon-picker-dialog-list-item {
|
|
834
|
+
padding: 10px;
|
|
835
|
+
display: flex;
|
|
836
|
+
flex-direction: column;
|
|
837
|
+
align-items: center;
|
|
861
838
|
cursor: pointer;
|
|
839
|
+
}
|
|
840
|
+
.icon-picker .icon-picker-dialog-list-item:hover {
|
|
841
|
+
background-color: #e5e5e5;
|
|
842
|
+
color: var(--on-icon-picker);
|
|
843
|
+
}
|
|
844
|
+
.icon-picker .icon-picker-dialog-list-icon {
|
|
845
|
+
display: flex;
|
|
862
846
|
align-items: center;
|
|
863
|
-
display: inline-flex;
|
|
864
847
|
justify-content: center;
|
|
865
|
-
padding: 5px;
|
|
866
|
-
}
|
|
867
|
-
.array-clear svg {
|
|
868
|
-
width: 1rem;
|
|
869
|
-
height: 1rem;
|
|
870
848
|
}
|
|
871
|
-
.
|
|
872
|
-
|
|
873
|
-
box-shadow: none;
|
|
849
|
+
.icon-picker .icon-picker-dialog-list-icon.active {
|
|
850
|
+
color: var(--on-icon-picker);
|
|
874
851
|
}
|
|
875
|
-
.
|
|
876
|
-
|
|
852
|
+
.icon-picker .icon-picker-dialog-tbxzqbotton {
|
|
853
|
+
display: block;
|
|
854
|
+
text-align: right;
|
|
877
855
|
}
|
|
878
856
|
|
|
879
|
-
.
|
|
880
|
-
|
|
857
|
+
.icon {
|
|
858
|
+
--color: inherit;
|
|
859
|
+
height: 1em;
|
|
860
|
+
width: 1em;
|
|
861
|
+
line-height: 1em;
|
|
862
|
+
display: inline-flex;
|
|
863
|
+
justify-content: center;
|
|
864
|
+
align-items: center;
|
|
865
|
+
position: relative;
|
|
866
|
+
fill: currentColor;
|
|
867
|
+
color: var(--color);
|
|
868
|
+
font-size: inherit;
|
|
869
|
+
}
|
|
870
|
+
.icon-cont {
|
|
871
|
+
border: 0;
|
|
872
|
+
display: inline-flex;
|
|
873
|
+
align-items: center;
|
|
874
|
+
object-fit: contain;
|
|
875
|
+
justify-content: center;
|
|
876
|
+
font-size: inherit !important;
|
|
877
|
+
width: inherit !important;
|
|
878
|
+
height: inherit !important;
|
|
881
879
|
}
|
|
882
880
|
|
|
883
|
-
.
|
|
884
|
-
height: 100%;
|
|
881
|
+
.iframe {
|
|
885
882
|
width: 100%;
|
|
886
|
-
}
|
|
887
|
-
.cascaders-tree {
|
|
888
883
|
height: 100%;
|
|
889
|
-
width: 100%;
|
|
890
884
|
}
|
|
891
|
-
|
|
892
|
-
|
|
885
|
+
.iframe > iframe {
|
|
886
|
+
width: 100%;
|
|
893
887
|
height: 100%;
|
|
894
|
-
display: flex;
|
|
895
|
-
align-items: center;
|
|
896
|
-
flex-wrap: wrap;
|
|
897
|
-
font-size: 0;
|
|
898
888
|
}
|
|
899
889
|
|
|
900
|
-
.
|
|
901
|
-
display:
|
|
890
|
+
.menus .menu-li-item {
|
|
891
|
+
display: flex;
|
|
902
892
|
align-items: center;
|
|
903
893
|
}
|
|
904
|
-
.
|
|
905
|
-
|
|
894
|
+
.menus .menu-li-icon {
|
|
895
|
+
margin-right: 10px;
|
|
906
896
|
}
|
|
907
897
|
|
|
908
|
-
.
|
|
898
|
+
.list-div .list-table {
|
|
899
|
+
width: 100%;
|
|
909
900
|
height: 100%;
|
|
901
|
+
}
|
|
902
|
+
.list-div .list-table td {
|
|
903
|
+
text-align: left;
|
|
904
|
+
}
|
|
905
|
+
.list-div .list-table th {
|
|
906
|
+
font-weight: initial;
|
|
907
|
+
}
|
|
908
|
+
.list-div .list-table .is-whole .list-table-auto {
|
|
910
909
|
width: 100%;
|
|
911
|
-
box-sizing: border-box;
|
|
912
910
|
}
|
|
913
|
-
|
|
914
|
-
.dates2 .dates2-date {
|
|
915
|
-
height: 100%;
|
|
911
|
+
.list-div .list-table .is-whole .list-table-value {
|
|
916
912
|
width: 100%;
|
|
917
|
-
|
|
913
|
+
display: block;
|
|
918
914
|
}
|
|
919
|
-
.
|
|
920
|
-
|
|
921
|
-
|
|
915
|
+
.list-div .list-table .list-table-td,
|
|
916
|
+
.list-div .list-table .list-table-th {
|
|
917
|
+
padding: 6px;
|
|
922
918
|
}
|
|
923
|
-
|
|
924
|
-
.edit-float-body {
|
|
919
|
+
.list-div .list-table .list-table-auto {
|
|
925
920
|
display: inline-flex;
|
|
926
921
|
align-items: center;
|
|
927
|
-
justify-content: center;
|
|
928
|
-
}
|
|
929
|
-
.edit-float-value {
|
|
930
|
-
min-width: 3px;
|
|
931
922
|
}
|
|
932
|
-
.
|
|
933
|
-
|
|
934
|
-
cursor: pointer;
|
|
923
|
+
.list-div .list-table .list-table-auto .list-table-label {
|
|
924
|
+
white-space: nowrap;
|
|
935
925
|
}
|
|
936
|
-
.
|
|
937
|
-
|
|
926
|
+
.list-div .list-table .list-table-th {
|
|
927
|
+
text-align: left;
|
|
938
928
|
}
|
|
939
|
-
.
|
|
929
|
+
.list-div .list-table.right .list-table-th {
|
|
940
930
|
text-align: right;
|
|
941
931
|
}
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
display: inline-flex;
|
|
945
|
-
align-items: center;
|
|
946
|
-
}
|
|
947
|
-
.edit-value {
|
|
948
|
-
display: inline-block;
|
|
949
|
-
min-width: 3px;
|
|
932
|
+
.list-div .list-table.center .list-table-th {
|
|
933
|
+
text-align: center;
|
|
950
934
|
}
|
|
951
|
-
.
|
|
952
|
-
|
|
953
|
-
align-items: center;
|
|
954
|
-
height: 100%;
|
|
955
|
-
min-width: 3px;
|
|
956
|
-
font-size: 16px;
|
|
957
|
-
margin: 0 4px;
|
|
958
|
-
cursor: pointer;
|
|
935
|
+
.list-div .list-table.auto .list-table-th {
|
|
936
|
+
padding-right: 0;
|
|
959
937
|
}
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
display: flex;
|
|
938
|
+
.list-div .list-table.top .list-table-th {
|
|
939
|
+
padding-bottom: 0;
|
|
963
940
|
}
|
|
964
|
-
.
|
|
965
|
-
|
|
941
|
+
.list-div .list-table.is-aliquots {
|
|
942
|
+
table-layout: fixed;
|
|
966
943
|
}
|
|
967
|
-
.
|
|
968
|
-
|
|
969
|
-
|
|
944
|
+
.list-div .list-table.is-border {
|
|
945
|
+
border-right: 1px solid var(--list-border-color);
|
|
946
|
+
border-top: 1px solid var(--list-border-color);
|
|
947
|
+
border-bottom: 1px solid var(--list-border-color);
|
|
970
948
|
}
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
display: inline-flex;
|
|
975
|
-
align-items: center;
|
|
976
|
-
padding: 1px;
|
|
977
|
-
position: relative;
|
|
978
|
-
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
979
|
-
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
949
|
+
.list-div .list-table.is-border > tr > td {
|
|
950
|
+
border-bottom: 1px solid var(--list-border-color);
|
|
951
|
+
border-left: 1px solid var(--list-border-color);
|
|
980
952
|
}
|
|
981
|
-
.
|
|
982
|
-
|
|
953
|
+
.list-div .list-table.is-border > tr > td:last-child {
|
|
954
|
+
border-right: 1px solid var(--list-border-color);
|
|
983
955
|
}
|
|
984
|
-
.
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
opacity: 0;
|
|
956
|
+
.list-div .list-table.is-border > tr > th {
|
|
957
|
+
border-left: 1px solid var(--list-border-color);
|
|
958
|
+
border-bottom: 1px solid var(--list-border-color);
|
|
988
959
|
}
|
|
989
|
-
.
|
|
990
|
-
|
|
991
|
-
flex: 1;
|
|
960
|
+
.list-div .list-table.is-border > tr > th:last-child {
|
|
961
|
+
border-right: 1px solid var(--list-border-color);
|
|
992
962
|
}
|
|
993
|
-
.
|
|
994
|
-
|
|
963
|
+
.list-div .list-table.is-border > tr:last-child > td {
|
|
964
|
+
border-bottom: 0;
|
|
995
965
|
}
|
|
996
|
-
.
|
|
997
|
-
|
|
966
|
+
.list-div .list-table.is-border > tr:last-child > th {
|
|
967
|
+
border-bottom: 0;
|
|
998
968
|
}
|
|
999
|
-
.
|
|
1000
|
-
|
|
1001
|
-
height: 1rem;
|
|
969
|
+
.list-div .list-table.is-border.top > tr > th {
|
|
970
|
+
border-bottom: 0;
|
|
1002
971
|
}
|
|
1003
|
-
.
|
|
1004
|
-
|
|
1005
|
-
|
|
972
|
+
.list-div .list-table .list-com {
|
|
973
|
+
display: flex;
|
|
974
|
+
align-items: center;
|
|
1006
975
|
}
|
|
1007
|
-
.
|
|
1008
|
-
|
|
976
|
+
.list-div .list-table .list-com-img {
|
|
977
|
+
width: 50px;
|
|
978
|
+
height: 50px;
|
|
1009
979
|
}
|
|
1010
980
|
|
|
1011
|
-
.
|
|
981
|
+
.tables {
|
|
982
|
+
width: 100%;
|
|
983
|
+
min-height: 160px;
|
|
984
|
+
position: relative;
|
|
985
|
+
flex: 1;
|
|
1012
986
|
display: flex;
|
|
987
|
+
flex-direction: column;
|
|
1013
988
|
}
|
|
1014
|
-
.
|
|
1015
|
-
|
|
989
|
+
.tables-table.is-absolute {
|
|
990
|
+
position: absolute;
|
|
991
|
+
inset: 0;
|
|
1016
992
|
}
|
|
1017
|
-
.
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
overflow-y: auto;
|
|
993
|
+
.tables-table {
|
|
994
|
+
background-color: transparent;
|
|
995
|
+
--el-table-header-bg-color: rgb(248, 248, 249);
|
|
1021
996
|
}
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
padding: 0;
|
|
1026
|
-
box-sizing: border-box;
|
|
997
|
+
|
|
998
|
+
.paging {
|
|
999
|
+
padding: 10px;
|
|
1027
1000
|
}
|
|
1028
|
-
.
|
|
1029
|
-
padding:
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
color: #606266;
|
|
1035
|
-
height: 34px;
|
|
1036
|
-
line-height: 34px;
|
|
1037
|
-
box-sizing: border-box;
|
|
1038
|
-
cursor: pointer;
|
|
1001
|
+
.paging-slot {
|
|
1002
|
+
padding-left: 10px;
|
|
1003
|
+
font-size: 14px;
|
|
1004
|
+
font-weight: 400;
|
|
1005
|
+
color: #9b9b9b;
|
|
1006
|
+
white-space: pre-wrap;
|
|
1039
1007
|
}
|
|
1040
|
-
.
|
|
1041
|
-
|
|
1008
|
+
.paging-slot > span {
|
|
1009
|
+
margin-right: 10px;
|
|
1010
|
+
white-space: nowrap;
|
|
1042
1011
|
}
|
|
1043
|
-
.
|
|
1044
|
-
|
|
1012
|
+
.paging .el-pagination__total {
|
|
1013
|
+
font-size: 14px;
|
|
1014
|
+
font-weight: 400;
|
|
1015
|
+
color: #9b9b9b;
|
|
1045
1016
|
}
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1017
|
+
|
|
1018
|
+
.tablesp {
|
|
1019
|
+
width: 100%;
|
|
1020
|
+
flex: 1;
|
|
1021
|
+
display: flex;
|
|
1022
|
+
flex-direction: column;
|
|
1049
1023
|
}
|
|
1050
|
-
.
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1024
|
+
.tablesp-main {
|
|
1025
|
+
display: flex;
|
|
1026
|
+
flex-direction: column;
|
|
1027
|
+
flex: 1;
|
|
1028
|
+
width: 100%;
|
|
1054
1029
|
}
|
|
1055
|
-
.
|
|
1056
|
-
align-items: center;
|
|
1057
|
-
justify-content: center;
|
|
1030
|
+
.tablesp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
1058
1031
|
display: none;
|
|
1059
|
-
|
|
1032
|
+
}
|
|
1033
|
+
.tablesp-main.is-scroll .v-scroll-add {
|
|
1034
|
+
text-align: center;
|
|
1035
|
+
padding: 10px;
|
|
1036
|
+
color: #999;
|
|
1037
|
+
background-color: #eee;
|
|
1038
|
+
}
|
|
1039
|
+
.tablesp-paginat {
|
|
1040
|
+
overflow: hidden;
|
|
1041
|
+
}
|
|
1042
|
+
.tablesp-paginat .el-pagination {
|
|
1043
|
+
justify-content: flex-end;
|
|
1060
1044
|
}
|
|
1061
1045
|
|
|
1062
|
-
.
|
|
1046
|
+
.page {
|
|
1063
1047
|
height: 100%;
|
|
1064
1048
|
width: 100%;
|
|
1049
|
+
display: flex;
|
|
1050
|
+
flex-direction: column;
|
|
1065
1051
|
}
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
margin-left: 8px;
|
|
1069
|
-
display: inline-flex;
|
|
1070
|
-
pointer-events: all;
|
|
1052
|
+
.page-header {
|
|
1053
|
+
display: flex;
|
|
1071
1054
|
align-items: center;
|
|
1072
|
-
justify-content:
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
transition: transform 0.3s;
|
|
1055
|
+
justify-content: space-between;
|
|
1056
|
+
padding: 10px;
|
|
1057
|
+
background-color: #f5f5f5;
|
|
1076
1058
|
}
|
|
1077
|
-
.
|
|
1078
|
-
|
|
1059
|
+
.page-query {
|
|
1060
|
+
flex-grow: 1;
|
|
1061
|
+
}
|
|
1062
|
+
.page-main {
|
|
1063
|
+
flex: 1;
|
|
1064
|
+
padding: 10px;
|
|
1065
|
+
}
|
|
1066
|
+
.page-table {
|
|
1067
|
+
height: 100%;
|
|
1068
|
+
margin-top: 10px;
|
|
1069
|
+
display: flex;
|
|
1070
|
+
flex-direction: column;
|
|
1071
|
+
}
|
|
1072
|
+
.page-table-top {
|
|
1073
|
+
display: flex;
|
|
1074
|
+
align-items: center;
|
|
1075
|
+
margin-bottom: 10px;
|
|
1079
1076
|
}
|
|
1080
|
-
.
|
|
1081
|
-
|
|
1082
|
-
|
|
1077
|
+
.page-table-top .page-operations {
|
|
1078
|
+
flex-grow: 1;
|
|
1079
|
+
display: flex;
|
|
1080
|
+
margin-right: 20px;
|
|
1083
1081
|
}
|
|
1084
|
-
.
|
|
1085
|
-
|
|
1082
|
+
.page-operations .el-button {
|
|
1083
|
+
margin-left: 2px;
|
|
1084
|
+
margin-right: 2px;
|
|
1085
|
+
padding-left: 5px;
|
|
1086
|
+
padding-right: 5px;
|
|
1086
1087
|
}
|
|
1087
|
-
.
|
|
1088
|
-
|
|
1088
|
+
.page-operations .el-button:first-child {
|
|
1089
|
+
margin-left: 0;
|
|
1089
1090
|
}
|
|
1090
|
-
.
|
|
1091
|
-
|
|
1092
|
-
height: 100%;
|
|
1093
|
-
overflow-y: auto;
|
|
1091
|
+
.page-operations .el-button:last-child {
|
|
1092
|
+
margin-right: 0;
|
|
1094
1093
|
}
|
|
1095
|
-
.
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
box-sizing: border-box;
|
|
1094
|
+
.page-footer {
|
|
1095
|
+
padding: 10px;
|
|
1096
|
+
text-align: right;
|
|
1097
|
+
background-color: #f5f5f5;
|
|
1100
1098
|
}
|
|
1101
|
-
.
|
|
1102
|
-
|
|
1103
|
-
position: relative;
|
|
1104
|
-
white-space: nowrap;
|
|
1105
|
-
overflow: hidden;
|
|
1106
|
-
text-overflow: ellipsis;
|
|
1107
|
-
color: #606266;
|
|
1108
|
-
height: 34px;
|
|
1109
|
-
line-height: 34px;
|
|
1110
|
-
box-sizing: border-box;
|
|
1111
|
-
cursor: pointer;
|
|
1099
|
+
.page .set-column {
|
|
1100
|
+
margin-left: 10px;
|
|
1112
1101
|
}
|
|
1113
|
-
.
|
|
1114
|
-
|
|
1102
|
+
.page .set-column .set-column-dialog-main {
|
|
1103
|
+
font-size: 16px;
|
|
1104
|
+
display: flex;
|
|
1115
1105
|
}
|
|
1116
|
-
.
|
|
1117
|
-
|
|
1118
|
-
|
|
1106
|
+
.page .set-column .set-column-dialog-main .set-column-title {
|
|
1107
|
+
height: 40px;
|
|
1108
|
+
width: 100%;
|
|
1109
|
+
display: flex;
|
|
1110
|
+
align-items: center;
|
|
1111
|
+
justify-content: space-between;
|
|
1119
1112
|
}
|
|
1120
|
-
.
|
|
1121
|
-
|
|
1122
|
-
color: #a8abb2;
|
|
1123
|
-
cursor: not-allowed;
|
|
1113
|
+
.page .set-column .set-column-dialog-main .set-column-title .set-column-title-all {
|
|
1114
|
+
margin-right: 20px;
|
|
1124
1115
|
}
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
height: 100%;
|
|
1116
|
+
.page .set-column .set-column-dialog-main .set-column-check {
|
|
1117
|
+
flex: 1;
|
|
1128
1118
|
}
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1119
|
+
.page .set-column .set-column-dialog-main .set-column-check .set-column-check-list {
|
|
1120
|
+
padding: 10px;
|
|
1121
|
+
box-sizing: border-box;
|
|
1132
1122
|
display: flex;
|
|
1133
|
-
|
|
1123
|
+
flex-direction: row;
|
|
1134
1124
|
flex-wrap: wrap;
|
|
1135
|
-
|
|
1125
|
+
overflow-y: auto;
|
|
1136
1126
|
}
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1127
|
+
.page .set-column .set-column-dialog-main .set-column-check .set-column-check-list .set-column-check-list-li {
|
|
1128
|
+
margin-right: 0;
|
|
1129
|
+
width: 33%;
|
|
1130
|
+
height: 40px;
|
|
1131
|
+
}
|
|
1132
|
+
.page .set-column .set-column-dialog-main .set-column-already {
|
|
1133
|
+
border-left: 1px solid #999;
|
|
1134
|
+
padding-left: 20px;
|
|
1135
|
+
width: 240px;
|
|
1136
|
+
}
|
|
1137
|
+
.page .set-column .set-column-dialog-main .set-column-already .set-column-already-list {
|
|
1138
|
+
padding: 10px 10px 10px 0;
|
|
1139
|
+
}
|
|
1140
|
+
.page .set-column .set-column-dialog-main .set-column-already .set-column-already-list .set-column-already-li {
|
|
1141
|
+
height: 40px;
|
|
1142
|
+
line-height: 40px;
|
|
1141
1143
|
display: flex;
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
+
align-items: center;
|
|
1145
|
+
justify-content: space-between;
|
|
1146
|
+
border-bottom: 1px solid #ccc;
|
|
1144
1147
|
}
|
|
1145
|
-
.
|
|
1146
|
-
|
|
1148
|
+
.page .set-column .set-column-dialog-main .set-column-already .set-column-already-list .set-column-already-li:first-child {
|
|
1149
|
+
border-top: 1px solid #ccc;
|
|
1147
1150
|
}
|
|
1148
|
-
.
|
|
1151
|
+
.page .set-column .set-column-dialog-main .set-column-already .set-column-already-list .set-column-already-li .set-column-already-li-v {
|
|
1149
1152
|
display: flex;
|
|
1150
|
-
|
|
1151
|
-
|
|
1153
|
+
flex: 1;
|
|
1154
|
+
align-items: center;
|
|
1152
1155
|
}
|
|
1153
|
-
|
|
1156
|
+
|
|
1157
|
+
.retract {
|
|
1154
1158
|
position: relative;
|
|
1155
|
-
width: 140px;
|
|
1156
|
-
overflow: hidden;
|
|
1157
1159
|
}
|
|
1158
|
-
.
|
|
1160
|
+
.retract .retract-but {
|
|
1159
1161
|
position: absolute;
|
|
1160
|
-
top: 50%;
|
|
1161
|
-
width: 100%;
|
|
1162
|
-
z-index: 0;
|
|
1163
|
-
border-top: 1px solid var(--el-border-color-lighter);
|
|
1164
|
-
height: 1px;
|
|
1165
1162
|
}
|
|
1166
|
-
.
|
|
1167
|
-
width:
|
|
1163
|
+
.retract .retract-but .retract-icon {
|
|
1164
|
+
width: 100%;
|
|
1168
1165
|
height: 100%;
|
|
1169
|
-
|
|
1166
|
+
display: inline-flex;
|
|
1167
|
+
pointer-events: all;
|
|
1168
|
+
align-items: center;
|
|
1169
|
+
justify-content: center;
|
|
1170
|
+
cursor: pointer;
|
|
1171
|
+
transform: rotate(0);
|
|
1172
|
+
transition: transform 0.3s;
|
|
1170
1173
|
}
|
|
1171
|
-
.
|
|
1172
|
-
|
|
1174
|
+
.retract .retract-but .retract-icon.is-reverse {
|
|
1175
|
+
transform: rotate(-180deg);
|
|
1173
1176
|
}
|
|
1174
|
-
.
|
|
1175
|
-
|
|
1177
|
+
.retract .retract-but {
|
|
1178
|
+
background-color: rgba(201, 201, 201, 0.5);
|
|
1176
1179
|
}
|
|
1177
|
-
.
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
+
.retract .retract-but.is-left {
|
|
1181
|
+
top: 50%;
|
|
1182
|
+
width: 20px;
|
|
1183
|
+
height: 50px;
|
|
1184
|
+
margin-top: -25px;
|
|
1185
|
+
left: -20px;
|
|
1180
1186
|
}
|
|
1181
|
-
.
|
|
1182
|
-
|
|
1183
|
-
cursor: pointer;
|
|
1187
|
+
.retract .retract-but.is-left .retract-icon {
|
|
1188
|
+
transform: rotate(0);
|
|
1184
1189
|
}
|
|
1185
|
-
.
|
|
1186
|
-
|
|
1187
|
-
cursor: not-allowed;
|
|
1190
|
+
.retract .retract-but.is-left .retract-icon.is-reverse {
|
|
1191
|
+
transform: rotate(-180deg);
|
|
1188
1192
|
}
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1193
|
+
.retract .retract-but.is-right {
|
|
1194
|
+
top: 50%;
|
|
1195
|
+
width: 20px;
|
|
1196
|
+
height: 50px;
|
|
1197
|
+
margin-top: -25px;
|
|
1198
|
+
right: -20px;
|
|
1192
1199
|
}
|
|
1193
|
-
.
|
|
1194
|
-
|
|
1195
|
-
z-index: 1000;
|
|
1196
|
-
width: 300px;
|
|
1197
|
-
overflow: hidden;
|
|
1200
|
+
.retract .retract-but.is-right .retract-icon {
|
|
1201
|
+
transform: rotate(-180deg);
|
|
1198
1202
|
}
|
|
1199
|
-
.
|
|
1200
|
-
|
|
1203
|
+
.retract .retract-but.is-right .retract-icon.is-reverse {
|
|
1204
|
+
transform: rotate(0);
|
|
1201
1205
|
}
|
|
1202
|
-
.
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1206
|
+
.retract .retract-but.is-top {
|
|
1207
|
+
left: 50%;
|
|
1208
|
+
width: 50px;
|
|
1209
|
+
height: 20px;
|
|
1210
|
+
margin-left: -25px;
|
|
1211
|
+
top: -20px;
|
|
1207
1212
|
}
|
|
1208
|
-
.
|
|
1209
|
-
|
|
1210
|
-
border-bottom: 1px solid var(--el-border-color-lighter);
|
|
1211
|
-
text-align: center;
|
|
1213
|
+
.retract .retract-but.is-top .retract-icon {
|
|
1214
|
+
transform: rotate(90deg);
|
|
1212
1215
|
}
|
|
1213
|
-
.
|
|
1214
|
-
|
|
1215
|
-
text-align: right;
|
|
1216
|
-
padding-right: 0;
|
|
1217
|
-
padding-top: 5px;
|
|
1216
|
+
.retract .retract-but.is-top .retract-icon.is-reverse {
|
|
1217
|
+
transform: rotate(-90deg);
|
|
1218
1218
|
}
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1219
|
+
.retract .retract-but.is-bottom {
|
|
1220
|
+
left: 50%;
|
|
1221
|
+
width: 50px;
|
|
1222
|
+
height: 20px;
|
|
1223
|
+
margin-left: -25px;
|
|
1224
|
+
bottom: -20px;
|
|
1224
1225
|
}
|
|
1225
|
-
.
|
|
1226
|
-
|
|
1226
|
+
.retract .retract-but.is-bottom .retract-icon {
|
|
1227
|
+
transform: rotate(-90deg);
|
|
1228
|
+
}
|
|
1229
|
+
.retract .retract-but.is-bottom .retract-icon.is-reverse {
|
|
1230
|
+
transform: rotate(90deg);
|
|
1227
1231
|
}
|
|
1228
1232
|
|
|
1229
|
-
.
|
|
1233
|
+
.dates2 .dates2-date {
|
|
1230
1234
|
height: 100%;
|
|
1235
|
+
width: 100%;
|
|
1236
|
+
box-sizing: border-box;
|
|
1237
|
+
}
|
|
1238
|
+
.dates2 .dates2-separate {
|
|
1239
|
+
display: flex;
|
|
1240
|
+
align-items: center;
|
|
1231
1241
|
}
|
|
1232
1242
|
|
|
1233
1243
|
.lists {
|
|
@@ -1395,4 +1405,26 @@
|
|
|
1395
1405
|
left: 0;
|
|
1396
1406
|
z-index: 1;
|
|
1397
1407
|
opacity: 0;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.tablesvp {
|
|
1411
|
+
width: 100%;
|
|
1412
|
+
height: var(--tablesvp-height);
|
|
1413
|
+
display: flex;
|
|
1414
|
+
flex-direction: column;
|
|
1415
|
+
}
|
|
1416
|
+
.tablesvp-main {
|
|
1417
|
+
display: flex;
|
|
1418
|
+
flex-direction: column;
|
|
1419
|
+
flex: 1;
|
|
1420
|
+
width: 100%;
|
|
1421
|
+
}
|
|
1422
|
+
.tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
1423
|
+
display: none;
|
|
1424
|
+
}
|
|
1425
|
+
.tablesvp-paginat {
|
|
1426
|
+
overflow: hidden;
|
|
1427
|
+
}
|
|
1428
|
+
.tablesvp-paginat .el-pagination {
|
|
1429
|
+
justify-content: flex-end;
|
|
1398
1430
|
}
|