linkmore-design 1.0.30 → 1.0.31
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/index.umd.min.js +1 -1
- package/es/Button/index.d.ts +3 -0
- package/es/Button/index.js +43 -0
- package/es/Button/style/index.d.ts +1 -0
- package/es/Button/style/index.js +1 -0
- package/es/Button/style/style.css +110 -0
- package/es/ButtonTags/ButtonTags.js +59 -0
- package/es/ButtonTags/index.js +13 -0
- package/es/ButtonTags/style/index.js +3 -0
- package/es/ButtonTags/style/style.css +577 -0
- package/es/Card/index.d.ts +2 -0
- package/es/Card/index.js +17 -0
- package/es/Card/style/index.css +505 -0
- package/es/Card/style/index.d.ts +1 -0
- package/es/Card/style/index.js +1 -0
- package/es/Checkbox/index.js +47 -0
- package/es/Checkbox/style/index.js +3 -0
- package/es/Checkbox/style/style.css +128 -0
- package/es/CkFilter/baseFilter/NestedFilter.js +137 -0
- package/es/CkFilter/baseFilter/filterMenu.js +222 -0
- package/es/CkFilter/baseFilter/index.js +92 -0
- package/es/CkFilter/baseFilter/moreFilters.js +237 -0
- package/es/CkFilter/complexFilter/drawer.js +379 -0
- package/es/CkFilter/complexFilter/index.js +69 -0
- package/es/CkFilter/components/CascaderFilter.js +132 -0
- package/es/CkFilter/components/CheckboxTags.js +53 -0
- package/es/CkFilter/components/Controls.js +53 -0
- package/es/CkFilter/components/CustomModal.js +230 -0
- package/es/CkFilter/components/DragBox/DndContainer.js +49 -0
- package/es/CkFilter/components/DragBox/index.js +63 -0
- package/es/CkFilter/components/DragBox/sortableBox.js +24 -0
- package/es/CkFilter/components/DragBox/sortableItem.js +111 -0
- package/es/CkFilter/components/Nested.js +90 -0
- package/es/CkFilter/components/filterTypes.js +815 -0
- package/es/CkFilter/components/modal.js +297 -0
- package/es/CkFilter/components/modalBack.js +261 -0
- package/es/CkFilter/context.js +174 -0
- package/es/CkFilter/customFilter/drawer.js +395 -0
- package/es/CkFilter/customFilter/index.js +129 -0
- package/es/CkFilter/customFilter/radioGroup.js +64 -0
- package/es/CkFilter/filter.js +153 -0
- package/es/CkFilter/icon_placeholder.png +0 -0
- package/es/CkFilter/index.js +13 -0
- package/es/CkFilter/style/index.js +3 -0
- package/es/CkFilter/style/style.css +1084 -0
- package/es/CkFilter/utils.js +65 -0
- package/es/CustomerService/assets/question01.png +0 -0
- package/es/CustomerService/assets/send.png +0 -0
- package/es/CustomerService/assets/service.png +0 -0
- package/es/CustomerService/assets/shuoming01.png +0 -0
- package/es/CustomerService/assets/shuoming02.png +0 -0
- package/es/CustomerService/components/question.js +120 -0
- package/es/CustomerService/index.js +291 -0
- package/es/CustomerService/style/index.js +3 -0
- package/es/CustomerService/style/style.css +758 -0
- package/es/Drawer/index.d.ts +10 -0
- package/es/Drawer/index.js +42 -0
- package/es/Drawer/style/index.css +512 -0
- package/es/Drawer/style/index.d.ts +1 -0
- package/es/Drawer/style/index.js +1 -0
- package/es/Dropdown/index.d.ts +14 -0
- package/es/Dropdown/index.js +113 -0
- package/es/Dropdown/style/index.css +567 -0
- package/es/Dropdown/style/index.d.ts +1 -0
- package/es/Dropdown/style/index.js +1 -0
- package/es/EditTable/EditTable.js +588 -0
- package/es/EditTable/index.js +13 -0
- package/es/EditTable/style/index.js +3 -0
- package/es/EditTable/style/style.css +521 -0
- package/es/Empty/index.d.ts +7 -0
- package/es/Empty/index.js +3 -0
- package/es/Empty/style/index.css +505 -0
- package/es/Empty/style/index.d.ts +1 -0
- package/es/Empty/style/index.js +1 -0
- package/es/EnlargeImg/index.js +109 -0
- package/es/EnlargeImg/style/index.js +3 -0
- package/es/EnlargeImg/style/style.css +4 -0
- package/es/Filter/Popover.js +199 -0
- package/es/Filter/baseFilter/Popover.js +214 -0
- package/es/Filter/baseFilter/ToggleFilter.js +112 -0
- package/es/Filter/baseFilter/index.js +100 -0
- package/es/Filter/complex/ComplexFilter.js +149 -0
- package/es/Filter/complex/ComplexItem.js +157 -0
- package/es/Filter/components/Checkbox.js +94 -0
- package/es/Filter/components/Date.js +87 -0
- package/es/Filter/components/Input.js +63 -0
- package/es/Filter/components/Select.js +89 -0
- package/es/Filter/components/Tree.js +64 -0
- package/es/Filter/components/header.js +60 -0
- package/es/Filter/components/index.js +47 -0
- package/es/Filter/context.js +15 -0
- package/es/Filter/edit/editFilter.js +277 -0
- package/es/Filter/index.js +174 -0
- package/es/Filter/popContext.js +15 -0
- package/es/Filter/remember.js +137 -0
- package/es/Filter/style/index.js +3 -0
- package/es/Filter/style/style.css +776 -0
- package/es/Icon/index.js +20 -0
- package/es/Icon/style/index.js +1 -0
- package/es/Icon/style/style.css +0 -0
- package/es/IconFont/index.js +15 -0
- package/es/IconFont/style/index.js +1 -0
- package/es/IconFont/style/style.css +0 -0
- package/es/IconSelect/iconJson.json +2935 -0
- package/es/IconSelect/index.js +115 -0
- package/es/IconSelect/style/index.js +3 -0
- package/es/IconSelect/style/style.css +25 -0
- package/es/Input/index.js +74 -0
- package/es/Input/style/index.js +3 -0
- package/es/Input/style/style.css +738 -0
- package/es/InputNumber/index.d.ts +11 -0
- package/es/InputNumber/index.js +43 -0
- package/es/InputNumber/style/index.css +540 -0
- package/es/InputNumber/style/index.d.ts +1 -0
- package/es/InputNumber/style/index.js +1 -0
- package/es/LeftTable/assets/imgTest.jpg +0 -0
- package/es/LeftTable/index.js +118 -0
- package/es/LeftTable/style/index.js +3 -0
- package/es/LeftTable/style/style.css +617 -0
- package/es/LmTable/ImgList/body.js +111 -0
- package/es/LmTable/ImgList/cardCell.js +192 -0
- package/es/LmTable/ImgList/context.js +12 -0
- package/es/LmTable/ImgList/empty.js +24 -0
- package/es/LmTable/ImgList/footer.js +59 -0
- package/es/LmTable/ImgList/imgCell.js +175 -0
- package/es/LmTable/ImgList/imgTable.js +110 -0
- package/es/LmTable/ImgList/index.js +13 -0
- package/es/LmTable/Table.js +390 -0
- package/es/LmTable/VList.js +594 -0
- package/es/LmTable/autosize.js +170 -0
- package/es/LmTable/context.js +12 -0
- package/es/LmTable/detectElementResize.js +225 -0
- package/es/LmTable/index.js +19 -0
- package/es/LmTable/resetConfig.js +39 -0
- package/es/LmTable/style/index.js +3 -0
- package/es/LmTable/style/style.css +1079 -0
- package/es/LoadingPage/index.js +33 -0
- package/es/LoadingPage/style/index.js +1 -0
- package/es/LoadingPage/style/style.css +0 -0
- package/es/Menu/index.d.ts +7 -0
- package/es/Menu/index.js +3 -0
- package/es/Menu/style/index.css +505 -0
- package/es/Menu/style/index.d.ts +1 -0
- package/es/Menu/style/index.js +1 -0
- package/es/Modal/index.d.ts +12 -0
- package/es/Modal/index.js +94 -0
- package/es/Modal/style/index.css +540 -0
- package/es/Modal/style/index.d.ts +1 -0
- package/es/Modal/style/index.js +1 -0
- package/es/Notification/index.d.ts +7 -0
- package/es/Notification/index.js +10 -0
- package/es/Notification/style/index.css +508 -0
- package/es/Notification/style/index.d.ts +1 -0
- package/es/Notification/style/index.js +1 -0
- package/es/OldModal/add.js +68 -0
- package/es/OldModal/confirm.js +88 -0
- package/es/OldModal/edit.js +44 -0
- package/es/OldModal/exportModal.js +300 -0
- package/es/OldModal/index.js +24 -0
- package/es/OldModal/style/index.js +3 -0
- package/es/OldModal/style/style.css +119 -0
- package/es/Pagination/index.d.ts +7 -0
- package/es/Pagination/index.js +37 -0
- package/es/Pagination/style/index.css +554 -0
- package/es/Pagination/style/index.d.ts +1 -0
- package/es/Pagination/style/index.js +1 -0
- package/es/PopTable/BseTable.js +113 -0
- package/es/PopTable/index.js +151 -0
- package/es/PopTable/style/index.js +3 -0
- package/es/PopTable/style/style.css +715 -0
- package/es/ProTable/ImgList/body.js +111 -0
- package/es/ProTable/ImgList/cardCell.js +192 -0
- package/es/ProTable/ImgList/context.js +12 -0
- package/es/ProTable/ImgList/empty.js +24 -0
- package/es/ProTable/ImgList/footer.js +59 -0
- package/es/ProTable/ImgList/imgCell.js +181 -0
- package/es/ProTable/ImgList/imgTable.js +110 -0
- package/es/ProTable/ImgList/index.js +13 -0
- package/es/ProTable/Table.js +335 -0
- package/es/ProTable/VList.js +594 -0
- package/es/ProTable/autosize.js +170 -0
- package/es/ProTable/context.js +12 -0
- package/es/ProTable/detectElementResize.js +225 -0
- package/es/ProTable/index.js +19 -0
- package/es/ProTable/resetConfig.js +39 -0
- package/es/ProTable/style/index.js +3 -0
- package/es/ProTable/style/style.css +1079 -0
- package/es/Radio/index.js +50 -0
- package/es/Radio/style/index.js +3 -0
- package/es/Radio/style/style.css +137 -0
- package/es/Select/index.d.ts +18 -0
- package/es/Select/index.js +39 -0
- package/es/Select/style/index.css +517 -0
- package/es/Select/style/index.d.ts +1 -0
- package/es/Select/style/index.js +1 -0
- package/es/Space/index.d.ts +4 -0
- package/es/Space/index.js +3 -0
- package/es/Space/style/index.css +505 -0
- package/es/Space/style/index.d.ts +1 -0
- package/es/Space/style/index.js +1 -0
- package/es/TabBar/index.d.ts +12 -0
- package/es/TabBar/index.js +33 -0
- package/es/TabBar/style/index.d.ts +1 -0
- package/es/TabBar/style/index.js +1 -0
- package/es/TabBar/style/style.css +86 -0
- package/es/TableRender/index.js +15 -0
- package/es/TableRender/state.js +72 -0
- package/es/TableRender/style/index.js +3 -0
- package/es/TableRender/style/style.css +0 -0
- package/es/Tabs/index.d.ts +11 -0
- package/es/Tabs/index.js +31 -0
- package/es/Tabs/style/index.css +508 -0
- package/es/Tabs/style/index.d.ts +1 -0
- package/es/Tabs/style/index.js +1 -0
- package/es/Tag/index.d.ts +12 -0
- package/es/Tag/index.js +36 -0
- package/es/Tag/style/index.css +562 -0
- package/es/Tag/style/index.d.ts +1 -0
- package/es/Tag/style/index.js +1 -0
- package/es/Tree/index.d.ts +12 -0
- package/es/Tree/index.js +32 -0
- package/es/Tree/style/index.css +517 -0
- package/es/Tree/style/index.d.ts +1 -0
- package/es/Tree/style/index.js +1 -0
- package/es/UploadOss/index.js +18 -0
- package/es/UploadOss/style/index.js +3 -0
- package/es/UploadOss/style/style.css +121 -0
- package/es/UploadOss/uploadBtn.js +141 -0
- package/es/UploadOss/uploadImg.js +282 -0
- package/es/VirtualList/index.js +84 -0
- package/es/VirtualList/style/index.js +3 -0
- package/es/VirtualList/style/style.css +0 -0
- package/es/index.js +311 -0
- package/es/message/index.d.ts +7 -0
- package/es/message/index.js +12 -0
- package/es/message/style/index.css +509 -0
- package/es/message/style/index.d.ts +1 -0
- package/es/message/style/index.js +1 -0
- package/es/services/newRequest.js +201 -0
- package/es/services/utils.js +72 -0
- package/es/styles/globalClass.css +63 -0
- package/es/styles/icon.css +15 -0
- package/es/styles/main.css +505 -0
- package/es/styles/resetAntd.css +83 -0
- package/es/styles/them.css +0 -0
- package/lib/Button/index.d.ts +3 -0
- package/lib/Button/index.js +56 -0
- package/lib/Button/style/index.d.ts +1 -0
- package/lib/Button/style/index.js +3 -0
- package/lib/Button/style/style.css +110 -0
- package/lib/ButtonTags/style/index.js +3 -0
- package/lib/ButtonTags/style/style.css +577 -0
- package/lib/Card/index.d.ts +2 -0
- package/lib/Card/index.js +29 -0
- package/lib/Card/style/index.css +505 -0
- package/lib/Card/style/index.d.ts +1 -0
- package/lib/Card/style/index.js +3 -0
- package/lib/Checkbox/style/index.js +3 -0
- package/lib/Checkbox/style/style.css +128 -0
- package/lib/CkFilter/baseFilter/NestedFilter.js +137 -0
- package/lib/CkFilter/baseFilter/filterMenu.js +222 -0
- package/lib/CkFilter/baseFilter/index.js +92 -0
- package/lib/CkFilter/baseFilter/moreFilters.js +237 -0
- package/lib/CkFilter/complexFilter/drawer.js +379 -0
- package/lib/CkFilter/complexFilter/index.js +69 -0
- package/lib/CkFilter/components/CascaderFilter.js +132 -0
- package/lib/CkFilter/components/CheckboxTags.js +53 -0
- package/lib/CkFilter/components/Controls.js +53 -0
- package/lib/CkFilter/components/CustomModal.js +230 -0
- package/lib/CkFilter/components/DragBox/DndContainer.js +49 -0
- package/lib/CkFilter/components/DragBox/index.js +63 -0
- package/lib/CkFilter/components/DragBox/sortableBox.js +24 -0
- package/lib/CkFilter/components/DragBox/sortableItem.js +111 -0
- package/lib/CkFilter/components/Nested.js +90 -0
- package/lib/CkFilter/components/filterTypes.js +815 -0
- package/lib/CkFilter/components/modal.js +297 -0
- package/lib/CkFilter/components/modalBack.js +261 -0
- package/lib/CkFilter/customFilter/drawer.js +395 -0
- package/lib/CkFilter/customFilter/index.js +129 -0
- package/lib/CkFilter/customFilter/radioGroup.js +64 -0
- package/lib/CkFilter/style/index.js +3 -0
- package/lib/CkFilter/style/style.css +1084 -0
- package/lib/CustomerService/assets/question01.png +0 -0
- package/lib/CustomerService/assets/send.png +0 -0
- package/lib/CustomerService/assets/service.png +0 -0
- package/lib/CustomerService/assets/shuoming01.png +0 -0
- package/lib/CustomerService/assets/shuoming02.png +0 -0
- package/lib/CustomerService/components/question.js +120 -0
- package/lib/CustomerService/style/index.js +3 -0
- package/lib/CustomerService/style/style.css +758 -0
- package/lib/Drawer/index.d.ts +10 -0
- package/lib/Drawer/index.js +55 -0
- package/lib/Drawer/style/index.css +512 -0
- package/lib/Drawer/style/index.d.ts +1 -0
- package/lib/Drawer/style/index.js +3 -0
- package/lib/Dropdown/index.d.ts +14 -0
- package/lib/Dropdown/index.js +129 -0
- package/lib/Dropdown/style/index.css +567 -0
- package/lib/Dropdown/style/index.d.ts +1 -0
- package/lib/Dropdown/style/index.js +3 -0
- package/lib/EditTable/style/index.js +3 -0
- package/lib/EditTable/style/style.css +521 -0
- package/lib/Empty/index.d.ts +7 -0
- package/lib/Empty/index.js +15 -0
- package/lib/Empty/style/index.css +505 -0
- package/lib/Empty/style/index.d.ts +1 -0
- package/lib/Empty/style/index.js +3 -0
- package/lib/EnlargeImg/style/index.js +3 -0
- package/lib/EnlargeImg/style/style.css +4 -0
- package/lib/Filter/baseFilter/Popover.js +214 -0
- package/lib/Filter/baseFilter/ToggleFilter.js +112 -0
- package/lib/Filter/baseFilter/index.js +100 -0
- package/lib/Filter/complex/ComplexFilter.js +149 -0
- package/lib/Filter/complex/ComplexItem.js +157 -0
- package/lib/Filter/components/Checkbox.js +94 -0
- package/lib/Filter/components/Date.js +87 -0
- package/lib/Filter/components/Input.js +63 -0
- package/lib/Filter/components/Select.js +89 -0
- package/lib/Filter/components/Tree.js +64 -0
- package/lib/Filter/components/header.js +60 -0
- package/lib/Filter/components/index.js +47 -0
- package/lib/Filter/edit/editFilter.js +277 -0
- package/lib/Filter/style/index.js +3 -0
- package/lib/Filter/style/style.css +776 -0
- package/lib/Icon/style/index.js +1 -0
- package/lib/Icon/style/style.css +0 -0
- package/lib/IconFont/style/index.js +1 -0
- package/lib/IconFont/style/style.css +0 -0
- package/lib/IconSelect/style/index.js +3 -0
- package/lib/IconSelect/style/style.css +25 -0
- package/lib/Input/style/index.js +3 -0
- package/lib/Input/style/style.css +738 -0
- package/lib/InputNumber/index.d.ts +11 -0
- package/lib/InputNumber/index.js +56 -0
- package/lib/InputNumber/style/index.css +540 -0
- package/lib/InputNumber/style/index.d.ts +1 -0
- package/lib/InputNumber/style/index.js +3 -0
- package/lib/LeftTable/assets/imgTest.jpg +0 -0
- package/lib/LeftTable/style/index.js +3 -0
- package/lib/LeftTable/style/style.css +617 -0
- package/lib/LmTable/ImgList/body.js +111 -0
- package/lib/LmTable/ImgList/cardCell.js +192 -0
- package/lib/LmTable/ImgList/context.js +12 -0
- package/lib/LmTable/ImgList/empty.js +24 -0
- package/lib/LmTable/ImgList/footer.js +59 -0
- package/lib/LmTable/ImgList/imgCell.js +175 -0
- package/lib/LmTable/ImgList/imgTable.js +110 -0
- package/lib/LmTable/ImgList/index.js +13 -0
- package/lib/LmTable/style/index.js +3 -0
- package/lib/LmTable/style/style.css +1079 -0
- package/lib/LoadingPage/style/index.js +1 -0
- package/lib/LoadingPage/style/style.css +0 -0
- package/lib/Menu/index.d.ts +7 -0
- package/lib/Menu/index.js +15 -0
- package/lib/Menu/style/index.css +505 -0
- package/lib/Menu/style/index.d.ts +1 -0
- package/lib/Menu/style/index.js +3 -0
- package/lib/Modal/index.d.ts +12 -0
- package/lib/Modal/index.js +108 -0
- package/lib/Modal/style/index.css +540 -0
- package/lib/Modal/style/index.d.ts +1 -0
- package/lib/Modal/style/index.js +3 -0
- package/lib/Notification/index.d.ts +7 -0
- package/lib/Notification/index.js +23 -0
- package/lib/Notification/style/index.css +508 -0
- package/lib/Notification/style/index.d.ts +1 -0
- package/lib/Notification/style/index.js +3 -0
- package/lib/OldModal/style/index.js +3 -0
- package/lib/OldModal/style/style.css +119 -0
- package/lib/Pagination/index.d.ts +7 -0
- package/lib/Pagination/index.js +50 -0
- package/lib/Pagination/style/index.css +554 -0
- package/lib/Pagination/style/index.d.ts +1 -0
- package/lib/Pagination/style/index.js +3 -0
- package/lib/PopTable/style/index.js +3 -0
- package/lib/PopTable/style/style.css +715 -0
- package/lib/ProTable/ImgList/body.js +111 -0
- package/lib/ProTable/ImgList/cardCell.js +192 -0
- package/lib/ProTable/ImgList/context.js +12 -0
- package/lib/ProTable/ImgList/empty.js +24 -0
- package/lib/ProTable/ImgList/footer.js +59 -0
- package/lib/ProTable/ImgList/imgCell.js +181 -0
- package/lib/ProTable/ImgList/imgTable.js +110 -0
- package/lib/ProTable/ImgList/index.js +13 -0
- package/lib/ProTable/style/index.js +3 -0
- package/lib/ProTable/style/style.css +1079 -0
- package/lib/Radio/index.js +50 -0
- package/lib/Radio/style/index.js +3 -0
- package/lib/Radio/style/style.css +137 -0
- package/lib/Select/index.d.ts +18 -0
- package/lib/Select/index.js +54 -0
- package/lib/Select/style/index.css +517 -0
- package/lib/Select/style/index.d.ts +1 -0
- package/lib/Select/style/index.js +3 -0
- package/lib/Space/index.d.ts +4 -0
- package/lib/Space/index.js +15 -0
- package/lib/Space/style/index.css +505 -0
- package/lib/Space/style/index.d.ts +1 -0
- package/lib/Space/style/index.js +3 -0
- package/lib/TabBar/index.d.ts +12 -0
- package/lib/TabBar/index.js +45 -0
- package/lib/TabBar/style/index.d.ts +1 -0
- package/lib/TabBar/style/index.js +3 -0
- package/lib/TabBar/style/style.css +86 -0
- package/lib/TableRender/index.js +15 -0
- package/lib/TableRender/state.js +72 -0
- package/lib/TableRender/style/index.js +3 -0
- package/lib/TableRender/style/style.css +0 -0
- package/lib/Tabs/index.d.ts +11 -0
- package/lib/Tabs/index.js +44 -0
- package/lib/Tabs/style/index.css +508 -0
- package/lib/Tabs/style/index.d.ts +1 -0
- package/lib/Tabs/style/index.js +3 -0
- package/lib/Tag/index.d.ts +12 -0
- package/lib/Tag/index.js +52 -0
- package/lib/Tag/style/index.css +562 -0
- package/lib/Tag/style/index.d.ts +1 -0
- package/lib/Tag/style/index.js +3 -0
- package/lib/Tree/index.d.ts +12 -0
- package/lib/Tree/index.js +47 -0
- package/lib/Tree/style/index.css +517 -0
- package/lib/Tree/style/index.d.ts +1 -0
- package/lib/Tree/style/index.js +3 -0
- package/lib/UploadOss/index.js +18 -0
- package/lib/UploadOss/style/index.js +3 -0
- package/lib/UploadOss/style/style.css +121 -0
- package/lib/UploadOss/uploadBtn.js +141 -0
- package/lib/UploadOss/uploadImg.js +282 -0
- package/lib/VirtualList/index.js +84 -0
- package/lib/VirtualList/style/index.js +3 -0
- package/lib/VirtualList/style/style.css +0 -0
- package/lib/message/index.d.ts +7 -0
- package/lib/message/index.js +24 -0
- package/lib/message/style/index.css +509 -0
- package/lib/message/style/index.d.ts +1 -0
- package/lib/message/style/index.js +3 -0
- package/lib/services/newRequest.js +201 -0
- package/lib/services/utils.js +72 -0
- package/lib/styles/globalClass.css +63 -0
- package/lib/styles/icon.css +15 -0
- package/lib/styles/main.css +505 -0
- package/lib/styles/resetAntd.css +83 -0
- package/lib/styles/them.css +0 -0
- package/package.json +1 -1
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
.ant-layout-sider {
|
|
2
|
+
min-height: 100vh;
|
|
3
|
+
background-color: #022766;
|
|
4
|
+
}
|
|
5
|
+
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
|
|
6
|
+
box-shadow: none;
|
|
7
|
+
}
|
|
8
|
+
.ant-menu-submenu-placement-rightTop {
|
|
9
|
+
display: none;
|
|
10
|
+
}
|
|
11
|
+
.ant-table .row-active .ant-table-cell {
|
|
12
|
+
background-color: #feffd3 !important;
|
|
13
|
+
}
|
|
14
|
+
.ant-table.ant-table-empty .ant-table-expanded-row-fixed {
|
|
15
|
+
padding: 0;
|
|
16
|
+
}
|
|
17
|
+
.ant-table.ant-table-empty .ant-table-expanded-row-fixed .ant-empty {
|
|
18
|
+
margin: 0;
|
|
19
|
+
}
|
|
20
|
+
.ant-table .ant-empty {
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
justify-content: center;
|
|
24
|
+
}
|
|
25
|
+
.ant-table .ant-empty .ant-empty-image {
|
|
26
|
+
height: 24px;
|
|
27
|
+
margin: var(--gap) 0;
|
|
28
|
+
}
|
|
29
|
+
.ant-tabs .ant-tabs-nav .ant-tabs-tab {
|
|
30
|
+
font-size: 14px;
|
|
31
|
+
}
|
|
32
|
+
.ant-tabs.auto_tabs {
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-flow: column;
|
|
35
|
+
height: 100%;
|
|
36
|
+
}
|
|
37
|
+
.ant-tabs.auto_tabs .ant-tabs-nav {
|
|
38
|
+
height: 48px;
|
|
39
|
+
}
|
|
40
|
+
.ant-tabs.auto_tabs .ant-tabs-content-holder {
|
|
41
|
+
flex: 1;
|
|
42
|
+
overflow: auto;
|
|
43
|
+
}
|
|
44
|
+
.ant-drawer.drawer_wrapper .ant-drawer-header {
|
|
45
|
+
padding: 0 24px;
|
|
46
|
+
}
|
|
47
|
+
.ant-drawer.drawer_wrapper .ant-drawer-body {
|
|
48
|
+
position: relative;
|
|
49
|
+
flex: 1;
|
|
50
|
+
padding: 0 24px;
|
|
51
|
+
}
|
|
52
|
+
.ant-modal-wrap.plugin_modal {
|
|
53
|
+
display: flex;
|
|
54
|
+
flex-flow: column;
|
|
55
|
+
justify-content: flex-end;
|
|
56
|
+
}
|
|
57
|
+
.ant-modal-wrap.plugin_modal .ant-modal {
|
|
58
|
+
top: 0;
|
|
59
|
+
left: 56px;
|
|
60
|
+
margin: 0 0 8px 8px;
|
|
61
|
+
padding: 0;
|
|
62
|
+
}
|
|
63
|
+
.ant-modal-wrap.lm_modal_confirm .anticon {
|
|
64
|
+
margin-top: -1px;
|
|
65
|
+
margin-right: 8px;
|
|
66
|
+
}
|
|
67
|
+
.ant-modal-wrap.lm_modal_confirm .ant-modal-body {
|
|
68
|
+
padding: 16px 24px;
|
|
69
|
+
}
|
|
70
|
+
.ant-popover.pop_img .ant-popover-inner-content {
|
|
71
|
+
padding: var(--gap);
|
|
72
|
+
line-height: 1;
|
|
73
|
+
}
|
|
74
|
+
.ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
|
|
75
|
+
font-size: 14px;
|
|
76
|
+
font-weight: 500;
|
|
77
|
+
}
|
|
78
|
+
.ant-notification-notice .ant-notification-notice-content > div > div:last-child {
|
|
79
|
+
margin-bottom: 8px;
|
|
80
|
+
}
|
|
81
|
+
.ant-notification-notice .ant-notification-notice-description {
|
|
82
|
+
font-size: 12px;
|
|
83
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
require("antd/es/button/style");
|
|
11
|
+
|
|
12
|
+
var _button = _interopRequireDefault(require("antd/es/button"));
|
|
13
|
+
|
|
14
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
15
|
+
|
|
16
|
+
var _react = _interopRequireDefault(require("react"));
|
|
17
|
+
|
|
18
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
19
|
+
|
|
20
|
+
var __rest = void 0 && (void 0).__rest || function (s, e) {
|
|
21
|
+
var t = {};
|
|
22
|
+
|
|
23
|
+
for (var p in s) {
|
|
24
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
28
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
|
29
|
+
}
|
|
30
|
+
return t;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
var LMButton = function LMButton(props) {
|
|
34
|
+
var children = props.children,
|
|
35
|
+
className = props.className,
|
|
36
|
+
_props$size = props.size,
|
|
37
|
+
size = _props$size === void 0 ? 'middle' : _props$size,
|
|
38
|
+
_props$type = props.type,
|
|
39
|
+
type = _props$type === void 0 ? 'default' : _props$type,
|
|
40
|
+
_props$hover = props.hover,
|
|
41
|
+
hover = _props$hover === void 0 ? false : _props$hover,
|
|
42
|
+
restProps = __rest(props, ["children", "className", "size", "type", "hover"]);
|
|
43
|
+
|
|
44
|
+
var classs = (0, _classnames.default)('lm-button', className, {
|
|
45
|
+
'lm-button-icon-only': !children
|
|
46
|
+
}, (0, _defineProperty2.default)({}, "lm-button-".concat(size), size), (0, _defineProperty2.default)({}, "lm-button-".concat(type), type), (0, _defineProperty2.default)({}, "lm-button-".concat(type, "-hover"), type && hover));
|
|
47
|
+
return /*#__PURE__*/_react.default.createElement(_button.default, Object.assign({}, restProps, {
|
|
48
|
+
className: classs,
|
|
49
|
+
size: size,
|
|
50
|
+
type: type,
|
|
51
|
+
danger: type === 'danger'
|
|
52
|
+
}), children);
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
var _default = LMButton;
|
|
56
|
+
exports.default = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './style.less';
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
.ant-btn.lm-button {
|
|
2
|
+
border: 0;
|
|
3
|
+
display: inline-flex;
|
|
4
|
+
flex-direction: row;
|
|
5
|
+
align-items: center;
|
|
6
|
+
justify-content: center;
|
|
7
|
+
vertical-align: middle;
|
|
8
|
+
}
|
|
9
|
+
.ant-btn.lm-button .anticon {
|
|
10
|
+
font-size: 12px;
|
|
11
|
+
line-height: 0;
|
|
12
|
+
}
|
|
13
|
+
.ant-btn.lm-button .anticon + span {
|
|
14
|
+
margin-left: 4px;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
white-space: nowrap;
|
|
17
|
+
}
|
|
18
|
+
.ant-btn.lm-button > span:not(.anticon) {
|
|
19
|
+
display: inline-block;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
white-space: nowrap;
|
|
22
|
+
}
|
|
23
|
+
.ant-btn.lm-button::before {
|
|
24
|
+
display: none !important;
|
|
25
|
+
}
|
|
26
|
+
.ant-btn.lm-button:disabled {
|
|
27
|
+
background: var(--disabled-bg-color) !important;
|
|
28
|
+
border: 1px solid var(--disabled-border-color) !important;
|
|
29
|
+
color: var(--disabled-font-color) !important;
|
|
30
|
+
}
|
|
31
|
+
.ant-btn.lm-button > span:not(.anticon) {
|
|
32
|
+
font-size: 12px;
|
|
33
|
+
line-height: 20px;
|
|
34
|
+
}
|
|
35
|
+
.ant-btn.lm-button-small {
|
|
36
|
+
height: 24px;
|
|
37
|
+
padding: 2px 8px;
|
|
38
|
+
max-width: 112px;
|
|
39
|
+
font-size: 12px;
|
|
40
|
+
}
|
|
41
|
+
.ant-btn.lm-button-small.lm-button-icon-only .anticon {
|
|
42
|
+
font-size: 16px;
|
|
43
|
+
}
|
|
44
|
+
.ant-btn.lm-button-middle {
|
|
45
|
+
height: 32px;
|
|
46
|
+
padding: 6px 12px;
|
|
47
|
+
max-width: 120px;
|
|
48
|
+
}
|
|
49
|
+
.ant-btn.lm-button-middle .anticon {
|
|
50
|
+
font-size: 16px;
|
|
51
|
+
}
|
|
52
|
+
.ant-btn.lm-button-default {
|
|
53
|
+
border: 1px solid var(--stroke-color);
|
|
54
|
+
color: var(--font-color);
|
|
55
|
+
}
|
|
56
|
+
.ant-btn.lm-button-default-hover,
|
|
57
|
+
.ant-btn.lm-button-default:hover {
|
|
58
|
+
border: 1px solid var(--primary-hover-color);
|
|
59
|
+
color: var(--primary-hover-color);
|
|
60
|
+
}
|
|
61
|
+
.ant-btn.lm-button-default.ant-btn-loading {
|
|
62
|
+
border-color: rgba(0, 0, 0, 0.15);
|
|
63
|
+
color: rgba(0, 0, 0, 0.15);
|
|
64
|
+
}
|
|
65
|
+
.ant-btn.lm-button-primary {
|
|
66
|
+
background: var(--primary-color);
|
|
67
|
+
color: #fff;
|
|
68
|
+
}
|
|
69
|
+
.ant-btn.lm-button-primary-hover,
|
|
70
|
+
.ant-btn.lm-button-primary:hover {
|
|
71
|
+
background: var(--primary-hover-color);
|
|
72
|
+
}
|
|
73
|
+
.ant-btn.lm-button-primary.ant-btn-loading {
|
|
74
|
+
background: var(--primary-loading-color);
|
|
75
|
+
}
|
|
76
|
+
.ant-btn.lm-button-danger {
|
|
77
|
+
border: 1px solid var(--error-color);
|
|
78
|
+
color: var(--error-color);
|
|
79
|
+
text-shadow: none;
|
|
80
|
+
box-shadow: none;
|
|
81
|
+
}
|
|
82
|
+
.ant-btn.lm-button-danger-hover,
|
|
83
|
+
.ant-btn.lm-button-danger:hover {
|
|
84
|
+
border-color: var(--error-hover-color);
|
|
85
|
+
color: var(--error-hover-color);
|
|
86
|
+
}
|
|
87
|
+
.ant-btn.lm-button-danger.ant-btn-loading {
|
|
88
|
+
border-color: var(--error-loading-color);
|
|
89
|
+
color: var(--error-hover-color);
|
|
90
|
+
}
|
|
91
|
+
.ant-btn.lm-button-dashed {
|
|
92
|
+
border: 1px dashed var(--color-15);
|
|
93
|
+
}
|
|
94
|
+
.ant-btn.lm-button-link {
|
|
95
|
+
color: var(--primary-color);
|
|
96
|
+
}
|
|
97
|
+
.ant-btn.lm-button-link-hover,
|
|
98
|
+
.ant-btn.lm-button-link:hover {
|
|
99
|
+
color: var(--primary-hover-color);
|
|
100
|
+
}
|
|
101
|
+
.ant-btn.lm-button-link.ant-btn-loading {
|
|
102
|
+
color: var(--primary-loading-color);
|
|
103
|
+
}
|
|
104
|
+
.ant-btn.lm-button-link[disabled] {
|
|
105
|
+
border: 0 !important;
|
|
106
|
+
background: transparent !important;
|
|
107
|
+
}
|
|
108
|
+
.ant-btn.lm-button-icon-only .anticon {
|
|
109
|
+
font-size: 16px;
|
|
110
|
+
}
|