linkmore-design 1.0.3 → 1.0.6

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.
Files changed (273) hide show
  1. package/dist/index.umd.css +1096 -1091
  2. package/dist/index.umd.js +46238 -46024
  3. package/dist/index.umd.min.css +1 -1
  4. package/dist/index.umd.min.js +8 -12
  5. package/es/Button/index.d.ts +3 -0
  6. package/es/Button/index.js +41 -0
  7. package/es/Button/style/index.d.ts +1 -0
  8. package/es/Button/style/index.js +1 -0
  9. package/es/Button/style/style.css +97 -0
  10. package/es/ButtonTags/ButtonTags.js +1 -1
  11. package/es/ButtonTags/index.js +1 -1
  12. package/es/ButtonTags/style/style.css +370 -27
  13. package/es/Checkbox/index.js +47 -0
  14. package/es/Checkbox/style/index.js +3 -0
  15. package/es/Checkbox/style/style.css +119 -0
  16. package/es/CkFilter/baseFilter/filterMenu.js +41 -13
  17. package/es/CkFilter/baseFilter/index.js +7 -9
  18. package/es/CkFilter/baseFilter/moreFilters.js +5 -7
  19. package/es/CkFilter/complexFilter/drawer.js +11 -24
  20. package/es/CkFilter/complexFilter/index.js +4 -4
  21. package/es/CkFilter/components/filterTypes.js +204 -105
  22. package/es/CkFilter/components/modal.js +21 -33
  23. package/es/CkFilter/context.js +12 -3
  24. package/es/CkFilter/customFilter/drawer.js +13 -32
  25. package/es/CkFilter/customFilter/index.js +6 -10
  26. package/es/CkFilter/customFilter/radioGroup.js +6 -8
  27. package/es/CkFilter/filter.js +58 -20
  28. package/es/CkFilter/index.js +1 -1
  29. package/es/CkFilter/style/style.css +428 -36
  30. package/es/CkFilter/utils.js +3 -3
  31. package/es/CustomerService/components/question.js +2 -2
  32. package/es/CustomerService/index.js +2 -2
  33. package/es/CustomerService/style/style.css +370 -27
  34. package/es/Drawer/index.d.ts +10 -0
  35. package/es/Drawer/index.js +42 -0
  36. package/es/Drawer/style/index.css +496 -0
  37. package/es/Drawer/style/index.d.ts +1 -0
  38. package/es/Drawer/style/index.js +1 -0
  39. package/es/Dropdown/index.d.ts +11 -0
  40. package/es/Dropdown/index.js +45 -0
  41. package/es/Dropdown/style/index.css +537 -0
  42. package/es/Dropdown/style/index.d.ts +1 -0
  43. package/es/Dropdown/style/index.js +1 -0
  44. package/es/EditTable/EditTable.js +175 -76
  45. package/es/EditTable/index.js +1 -1
  46. package/es/EditTable/style/style.css +370 -27
  47. package/es/EnlargeImg/index.js +2 -2
  48. package/es/Filter/Popover.js +2 -2
  49. package/es/Filter/baseFilter/Popover.js +2 -2
  50. package/es/Filter/baseFilter/ToggleFilter.js +2 -2
  51. package/es/Filter/baseFilter/index.js +2 -2
  52. package/es/Filter/complex/ComplexFilter.js +2 -2
  53. package/es/Filter/complex/ComplexItem.js +2 -2
  54. package/es/Filter/components/Checkbox.js +2 -2
  55. package/es/Filter/components/Date.js +2 -2
  56. package/es/Filter/components/Input.js +2 -2
  57. package/es/Filter/components/Select.js +2 -2
  58. package/es/Filter/components/Tree.js +2 -2
  59. package/es/Filter/components/header.js +1 -1
  60. package/es/Filter/components/index.js +1 -1
  61. package/es/Filter/context.js +1 -1
  62. package/es/Filter/edit/editFilter.js +2 -2
  63. package/es/Filter/index.js +2 -2
  64. package/es/Filter/popContext.js +1 -1
  65. package/es/Filter/remember.js +2 -2
  66. package/es/Filter/style/style.css +370 -27
  67. package/es/Icon/index.js +1 -1
  68. package/es/IconFont/index.js +1 -1
  69. package/es/InputNumber/index.d.ts +11 -0
  70. package/es/InputNumber/index.js +43 -0
  71. package/es/InputNumber/style/index.css +526 -0
  72. package/es/InputNumber/style/index.d.ts +1 -0
  73. package/es/InputNumber/style/index.js +1 -0
  74. package/es/LMModal/index.d.ts +12 -0
  75. package/es/LMModal/index.js +90 -0
  76. package/es/LMModal/style/index.css +517 -0
  77. package/es/LMModal/style/index.d.ts +1 -0
  78. package/es/LMModal/style/index.js +1 -0
  79. package/es/LeftTable/index.js +2 -2
  80. package/es/LeftTable/style/style.css +370 -27
  81. package/es/LoadingPage/index.js +1 -1
  82. package/es/Modal/add.js +1 -1
  83. package/es/Modal/confirm.js +1 -1
  84. package/es/Modal/edit.js +1 -1
  85. package/es/Modal/exportModal.js +3 -3
  86. package/es/Modal/index.js +3 -3
  87. package/es/Pagination/index.d.ts +7 -0
  88. package/es/Pagination/index.js +32 -0
  89. package/es/Pagination/style/index.css +516 -0
  90. package/es/Pagination/style/index.d.ts +1 -0
  91. package/es/Pagination/style/index.js +1 -0
  92. package/es/PopTable/BseTable.js +2 -2
  93. package/es/PopTable/index.js +2 -2
  94. package/es/PopTable/style/style.css +370 -27
  95. package/es/ProTable/ImgList/body.js +2 -2
  96. package/es/ProTable/ImgList/cardCell.js +21 -8
  97. package/es/ProTable/ImgList/empty.js +1 -1
  98. package/es/ProTable/ImgList/footer.js +2 -2
  99. package/es/ProTable/ImgList/imgCell.js +2 -2
  100. package/es/ProTable/ImgList/imgTable.js +2 -2
  101. package/es/ProTable/ImgList/index.js +1 -1
  102. package/es/ProTable/Table.js +2 -2
  103. package/es/ProTable/VList.js +2 -2
  104. package/es/ProTable/index.js +5 -2
  105. package/es/ProTable/style/style.css +399 -37
  106. package/es/Radio/index.js +47 -0
  107. package/es/Radio/style/index.js +3 -0
  108. package/es/Radio/style/style.css +113 -0
  109. package/es/Select/index.d.ts +18 -0
  110. package/es/Select/index.js +40 -0
  111. package/es/Select/style/index.css +504 -0
  112. package/es/Select/style/index.d.ts +1 -0
  113. package/es/Select/style/index.js +1 -0
  114. package/es/Space/index.d.ts +4 -0
  115. package/es/Space/index.js +3 -0
  116. package/es/Space/style/index.css +492 -0
  117. package/es/Space/style/index.d.ts +1 -0
  118. package/es/Space/style/index.js +1 -0
  119. package/es/TabBar/index.d.ts +12 -0
  120. package/es/TabBar/index.js +33 -0
  121. package/es/TabBar/style/index.d.ts +1 -0
  122. package/es/TabBar/style/index.js +1 -0
  123. package/es/TabBar/style/style.css +87 -0
  124. package/es/TableRender/index.js +1 -1
  125. package/es/TableRender/state.js +1 -1
  126. package/es/UploadOss/index.js +1 -1
  127. package/es/UploadOss/uploadBtn.js +2 -2
  128. package/es/UploadOss/uploadImg.js +2 -2
  129. package/es/VirtualList/index.js +1 -1
  130. package/es/index.js +86 -6
  131. package/es/input/index.js +54 -0
  132. package/es/input/style/index.js +3 -0
  133. package/es/input/style/style.css +677 -0
  134. package/es/services/newRequest.js +1 -1
  135. package/es/styles/globalClass.css +63 -0
  136. package/es/styles/icon.css +1 -1
  137. package/es/styles/main.css +370 -27
  138. package/es/styles/resetAntd.css +17 -6
  139. package/lib/Button/index.d.ts +3 -0
  140. package/lib/Button/index.js +54 -0
  141. package/lib/Button/style/index.d.ts +1 -0
  142. package/lib/Button/style/index.js +3 -0
  143. package/lib/Button/style/style.css +97 -0
  144. package/lib/ButtonTags/ButtonTags.js +1 -1
  145. package/lib/ButtonTags/index.js +1 -1
  146. package/lib/ButtonTags/style/style.css +370 -27
  147. package/lib/Checkbox/index.js +47 -0
  148. package/lib/Checkbox/style/index.js +3 -0
  149. package/lib/Checkbox/style/style.css +119 -0
  150. package/lib/CkFilter/baseFilter/filterMenu.js +41 -13
  151. package/lib/CkFilter/baseFilter/index.js +7 -9
  152. package/lib/CkFilter/baseFilter/moreFilters.js +5 -7
  153. package/lib/CkFilter/complexFilter/drawer.js +11 -24
  154. package/lib/CkFilter/complexFilter/index.js +4 -4
  155. package/lib/CkFilter/components/filterTypes.js +204 -105
  156. package/lib/CkFilter/components/modal.js +21 -33
  157. package/lib/CkFilter/context.js +12 -3
  158. package/lib/CkFilter/customFilter/drawer.js +13 -32
  159. package/lib/CkFilter/customFilter/index.js +6 -10
  160. package/lib/CkFilter/customFilter/radioGroup.js +6 -8
  161. package/lib/CkFilter/filter.js +58 -20
  162. package/lib/CkFilter/index.js +1 -1
  163. package/lib/CkFilter/style/style.css +428 -36
  164. package/lib/CkFilter/utils.js +3 -3
  165. package/lib/CustomerService/components/question.js +2 -2
  166. package/lib/CustomerService/index.js +2 -2
  167. package/lib/CustomerService/style/style.css +370 -27
  168. package/lib/Drawer/index.d.ts +10 -0
  169. package/lib/Drawer/index.js +55 -0
  170. package/lib/Drawer/style/index.css +496 -0
  171. package/lib/Drawer/style/index.d.ts +1 -0
  172. package/lib/Drawer/style/index.js +3 -0
  173. package/lib/Dropdown/index.d.ts +11 -0
  174. package/lib/Dropdown/index.js +58 -0
  175. package/lib/Dropdown/style/index.css +537 -0
  176. package/lib/Dropdown/style/index.d.ts +1 -0
  177. package/lib/Dropdown/style/index.js +3 -0
  178. package/lib/EditTable/EditTable.js +175 -76
  179. package/lib/EditTable/index.js +1 -1
  180. package/lib/EditTable/style/style.css +370 -27
  181. package/lib/EnlargeImg/index.js +2 -2
  182. package/lib/Filter/Popover.js +2 -2
  183. package/lib/Filter/baseFilter/Popover.js +2 -2
  184. package/lib/Filter/baseFilter/ToggleFilter.js +2 -2
  185. package/lib/Filter/baseFilter/index.js +2 -2
  186. package/lib/Filter/complex/ComplexFilter.js +2 -2
  187. package/lib/Filter/complex/ComplexItem.js +2 -2
  188. package/lib/Filter/components/Checkbox.js +2 -2
  189. package/lib/Filter/components/Date.js +2 -2
  190. package/lib/Filter/components/Input.js +2 -2
  191. package/lib/Filter/components/Select.js +2 -2
  192. package/lib/Filter/components/Tree.js +2 -2
  193. package/lib/Filter/components/header.js +1 -1
  194. package/lib/Filter/components/index.js +1 -1
  195. package/lib/Filter/context.js +1 -1
  196. package/lib/Filter/edit/editFilter.js +2 -2
  197. package/lib/Filter/index.js +2 -2
  198. package/lib/Filter/popContext.js +1 -1
  199. package/lib/Filter/remember.js +2 -2
  200. package/lib/Filter/style/style.css +370 -27
  201. package/lib/Icon/index.js +1 -1
  202. package/lib/IconFont/index.js +1 -1
  203. package/lib/InputNumber/index.d.ts +11 -0
  204. package/lib/InputNumber/index.js +56 -0
  205. package/lib/InputNumber/style/index.css +526 -0
  206. package/lib/InputNumber/style/index.d.ts +1 -0
  207. package/lib/InputNumber/style/index.js +3 -0
  208. package/lib/LMModal/index.d.ts +12 -0
  209. package/lib/LMModal/index.js +104 -0
  210. package/lib/LMModal/style/index.css +517 -0
  211. package/lib/LMModal/style/index.d.ts +1 -0
  212. package/lib/LMModal/style/index.js +3 -0
  213. package/lib/LeftTable/index.js +2 -2
  214. package/lib/LeftTable/style/style.css +370 -27
  215. package/lib/LoadingPage/index.js +1 -1
  216. package/lib/Modal/add.js +1 -1
  217. package/lib/Modal/confirm.js +1 -1
  218. package/lib/Modal/edit.js +1 -1
  219. package/lib/Modal/exportModal.js +3 -3
  220. package/lib/Modal/index.js +3 -3
  221. package/lib/Pagination/index.d.ts +7 -0
  222. package/lib/Pagination/index.js +45 -0
  223. package/lib/Pagination/style/index.css +516 -0
  224. package/lib/Pagination/style/index.d.ts +1 -0
  225. package/lib/Pagination/style/index.js +3 -0
  226. package/lib/PopTable/BseTable.js +2 -2
  227. package/lib/PopTable/index.js +2 -2
  228. package/lib/PopTable/style/style.css +370 -27
  229. package/lib/ProTable/ImgList/body.js +2 -2
  230. package/lib/ProTable/ImgList/cardCell.js +21 -8
  231. package/lib/ProTable/ImgList/empty.js +1 -1
  232. package/lib/ProTable/ImgList/footer.js +2 -2
  233. package/lib/ProTable/ImgList/imgCell.js +2 -2
  234. package/lib/ProTable/ImgList/imgTable.js +2 -2
  235. package/lib/ProTable/ImgList/index.js +1 -1
  236. package/lib/ProTable/Table.js +2 -2
  237. package/lib/ProTable/VList.js +2 -2
  238. package/lib/ProTable/index.js +5 -2
  239. package/lib/ProTable/style/style.css +399 -37
  240. package/lib/Radio/index.js +47 -0
  241. package/lib/Radio/style/index.js +3 -0
  242. package/lib/Radio/style/style.css +113 -0
  243. package/lib/Select/index.d.ts +18 -0
  244. package/lib/Select/index.js +53 -0
  245. package/lib/Select/style/index.css +504 -0
  246. package/lib/Select/style/index.d.ts +1 -0
  247. package/lib/Select/style/index.js +3 -0
  248. package/lib/Space/index.d.ts +4 -0
  249. package/lib/Space/index.js +15 -0
  250. package/lib/Space/style/index.css +492 -0
  251. package/lib/Space/style/index.d.ts +1 -0
  252. package/lib/Space/style/index.js +3 -0
  253. package/lib/TabBar/index.d.ts +12 -0
  254. package/lib/TabBar/index.js +45 -0
  255. package/lib/TabBar/style/index.d.ts +1 -0
  256. package/lib/TabBar/style/index.js +3 -0
  257. package/lib/TabBar/style/style.css +87 -0
  258. package/lib/TableRender/index.js +1 -1
  259. package/lib/TableRender/state.js +1 -1
  260. package/lib/UploadOss/index.js +1 -1
  261. package/lib/UploadOss/uploadBtn.js +2 -2
  262. package/lib/UploadOss/uploadImg.js +2 -2
  263. package/lib/VirtualList/index.js +1 -1
  264. package/lib/index.js +86 -6
  265. package/lib/input/index.js +54 -0
  266. package/lib/input/style/index.js +3 -0
  267. package/lib/input/style/style.css +677 -0
  268. package/lib/services/newRequest.js +1 -1
  269. package/lib/styles/globalClass.css +63 -0
  270. package/lib/styles/icon.css +1 -1
  271. package/lib/styles/main.css +370 -27
  272. package/lib/styles/resetAntd.css +17 -6
  273. package/package.json +13 -4
@@ -0,0 +1,516 @@
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
+ @font-face {
75
+ font-family: 'iconfont';
76
+ /* Project id 2966019 */
77
+ src: url('//at.alicdn.com/t/font_2966019_i3eb1wwkoo.woff2?t=1641546077924') format('woff2'), url('//at.alicdn.com/t/font_2966019_i3eb1wwkoo.woff?t=1641546077924') format('woff'), url('//at.alicdn.com/t/font_2966019_i3eb1wwkoo.ttf?t=1641546077924') format('truetype');
78
+ }
79
+ .icon_ {
80
+ font-size: 14px;
81
+ font-family: 'iconfont';
82
+ }
83
+ .iconfont {
84
+ font-size: 12px;
85
+ }
86
+ .icon_home::before {
87
+ content: '\e7fc';
88
+ }
89
+ .lm-font-small-bold {
90
+ font-weight: 400;
91
+ font-size: var(--font-size-sm);
92
+ line-height: 20px;
93
+ }
94
+ .lm-font-middle-bold {
95
+ font-weight: 500;
96
+ font-size: var(--font-size-base);
97
+ line-height: 22px;
98
+ }
99
+ .lm-font-large-bold {
100
+ font-weight: 500;
101
+ font-size: var(--font-size-lg);
102
+ line-height: 24px;
103
+ }
104
+ .lm-font-small {
105
+ font-size: var(--font-size-sm);
106
+ line-height: 20px;
107
+ }
108
+ .lm-font-middle {
109
+ font-size: var(--font-size-base);
110
+ line-height: 22px;
111
+ }
112
+ .lm-font-large {
113
+ font-size: var(--font-size-lg);
114
+ line-height: 24px;
115
+ }
116
+ .lm-shadown-level1-up {
117
+ box-shadow: 0px -1px 2px -2px rgba(0, 0, 0, 0.16), 0px -3px 6px 0px rgba(0, 0, 0, 0.12), 0px -5px 12px 4px rgba(0, 0, 0, 0.09);
118
+ }
119
+ .lm-shadown-level2-up {
120
+ box-shadow: 0px -3px 6px -4px rgba(0, 0, 0, 0.12), 0px -6px 16px 0px rgba(0, 0, 0, 0.08), 0px -9px 28px 8px rgba(0, 0, 0, 0.05);
121
+ }
122
+ .lm-shadown-level3-up {
123
+ box-shadow: 0px -6px 16px -8px rgba(0, 0, 0, 0.08), 0px -9px 28px 0px rgba(0, 0, 0, 0.05), 0px -12px 48px 16px rgba(0, 0, 0, 0.03);
124
+ }
125
+ .lm-shadown-level1-down {
126
+ box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
127
+ }
128
+ .lm-shadown-level2-down {
129
+ box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
130
+ }
131
+ .lm-shadown-level3-down {
132
+ box-shadow: 0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 12px 48px 16px rgba(0, 0, 0, 0.03);
133
+ }
134
+ .lm-shadown-level1-left {
135
+ box-shadow: -1px 0px 2px -2px rgba(0, 0, 0, 0.16), -3px 0px 6px 0px rgba(0, 0, 0, 0.12), -5px 0px 12px 4px rgba(0, 0, 0, 0.09);
136
+ }
137
+ .lm-shadown-level2-left {
138
+ box-shadow: -3px 0px 6px -4px rgba(0, 0, 0, 0.12), -6px 0px 16px 0px rgba(0, 0, 0, 0.08), -9px 0px 28px 8px rgba(0, 0, 0, 0.05);
139
+ }
140
+ .lm-shadown-level3-left {
141
+ box-shadow: -6px 0px 16px -8px rgba(0, 0, 0, 0.08), -9px 0px 28px 0px rgba(0, 0, 0, 0.05), -12px 0px 48px 16px rgba(0, 0, 0, 0.03);
142
+ }
143
+ .lm-shadown-level1-right {
144
+ box-shadow: 1px 0px 2px -2px rgba(0, 0, 0, 0.16), 3px 0px 6px 0px rgba(0, 0, 0, 0.12), 5px 0px 12px 4px rgba(0, 0, 0, 0.09);
145
+ }
146
+ .lm-shadown-level2-right {
147
+ box-shadow: 3px 0px 6px -4px rgba(0, 0, 0, 0.12), 6px 0px 16px 0px rgba(0, 0, 0, 0.08), 9px 0px 28px 8px rgba(0, 0, 0, 0.05);
148
+ }
149
+ .lm-shadown-level3-right {
150
+ box-shadow: 6px 0px 16px -8px rgba(0, 0, 0, 0.08), 9px 0px 28px 0px rgba(0, 0, 0, 0.05), 12px 0px 48px 16px rgba(0, 0, 0, 0.03);
151
+ }
152
+ :root {
153
+ --primary-color: #1890fc;
154
+ --primary-click-color: #096dd9;
155
+ --success-color: #52c14a;
156
+ --warning-color: #fd9727;
157
+ --error-color: #fa4f53;
158
+ --aside-bg-color: #022766;
159
+ --primary-hover-color: #40a9ff;
160
+ --primary-loading-color: #84b7fa;
161
+ --primary-select-color: #e6f7ff;
162
+ --error-hover-color: #ee8079;
163
+ --error-loading-color: #fbcdcd;
164
+ --disabled-border-color: rgba(0, 0, 0, 0.15);
165
+ --disabled-bg-color: rgba(0, 0, 0, 0.04);
166
+ --disabled-font-color: rgba(0, 0, 0, 0.25);
167
+ --font-color: rgba(0, 0, 0, 0.85);
168
+ --text-color: rgba(0, 0, 0, 0.45);
169
+ --tip-text-color: rgba(0, 0, 0, 0.25);
170
+ --stroke-color: rgba(0, 0, 0, 0.15);
171
+ --line-color: rgba(0, 0, 0, 0.06);
172
+ --background-color: rgba(0, 0, 0, 0.04);
173
+ --table-header-color: rgba(0, 0, 0, 0.02);
174
+ --font2-color: rgba(0, 0, 0, 0.65);
175
+ --background-color-hover: rgba(0, 0, 0, 0.08);
176
+ --border-color: #f0f0f0;
177
+ --stripe-color: #f5f5f5;
178
+ --border-hover-color: #f2f5f7;
179
+ --box-shadow-color: rgba(0, 0, 0, 0.1);
180
+ --table-background-color: #fafafa;
181
+ --disabled-color: rgba(0, 0, 0, 0.25);
182
+ --font-size: 12px;
183
+ --gap: 8px;
184
+ --basic-height: 24px;
185
+ --font-size-base: 14px;
186
+ --font-size-lg: calc(var(--font-size-base) + 2px);
187
+ --font-size-sm: 12px;
188
+ --color-contrast: #fff;
189
+ --color-100: #000;
190
+ --color-85: #262626;
191
+ --color-65: #595959;
192
+ --color-45: #8c8c8c;
193
+ --color-25: #bfbfbf;
194
+ --color-15: #d9d9d9;
195
+ --color-6: #f0f0f0;
196
+ --color-4: #f5f5f5;
197
+ --color-2: #fafafa;
198
+ }
199
+ :root[theme='dark'] {
200
+ --font-color: rgba(255, 255, 255, 0.85);
201
+ --text-color: rgba(255, 255, 255, 0.45);
202
+ --tip-text-color: rgba(255, 255, 255, 0.25);
203
+ --stroke-color: rgba(255, 255, 255, 0.15);
204
+ --line-color: rgba(255, 255, 255, 0.06);
205
+ --background-color: rgba(255, 255, 255, 0.04);
206
+ --table-header-color: rgba(255, 255, 255, 0.02);
207
+ --font2-color: rgba(255, 255, 255, 0.65);
208
+ --background-color-hover: rgba(255, 255, 255, 0.08);
209
+ }
210
+ html {
211
+ background-color: #f0f2f5;
212
+ }
213
+ #app {
214
+ width: 100vw;
215
+ min-width: 1200px;
216
+ height: 100vh;
217
+ font-family: 'PingFang SC', 'Microsoft YaHei UI', '微软雅黑', Helvetica, Arial, sans-serif;
218
+ }
219
+ .ka-wrapper,
220
+ .ka-content {
221
+ height: 100%;
222
+ }
223
+ * {
224
+ margin: 0;
225
+ padding: 0;
226
+ list-style: none;
227
+ }
228
+ *::-webkit-scrollbar {
229
+ width: 8px;
230
+ height: 8px;
231
+ border-radius: 10px;
232
+ }
233
+ *::-webkit-scrollbar-button {
234
+ display: none;
235
+ }
236
+ *::-webkit-scrollbar-track {
237
+ background: transparent;
238
+ }
239
+ *::-webkit-scrollbar-thumb {
240
+ background: #d8d8d8;
241
+ border-radius: 6px;
242
+ }
243
+ *::-webkit-scrollbar-thumb:hover,
244
+ *::-webkit-scrollbar-thumb:active {
245
+ background: #bfbfbf;
246
+ }
247
+ .page-content {
248
+ margin: 12px;
249
+ padding: 16px;
250
+ background: #fff;
251
+ }
252
+ .addModal .ant-modal-header {
253
+ display: flex;
254
+ align-items: center;
255
+ height: 46px;
256
+ padding: 0 24px;
257
+ }
258
+ .addModal .ant-modal-close-x {
259
+ width: 46px;
260
+ height: 46px;
261
+ line-height: 44px;
262
+ }
263
+ .addModal .ant-modal-body {
264
+ padding: 24px 24px 21px;
265
+ }
266
+ .addModal .ant-modal-body .ant-tabs-nav {
267
+ margin: 0 10px;
268
+ }
269
+ .addModal .ant-modal-body .ant-tabs-content-holder {
270
+ max-height: 800px;
271
+ padding: 16px 10px;
272
+ overflow-y: auto;
273
+ }
274
+ .addModal .ant-modal-footer {
275
+ padding: 11px 24px;
276
+ }
277
+ .addModal .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
278
+ margin-left: 10px;
279
+ }
280
+ .editModal .ant-modal-header {
281
+ display: flex;
282
+ align-items: center;
283
+ height: 46px;
284
+ padding: 0 24px;
285
+ }
286
+ .editModal .ant-modal-close-x {
287
+ width: 46px;
288
+ height: 46px;
289
+ line-height: 44px;
290
+ }
291
+ .editModal .ant-modal-body {
292
+ max-height: 600px;
293
+ padding: 24px 24px 21px;
294
+ overflow-y: auto;
295
+ }
296
+ .editModal .ant-modal-body .ant-form-item {
297
+ margin-bottom: 16px;
298
+ }
299
+ .editModal .ant-modal-footer {
300
+ padding: 11px 24px;
301
+ }
302
+ .editModal .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
303
+ margin-left: 10px;
304
+ }
305
+ .ant-select-dropdown .ant-select-item {
306
+ align-items: center;
307
+ font-size: 12px;
308
+ }
309
+ .react-resizable {
310
+ position: relative;
311
+ background-clip: padding-box;
312
+ }
313
+ .react-resizable-handle {
314
+ position: absolute;
315
+ top: 0;
316
+ right: 0;
317
+ z-index: 1;
318
+ width: 3px;
319
+ height: 40px;
320
+ cursor: col-resize;
321
+ }
322
+ .react-resizable-handle:hover {
323
+ background-color: var(--primary-color);
324
+ }
325
+ .react-resizable-handle:active {
326
+ background-color: var(--primary-color);
327
+ }
328
+ .yf_resizable_bar {
329
+ position: absolute;
330
+ top: 0;
331
+ left: 0;
332
+ z-index: 2;
333
+ height: 0;
334
+ }
335
+ .resizable_line {
336
+ position: absolute;
337
+ top: 0;
338
+ left: 0;
339
+ z-index: 1;
340
+ width: 1px;
341
+ height: 100%;
342
+ background-color: var(--primary-color);
343
+ }
344
+ .handle_resizable {
345
+ position: absolute;
346
+ top: 0;
347
+ right: 0;
348
+ z-index: 2;
349
+ width: 5px;
350
+ height: 100%;
351
+ }
352
+ .card_cell_content {
353
+ display: flex;
354
+ flex-flow: column;
355
+ height: 100%;
356
+ overflow: hidden;
357
+ border: 1px solid transparent;
358
+ border-radius: 2px;
359
+ transition: 0.3s;
360
+ }
361
+ .card_cell_content .card_cell_body {
362
+ position: relative;
363
+ display: flex;
364
+ flex: 1;
365
+ flex-flow: column;
366
+ padding: 16px;
367
+ background: rgba(0, 0, 0, 0.02);
368
+ cursor: pointer;
369
+ }
370
+ .card_cell_content .card_cell_body .card_cell_checkbox {
371
+ position: absolute;
372
+ top: 8px;
373
+ left: 8px;
374
+ line-height: 1;
375
+ opacity: 0;
376
+ transition: 0.3s;
377
+ }
378
+ .card_cell_content .card_cell_body .card_cell_checkbox .ant-checkbox {
379
+ border: 8px solid rgba(255, 255, 255, 0.624);
380
+ border-radius: 2px;
381
+ }
382
+ .card_cell_content .card_cell_body .card_cell_info .title {
383
+ display: flex;
384
+ gap: 8px;
385
+ align-items: center;
386
+ justify-content: space-between;
387
+ }
388
+ .card_cell_content .card_cell_body .card_cell_info .title .label {
389
+ flex: 1;
390
+ overflow: hidden;
391
+ font-weight: 500;
392
+ font-size: 14px;
393
+ white-space: nowrap;
394
+ text-overflow: ellipsis;
395
+ text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
396
+ }
397
+ .card_cell_content .card_cell_body .card_cell_info .title .icon {
398
+ display: inline-flex;
399
+ gap: 4px;
400
+ align-items: center;
401
+ height: 22px;
402
+ padding: 0 8px;
403
+ font-size: 12px;
404
+ line-height: 1;
405
+ background: var(--background-color);
406
+ }
407
+ .card_cell_content .card_cell_body .card_cell_info .code .ant-typography {
408
+ margin: 0;
409
+ color: var(--text-color);
410
+ text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
411
+ }
412
+ .card_cell_content .card_cell_body .card_cell_info .code .ant-typography .ant-typography-copy {
413
+ color: inherit;
414
+ }
415
+ .card_cell_content .card_cell_body .card_cell_info .expand {
416
+ display: flex;
417
+ flex-wrap: wrap;
418
+ gap: 16px;
419
+ padding: 6px 0 2px;
420
+ color: var(--text-color);
421
+ font-size: 12px;
422
+ text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
423
+ }
424
+ .card_cell_content .card_cell_body .card_cell_info .expand > div {
425
+ padding: 2px 0;
426
+ }
427
+ .card_cell_content .card_cell_body .card_cell_center {
428
+ display: flex;
429
+ flex: 1;
430
+ align-items: center;
431
+ }
432
+ .card_cell_content .card_cell_body .card_cell_center .list {
433
+ display: flex;
434
+ align-items: center;
435
+ justify-content: space-between;
436
+ width: 100%;
437
+ margin: auto 0;
438
+ text-align: center;
439
+ }
440
+ .card_cell_content .card_cell_body .card_cell_center .list .item {
441
+ display: inline-flex;
442
+ gap: 4px;
443
+ align-items: center;
444
+ line-height: 1;
445
+ }
446
+ .card_cell_content .card_cell_body .card_cell_center .list .item .num {
447
+ color: var(--font-color);
448
+ font-weight: 500;
449
+ font-size: 20px;
450
+ }
451
+ .card_cell_content .card_cell_body .card_cell_center .list .item .text {
452
+ color: var(--text-color);
453
+ font-size: 12px;
454
+ }
455
+ .card_cell_content .card_cell_footer {
456
+ display: flex;
457
+ align-items: center;
458
+ height: 40px;
459
+ background: #f7f7f7;
460
+ }
461
+ .card_cell_content .card_cell_footer > * {
462
+ flex: 1;
463
+ }
464
+ .card_cell_content .card_cell_footer > *::after {
465
+ position: absolute;
466
+ top: 50%;
467
+ right: 0;
468
+ width: 1px;
469
+ height: 18px;
470
+ background-color: #e8e8e8;
471
+ transform: translateY(-50%);
472
+ content: '';
473
+ }
474
+ .card_cell_content .card_cell_footer button:last-child {
475
+ border: none;
476
+ }
477
+ .card_cell_content .card_cell_footer button:last-child::after {
478
+ display: none;
479
+ }
480
+ .card_cell_content .card_cell_footer .footer_expand {
481
+ font-size: 16px;
482
+ text-align: center;
483
+ border: none;
484
+ }
485
+ .card_cell_content.checked,
486
+ .card_cell_content:hover {
487
+ border-color: var(--primary-color);
488
+ }
489
+ .card_cell_content.checked .card_cell_body .card_cell_checkbox,
490
+ .card_cell_content:hover .card_cell_body .card_cell_checkbox {
491
+ opacity: 1;
492
+ }
493
+ .lm_pagination.ant-pagination li {
494
+ font-size: 12px;
495
+ line-height: 24px !important;
496
+ }
497
+ .lm_pagination.ant-pagination li.ant-pagination-item {
498
+ border: 0;
499
+ transition: all 0s !important;
500
+ }
501
+ .lm_pagination.ant-pagination li.ant-pagination-item:focus-visible {
502
+ transition: all 0s;
503
+ }
504
+ .lm_pagination.ant-pagination li .ant-pagination-item-link {
505
+ border: 0;
506
+ }
507
+ .lm_pagination.ant-pagination li > a {
508
+ color: var(--color-65);
509
+ }
510
+ .lm_pagination.ant-pagination li.ant-pagination-item-active {
511
+ background-color: var(--primary-color);
512
+ color: #fff;
513
+ }
514
+ .lm_pagination.ant-pagination li.ant-pagination-item-active > a {
515
+ color: #fff;
516
+ }
@@ -0,0 +1 @@
1
+ import './index.less';
@@ -0,0 +1 @@
1
+ import "./index.css";
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
4
 
5
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
5
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
6
6
 
7
7
  Object.defineProperty(exports, "__esModule", {
8
8
  value: true
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
4
 
5
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
5
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
6
6
 
7
7
  Object.defineProperty(exports, "__esModule", {
8
8
  value: true