@lambo-design/shared 1.0.0-beta.36 → 1.0.0-beta.360

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 (259) hide show
  1. package/config/config.js +20 -3
  2. package/config/index.js +7 -2
  3. package/config/locale.js +61 -0
  4. package/config/themes/atrovirens/atrovirens.css +590 -0
  5. package/config/themes/atrovirens/atrovirens.css.map +1 -0
  6. package/config/themes/atrovirens/atrovirens.less +681 -0
  7. package/config/themes/atrovirens/var.css +29 -0
  8. package/config/themes/atrovirens/var.css.map +1 -0
  9. package/config/themes/atrovirens/var.less +689 -0
  10. package/config/themes/blue/blue.css +590 -0
  11. package/config/themes/blue/blue.css.map +1 -0
  12. package/config/themes/blue/blue.less +684 -0
  13. package/config/themes/blue/var.less +692 -0
  14. package/config/themes/blue-208/blue-208.css +590 -0
  15. package/config/themes/blue-208/blue-208.css.map +1 -0
  16. package/config/themes/blue-208/blue-208.less +685 -0
  17. package/config/themes/blue-208/var.less +691 -0
  18. package/config/themes/blue-digital/blue-digital.css +590 -0
  19. package/config/themes/blue-digital/blue-digital.css.map +1 -0
  20. package/config/themes/blue-digital/blue-digital.less +684 -0
  21. package/config/themes/blue-digital/var.less +692 -0
  22. package/config/themes/blue-leaf/blue-leaf.css +590 -0
  23. package/config/themes/blue-leaf/blue-leaf.css.map +1 -0
  24. package/config/themes/blue-leaf/blue-leaf.less +685 -0
  25. package/config/themes/blue-leaf/var.less +691 -0
  26. package/config/themes/blue-white/blue-white.css +590 -0
  27. package/config/themes/blue-white/blue-white.css.map +1 -0
  28. package/config/themes/blue-white/blue-white.less +685 -0
  29. package/config/themes/blue-white/var.less +691 -0
  30. package/config/themes/blue-white-big/blue-white-big.css +590 -0
  31. package/config/themes/blue-white-big/blue-white-big.css.map +1 -0
  32. package/config/themes/blue-white-big/blue-white-big.less +685 -0
  33. package/config/themes/blue-white-big/var.less +691 -0
  34. package/config/themes/blue-white-tight/blue-white-tight.css +591 -0
  35. package/config/themes/blue-white-tight/blue-white-tight.css.map +1 -0
  36. package/config/themes/blue-white-tight/blue-white-tight.less +685 -0
  37. package/config/themes/blue-white-tight/var.less +693 -0
  38. package/config/themes/canglan/canglan.css +590 -0
  39. package/config/themes/canglan/canglan.css.map +1 -0
  40. package/config/themes/canglan/canglan.less +682 -0
  41. package/config/themes/canglan/var.less +693 -0
  42. package/config/themes/cuiwei/cuiwei.css +590 -0
  43. package/config/themes/cuiwei/cuiwei.css.map +1 -0
  44. package/config/themes/cuiwei/cuiwei.less +682 -0
  45. package/config/themes/cuiwei/var.less +691 -0
  46. package/config/themes/danqing/danqing.css +590 -0
  47. package/config/themes/danqing/danqing.css.map +1 -0
  48. package/config/themes/danqing/danqing.less +682 -0
  49. package/config/themes/danqing/danqing.wxss +576 -0
  50. package/config/themes/danqing/var.less +696 -0
  51. package/config/themes/deep/deep.css +590 -0
  52. package/config/themes/deep/deep.css.map +1 -0
  53. package/config/themes/deep/deep.less +682 -0
  54. package/config/themes/deep/var.less +694 -0
  55. package/config/themes/default/default.css +404 -57
  56. package/config/themes/default/default.css.map +1 -1
  57. package/config/themes/default/default.less +381 -16
  58. package/config/themes/default/var.less +390 -11
  59. package/config/themes/eap/eap.css +590 -0
  60. package/config/themes/eap/eap.css.map +1 -0
  61. package/config/themes/eap/eap.less +685 -0
  62. package/config/themes/eap/var.less +693 -0
  63. package/config/themes/gold/gold.css +590 -0
  64. package/config/themes/gold/gold.css.map +1 -0
  65. package/config/themes/gold/gold.less +685 -0
  66. package/config/themes/gold/var.css +0 -0
  67. package/config/themes/gold/var.css.map +0 -0
  68. package/config/themes/gold/var.less +386 -5
  69. package/config/themes/index.js +32 -4
  70. package/config/themes/lime/lime.css +590 -0
  71. package/config/themes/lime/lime.css.map +1 -0
  72. package/config/themes/lime/lime.less +685 -0
  73. package/config/themes/lime/var.less +385 -5
  74. package/config/themes/orange/orange.css +354 -7
  75. package/config/themes/orange/orange.css.map +1 -1
  76. package/config/themes/orange/orange.less +366 -0
  77. package/config/themes/orange/var.less +386 -5
  78. package/config/themes/red/red.css +354 -7
  79. package/config/themes/red/red.css.map +1 -1
  80. package/config/themes/red/red.less +366 -0
  81. package/config/themes/red/var.less +386 -5
  82. package/config/themes/sichuan/sichuan.css +590 -0
  83. package/config/themes/sichuan/sichuan.css.map +1 -0
  84. package/config/themes/sichuan/sichuan.less +685 -0
  85. package/config/themes/sichuan/var.less +691 -0
  86. package/config/themes/theme-atrovirens.js +572 -0
  87. package/config/themes/theme-b208.js +572 -0
  88. package/config/themes/theme-bd.js +572 -0
  89. package/config/themes/theme-bl.js +572 -0
  90. package/config/themes/theme-blue.js +572 -0
  91. package/config/themes/theme-bw.js +572 -0
  92. package/config/themes/theme-bwb.js +572 -0
  93. package/config/themes/theme-bwt.js +573 -0
  94. package/config/themes/theme-canglan.js +574 -0
  95. package/config/themes/theme-cuiwei.js +574 -0
  96. package/config/themes/theme-danqing.js +575 -0
  97. package/config/themes/theme-deep.js +572 -0
  98. package/config/themes/theme-default.js +379 -60
  99. package/config/themes/theme-eap.js +572 -0
  100. package/config/themes/theme-gold.js +327 -8
  101. package/config/themes/theme-lime.js +327 -8
  102. package/config/themes/theme-orange.js +561 -29
  103. package/config/themes/theme-red.js +564 -33
  104. package/config/themes/theme-sichuan.js +572 -0
  105. package/config/themes/theme-white.js +572 -0
  106. package/config/themes/white/var.less +692 -0
  107. package/config/themes/white/white.css +590 -0
  108. package/config/themes/white/white.css.map +1 -0
  109. package/config/themes/white/white.less +685 -0
  110. package/directives/module/print.js +1 -0
  111. package/directives/module/vue-print-nb/README.md +63 -0
  112. package/directives/module/vue-print-nb/print.js +94 -0
  113. package/directives/module/vue-print-nb/printarea.js +532 -0
  114. package/index.js +7 -1
  115. package/nstyles/common.less +197 -0
  116. package/nstyles/components/404.less +46 -0
  117. package/nstyles/components/button.less +34 -0
  118. package/nstyles/components/date-picker.less +41 -0
  119. package/nstyles/components/drawer.less +20 -0
  120. package/nstyles/components/dropdown.less +18 -0
  121. package/nstyles/components/excel-flow.less +72 -0
  122. package/nstyles/components/form.less +314 -0
  123. package/nstyles/components/index.less +23 -0
  124. package/nstyles/components/layout/collect.less +10 -0
  125. package/nstyles/components/layout/detail-view.less +107 -0
  126. package/nstyles/components/layout/full-screen.less +7 -0
  127. package/nstyles/components/layout/index.less +7 -0
  128. package/nstyles/components/layout/other-menu.less +142 -0
  129. package/nstyles/components/layout/page-view.less +101 -0
  130. package/nstyles/components/layout/sider-trigger.less +41 -0
  131. package/nstyles/components/layout/tags-nav.less +113 -0
  132. package/nstyles/components/modal.less +90 -0
  133. package/nstyles/components/n-button.less +131 -0
  134. package/nstyles/components/n-image-preview.less +131 -0
  135. package/nstyles/components/n-model/index.less +19 -0
  136. package/nstyles/components/n-model/report-index.less +43 -0
  137. package/nstyles/components/n-panel.less +41 -0
  138. package/nstyles/components/n-picker.less +37 -0
  139. package/nstyles/components/n-sign.less +17 -0
  140. package/nstyles/components/n-tooltip.less +10 -0
  141. package/nstyles/components/panel.less +31 -0
  142. package/nstyles/components/select.less +3 -0
  143. package/nstyles/components/sign.less +27 -0
  144. package/nstyles/components/table.less +523 -0
  145. package/nstyles/components/tree.less +166 -0
  146. package/nstyles/components/upload.less +174 -0
  147. package/nstyles/index.css +2676 -0
  148. package/nstyles/index.css.map +1 -0
  149. package/nstyles/index.less +5 -0
  150. package/nstyles/reset.less +73 -0
  151. package/nstyles/third/ag.less +226 -0
  152. package/nstyles/third/icons/sort-desc.svg +1 -0
  153. package/nstyles/third/icons/sort-up.svg +1 -0
  154. package/nstyles/third/icons/sorting.svg +1 -0
  155. package/nstyles/third/index.less +11 -0
  156. package/nstyles/third/view-design.less +402 -0
  157. package/nstyles/variables/base.less +143 -0
  158. package/nstyles/variables/index.less +4 -0
  159. package/nstyles/variables/theme/default/button.less +7 -0
  160. package/nstyles/variables/theme/default/common.less +60 -0
  161. package/nstyles/variables/theme/default/index.less +7 -0
  162. package/nstyles/variables/theme/default/layout.less +40 -0
  163. package/nstyles/variables/theme/default/table.less +37 -0
  164. package/nstyles/variables/theme/default/tag.less +3 -0
  165. package/nstyles/variables/theme/default/upload.less +3 -0
  166. package/nstyles/variables/theme/index.less +13 -0
  167. package/nstyles/variables/theme/lsv/button.less +7 -0
  168. package/nstyles/variables/theme/lsv/common.less +39 -0
  169. package/nstyles/variables/theme/lsv/index.less +5 -0
  170. package/nstyles/variables/theme/lsv/layout.less +21 -0
  171. package/nstyles/variables/theme/lsv/table.less +20 -0
  172. package/nstyles/variables/theme/lsv/tag.less +3 -0
  173. package/nstyles/variables/theme/small/button.less +7 -0
  174. package/nstyles/variables/theme/small/common.less +41 -0
  175. package/nstyles/variables/theme/small/index.less +5 -0
  176. package/nstyles/variables/theme/small/layout.less +21 -0
  177. package/nstyles/variables/theme/small/table.less +17 -0
  178. package/nstyles/variables/theme/small/tag.less +3 -0
  179. package/package.json +28 -7
  180. package/plugin/index.js +12 -0
  181. package/plugin/module/date-format.js +30 -0
  182. package/plugin/module/loading.js +26 -0
  183. package/plugin/module/warn-handler.js +11 -0
  184. package/styles/image/indicator-card-header.png +0 -0
  185. package/styles/image/inspur.png +0 -0
  186. package/styles/image/lan_navigator.png +0 -0
  187. package/styles/image/layout-header-bg-canglan.png +0 -0
  188. package/styles/image/layout-header-bg-cuiwei.png +0 -0
  189. package/styles/image/lv_navigator.png +0 -0
  190. package/utils/ajax/abort-controller.js +70 -0
  191. package/utils/ajax/cancel-reason.js +25 -0
  192. package/utils/ajax/cancel-token.js +83 -0
  193. package/utils/ajax/content-type.js +30 -0
  194. package/utils/ajax/headers.js +11 -0
  195. package/utils/ajax/interceptors.js +45 -10
  196. package/utils/ajax/sseFetchUtil.js +118 -0
  197. package/utils/ajax/throttle.js +49 -0
  198. package/utils/assist.js +155 -27
  199. package/utils/base64.js +126 -0
  200. package/utils/blob.js +47 -0
  201. package/utils/context-menu.js +264 -0
  202. package/utils/crypto/aes.js +23 -0
  203. package/utils/crypto/index.js +10 -0
  204. package/utils/crypto/rsa.js +23 -0
  205. package/utils/date.js +334 -305
  206. package/utils/dict/built-in-dict.js +20 -0
  207. package/utils/dict/index.js +191 -0
  208. package/utils/event.js +72 -0
  209. package/utils/excel.js +504 -290
  210. package/utils/file.js +19 -0
  211. package/utils/form/validate.js +29 -0
  212. package/utils/getChild.js +87 -0
  213. package/utils/half-year.js +68 -0
  214. package/utils/index.js +37 -0
  215. package/utils/json.js +44 -0
  216. package/utils/locale/en-US.js +179 -0
  217. package/utils/locale/zh-CN.js +183 -0
  218. package/utils/lodop.js +5 -0
  219. package/utils/menu/generatorDynamicRouter.js +301 -0
  220. package/utils/menu/index.js +426 -15
  221. package/utils/mime_type.js +67 -0
  222. package/utils/modelerUtil.js +4 -1
  223. package/utils/n/api.js +42 -0
  224. package/utils/n/date.js +57 -0
  225. package/utils/n/index.js +10 -0
  226. package/utils/n/is-type.js +176 -0
  227. package/utils/n/number.js +144 -0
  228. package/utils/n/permission-cache.js +11 -0
  229. package/utils/n/reuqest/axiosN.js +17 -0
  230. package/utils/n/reuqest/content-type.js +19 -0
  231. package/utils/n/reuqest/interceptors.js +95 -0
  232. package/utils/n/reuqest/url-params.js +12 -0
  233. package/utils/n/storage.js +51 -0
  234. package/utils/n/token.js +51 -0
  235. package/utils/n/user-cache.js +11 -0
  236. package/utils/n/user.js +34 -0
  237. package/utils/n/uuid.js +16 -0
  238. package/utils/n-generator-routers.js +208 -0
  239. package/utils/n-router.js +205 -0
  240. package/utils/n-theme.js +30 -0
  241. package/utils/number.js +72 -15
  242. package/utils/oss.js +57 -0
  243. package/utils/platform.js +951 -31
  244. package/utils/quarter.js +58 -0
  245. package/utils/storage.js +198 -0
  246. package/utils/style.js +24 -0
  247. package/utils/theme.js +98 -3
  248. package/utils/transfer-queue.js +7 -0
  249. package/utils/transform.js +205 -0
  250. package/utils/type.js +102 -0
  251. package/utils/util.js +795 -0
  252. package/utils/vForm.js +349 -0
  253. package/utils/validator.js +181 -0
  254. package/config/themes/gold/default.css +0 -243
  255. package/config/themes/gold/default.css.map +0 -1
  256. package/config/themes/gold/default.less +0 -320
  257. package/config/themes/lime/default.css +0 -243
  258. package/config/themes/lime/default.css.map +0 -1
  259. package/config/themes/lime/default.less +0 -320
File without changes
File without changes
@@ -72,7 +72,7 @@
72
72
  @component-background : #fff;
73
73
  @font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
74
74
  @code-family : Consolas,Menlo,Courier,monospace;
75
- @title-color : #17233d;
75
+ @title-color : fade(@black, 85%);
76
76
  @text-color : #515a6e;
77
77
  @text-color-secondary: fade(@black, 45%);
78
78
  @heading-color: fade(#000, 85%);
@@ -107,8 +107,9 @@
107
107
  @table-td-stripe-bg : #f8f8f9;
108
108
  @table-td-hover-bg : #ebf7ff;
109
109
  @table-td-highlight-bg : #ebf7ff;
110
- @menu-dark-title : #515a6e;
111
- @menu-dark-active-bg : #363e4f;
110
+ @menu-dark-title : #333333;
111
+ @menu-dark-active-bg : #333333;
112
+ @menu-user-subsidiary-color : rgba(255,255,255,.7);
112
113
  @menu-dark-subsidiary-color : rgba(255,255,255,.7);
113
114
  @menu-dark-group-title-color : rgba(255,255,255,.36);
114
115
  @date-picker-cell-hover-bg : #e1f0fe;
@@ -189,7 +190,7 @@
189
190
  @grid-columns : 24;
190
191
  @grid-gutter-width : 0;
191
192
  @layout-body-background : #f5f7f9;
192
- @layout-header-background : #515a6e;
193
+ @layout-header-background : #333333;
193
194
  @layout-header-height : 64px;
194
195
  @layout-header-padding : 0 50px;
195
196
  @layout-footer-padding : 24px 50px;
@@ -201,8 +202,51 @@
201
202
  @layout-zero-trigger-width : 36px;
202
203
  @layout-zero-trigger-height : 42px;
203
204
 
205
+ //新增菜单框架色值
206
+ @layout-color : @white;
207
+ @layout-active-color : @primary-color;
208
+ @layout-header-color : @menu-dark-subsidiary-color;
209
+ @layout-header-active-color : @white;
210
+ @layout-header-nav-fontSize : @font-size-base;
211
+ @layout-header-nav-color : @menu-dark-subsidiary-color;
212
+ @layout-header-nav-active-color : @white;
213
+ @layout-header-nav-active-font-weight : normal;
214
+ @layout-header-nav-active-background-begin : rgba(255, 255, 255, 0.4);
215
+ @layout-header-nav-active-background-end : rgba(255, 255, 255, 0);
216
+ @layout-header-drop-color : @menu-dark-subsidiary-color;
217
+ @layout-header-drop-active-color : @white;
218
+ @layout-header-drop-background : @layout-header-background;
219
+ @layout-header-drop-active-background : rgba(255, 255, 255, 0.2);
220
+ @layout-sider-submenu-color : @menu-dark-subsidiary-color;
221
+ @layout-sider-submenu-active-color : @white;
222
+ @layout-sider-submenu-hover-color : @white;
223
+ @layout-sider-submenu-background : @layout-sider-background;
224
+ @layout-sider-submenu-active-background : @layout-sider-background;
225
+ @layout-sider-submenu-hover-background : rgba(255, 255, 255, 0.2);
226
+ @layout-sider-menuitem-color : @menu-dark-subsidiary-color;
227
+ @layout-sider-menuitem-active-color : @white;
228
+ @layout-sider-menuitem-hover-color : @white;
229
+ @layout-sider-menuitem-background : #1A1A1A;
230
+ @layout-sider-menuitem-active-background : @primary-color;
231
+ @layout-sider-menuitem-hover-background : @primary-color;
232
+ @layout-sider-search-color : @layout-sider-submenu-color;
233
+ @layout-sider-search-background : @layout-sider-background;
234
+ @layout-sider-search-active-color : @layout-header-drop-active-color;
235
+ @layout-sider-search-active-background : @layout-header-drop-active-background;
236
+ @layout-sider-line-color : @black;
237
+ @layout-sider-menuitem-active-margin : 0;
238
+ @layout-sider-menuitem-active-border-radius: 0;
239
+ @layout-sider-menuitem-active-font-weight : normal;
240
+
241
+ //紧凑样式
242
+ @layout-menuitem-padding : 14px 24px;
243
+ @layout-menu-title-icon-right : 24px;
244
+ @layout-menu-item-hover-bottom-border-width: 3.35px;
245
+ @layout-menu-item-hover-bottom-border-color: @primary-color-tint-5;
246
+ @layout-menu-item-horizontal-line-height : 46px;
247
+
204
248
  // Legend
205
- @legend-color : #999;
249
+ @legend-color : #333333;
206
250
 
207
251
  // Input
208
252
  @input-height-base : 32px;
@@ -218,6 +262,8 @@
218
262
  @input-color : @text-color;
219
263
  @input-border-color : @border-color-base;
220
264
  @input-border-color-tint-20 : tint(@input-border-color, 20%);
265
+ @input-border-radius : @btn-border-radius;
266
+ @input-border-radius-small : @btn-border-radius-small;
221
267
  @input-bg : #fff;
222
268
  @input-group-bg : #f8f8f9;
223
269
 
@@ -226,6 +272,7 @@
226
272
  @input-hover-border-color-fade-20 : fade(@input-hover-border-color, 20%);
227
273
  @input-focus-border-color : @primary-color;
228
274
  @input-disabled-bg : #f3f3f3;
275
+ @input-disabled-color : #ccc;
229
276
 
230
277
  // Tag
231
278
  @tag-font-size : 12px;
@@ -312,3 +359,337 @@
312
359
  @list-item-meta-margin-bottom: @padding-md;
313
360
  @list-item-meta-avatar-margin-right: @padding-md;
314
361
  @list-item-meta-title-margin-bottom: @padding-sm;
362
+
363
+
364
+ // Table
365
+ @table-border-style-base : solid; // style of a table border
366
+ @table-header-color : @text-color;
367
+ @table-header-font-weight : bold;
368
+ @table-header-padding-horizontal : 8px;
369
+ @table-header-padding-vertical : 0;
370
+ @table-cell-height : 48px;
371
+ @table-cell-white-space : normal;
372
+ @table-cell-padding-left : 9px;
373
+ @table-cell-padding-right : 9px;
374
+ @table-header-text-align : left;
375
+ @table-data-text-align : left;
376
+ @table-border-color-base : #dcdee2;
377
+ @table-border-bottom-color-base : #e8eaec;
378
+ @table-border-width-base : 1px;
379
+
380
+ // Select-DropDown
381
+ @select-dropdown-max-height : 400px;
382
+ @tab-card-bg : @table-thead-bg;
383
+
384
+ // Tab
385
+ @tab-card-bg : @table-thead-bg;
386
+
387
+ @form-item-label-font-weight : normal;
388
+ @form-item-label-text-color : fade(#000, 85%);
389
+ @form-item-detail-bg-color : #fff;
390
+ @form-item-error-tip-top : 100%;
391
+ @form-item-tip-font-size : @font-size-base;
392
+
393
+ @input-wrapper-width : 95%;
394
+ @select-width : 95%;
395
+ @date-picker-width : 95%;
396
+
397
+
398
+
399
+
400
+ /*
401
+ vxe-table
402
+ */
403
+ /*font*/
404
+ @vxe-font-family : -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
405
+ @vxe-font-size : @font-size-base;
406
+ @vxe-font-size-medium : @font-size-base;
407
+ @vxe-font-size-small : @font-size-base - 1px;
408
+ @vxe-font-size-mini : @font-size-base - 2px;
409
+
410
+ /*size*/
411
+ @vxe-border-radius : @border-radius-base;
412
+ @vxe-border-width : @border-width-base;
413
+ @vxe-border-style : @border-style-base;
414
+ @vxe-border-color : @border-color-base;
415
+
416
+ /*icon*/
417
+ @vxe-icon-font-family : Verdana, Arial, Tahoma;
418
+ @vxe-icon-background-color : #fff;
419
+
420
+ /*color*/
421
+ @vxe-font-color : @text-color;
422
+ @vxe-primary-color : @primary-color;
423
+ @vxe-success-color : @success-color;
424
+ @vxe-info-color : @info-color;
425
+ @vxe-warning-color : @warning-color;
426
+ @vxe-danger-color : @error-color;
427
+
428
+ @vxe-font-lighten-color : lighten(@vxe-font-color, 10%);
429
+ @vxe-font-lighten-color-20 : lighten(@vxe-font-color, 20%);
430
+ @vxe-primary-lighten-color : lighten(@vxe-primary-color, 10%);
431
+ @vxe-success-lighten-color : lighten(@vxe-success-color, 10%);
432
+ @vxe-info-lighten-color : lighten(@vxe-info-color, 10%);
433
+ @vxe-warning-lighten-color : lighten(@vxe-warning-color, 10%);
434
+ @vxe-danger-lighten-color : lighten(@vxe-danger-color, 10%);
435
+
436
+ @vxe-font-darken-color : darken(@vxe-font-color, 10%);
437
+ @vxe-primary-darken-color : darken(@vxe-primary-color, 10%);
438
+ @vxe-success-darken-color : darken(@vxe-success-color, 10%);
439
+ @vxe-info-darken-color : darken(@vxe-info-color, 10%);
440
+ @vxe-warning-darken-color : darken(@vxe-warning-color, 10%);
441
+ @vxe-danger-darken-color : darken(@vxe-danger-color, 10%);
442
+
443
+ @vxe-font-disabled-color : @btn-disable-color;
444
+ @vxe-primary-disabled-color : lighten(@vxe-primary-color, 20%);
445
+ @vxe-success-disabled-color : lighten(@vxe-success-color, 20%);
446
+ @vxe-info-disabled-color : lighten(@vxe-info-color, 20%);
447
+ @vxe-warning-disabled-color : lighten(@vxe-warning-color, 20%);
448
+ @vxe-danger-disabled-color : lighten(@vxe-danger-color, 20%);
449
+
450
+ /*input/radio/checkbox*/
451
+ @vxe-input-border-color : @input-border-color;
452
+ @vxe-input-disabled-color : @btn-disable-color;
453
+ @vxe-input-disabled-background-color : @input-disabled-bg;
454
+ @vxe-input-placeholder-color : @input-placeholder-color;
455
+
456
+ /*popup*/
457
+ @vxe-table-popup-border-color : @border-color-base;
458
+
459
+ /*table*/
460
+ @vxe-table-font-color : @vxe-font-color;
461
+ @vxe-table-font-lighten-color-20 : @vxe-font-lighten-color-20;
462
+ @vxe-table-header-font-color : @table-header-color;
463
+ @vxe-table-footer-font-color : @vxe-font-color;
464
+ @vxe-table-border-radius : @vxe-border-radius;
465
+ @vxe-table-border-width : @border-width-base;
466
+ @vxe-table-border-style : @table-border-style-base;
467
+ @vxe-table-border-color : @border-color-base;
468
+ @vxe-table-resizable-line-color : @border-color-split;
469
+ @vxe-table-resizable-drag-line-color : @vxe-primary-color;
470
+ @vxe-table-header-background-color : @table-thead-bg;
471
+ @vxe-table-body-background-color : @body-background;
472
+ @vxe-table-footer-background-color : @body-background;
473
+ @vxe-table-tree-node-line-color : #909399;
474
+ @vxe-table-tree-node-line-style : dotted;
475
+ @vxe-table-header-font-weight : @table-header-font-weight;
476
+ @vxe-table-border-bottom-width : 0;
477
+
478
+ @vxe-table-row-height-default : @table-cell-height;
479
+ @vxe-table-row-height-medium : @table-cell-height - 4px;
480
+ @vxe-table-row-height-small : @table-cell-height - 8px;
481
+ @vxe-table-row-height-mini : @table-cell-height - 12px;
482
+ @vxe-table-row-line-height : @line-height-base;
483
+ @vxe-table-row-hover-background-color : @table-td-hover-bg;
484
+ @vxe-table-row-striped-background-color : @table-td-stripe-bg;
485
+ @vxe-table-row-hover-striped-background-color : @table-td-hover-bg;
486
+ @vxe-table-row-radio-checked-background-color : @table-td-highlight-bg;
487
+ @vxe-table-row-hover-radio-checked-background-color : @table-td-hover-bg;
488
+ @vxe-table-row-checkbox-checked-background-color : @table-td-highlight-bg;
489
+ @vxe-table-row-hover-checkbox-checked-background-color : @table-td-hover-bg;
490
+ @vxe-table-row-current-background-color : @table-td-highlight-bg;
491
+ @vxe-table-row-hover-current-background-color : @table-td-hover-bg;
492
+
493
+ @vxe-table-column-padding-default : @table-header-padding-horizontal @table-header-padding-vertical;
494
+ @vxe-table-column-padding-medium : @table-header-padding-horizontal - 2px @table-header-padding-vertical;
495
+ @vxe-table-column-padding-small : @table-header-padding-horizontal - 4px @table-header-padding-vertical;
496
+ @vxe-table-column-padding-mini : @table-header-padding-horizontal - 6px @table-header-padding-vertical;
497
+ @vxe-table-column-hover-background-color : @table-td-hover-bg;
498
+ @vxe-table-column-current-background-color : @table-td-highlight-bg;
499
+ @vxe-table-column-icon-border-color : #c0c4cc;
500
+ @vxe-table-column-icon-border-hover-color : #515A6E;
501
+ @vxe-table-column-background-image : linear-gradient(@vxe-table-border-color, @vxe-table-border-color), linear-gradient(@vxe-table-border-color, @vxe-table-border-color);
502
+
503
+
504
+ @vxe-table-cell-placeholder-color : @input-placeholder-color;
505
+ @vxe-table-cell-padding-left : @table-cell-padding-left;
506
+ @vxe-table-cell-padding-right : @table-cell-padding-right;
507
+ @vxe-table-cell-input-height-default : @vxe-table-row-height-default - 6px;
508
+ @vxe-table-cell-input-height-medium : @vxe-table-row-height-medium - 6px;
509
+ @vxe-table-cell-input-height-small : @vxe-table-row-height-small - 6px;
510
+ @vxe-table-cell-input-height-mini : @vxe-table-row-height-mini - 6px;
511
+ @vxe-table-cell-dirty-width : 5px;
512
+ @vxe-table-cell-dirty-update-color : #f56c6c;
513
+ @vxe-table-cell-dirty-insert-color : #19A15F;
514
+ @vxe-table-cell-area-border-color : @vxe-primary-color;
515
+ @vxe-table-cell-area-border-width : 1px;
516
+ @vxe-table-cell-main-area-extension-border-color : #fff;
517
+ @vxe-table-cell-main-area-extension-background-color : @vxe-primary-color;
518
+ @vxe-table-cell-extend-area-border-width : 2px;
519
+ @vxe-table-cell-copy-area-border-width : 3px;
520
+ @vxe-table-cell-active-area-border-width : 2px;
521
+ @vxe-table-cell-copy-area-border-color : @vxe-table-cell-area-border-color;
522
+ @vxe-table-cell-extend-area-border-color : @vxe-table-cell-area-border-color;
523
+ @vxe-table-cell-active-area-border-color : @vxe-table-cell-area-border-color;
524
+ @vxe-table-cell-area-background-color : rgba(64, 158, 255, 0.2);
525
+
526
+ @vxe-table-checkbox-range-border-width : 1px;
527
+ @vxe-table-checkbox-range-border-color : #006af1;
528
+ @vxe-table-checkbox-range-background-color : rgba(50, 128, 252, 0.2);
529
+
530
+ @vxe-table-fixed-left-scrolling-box-shadow : 8px 0px 10px -5px rgba(0, 0, 0, 0.12);
531
+ @vxe-table-fixed-right-scrolling-box-shadow : -8px 0px 10px -5px rgba(0, 0, 0, 0.12);
532
+
533
+ /*filter*/
534
+ @vxe-table-filter-panel-background-color : #fff;
535
+
536
+ /*menu*/
537
+ @vxe-table-menu-item-width : 178px;
538
+ @vxe-table-menu-background-color : #fff;
539
+
540
+ /*loading*/
541
+ @vxe-loading-color : @vxe-primary-color;
542
+ @vxe-loading-background-color : rgba(255, 255, 255, 0.5);
543
+ @vxe-loading-z-index : 999;
544
+
545
+ /*validate*/
546
+ @vxe-table-validate-error-color : #f56c6c;
547
+ @vxe-table-validate-tooltip-error-color : #fff;
548
+ @vxe-table-validate-tooltip-error-background-color : @vxe-table-validate-error-color;
549
+
550
+ /*grid*/
551
+ @vxe-grid-maximize-background-color : #fff;
552
+
553
+ /*toolbar*/
554
+ @vxe-toolbar-background-color : #fff;
555
+ @vxe-toolbar-custom-active-background-color : #D9DADB;
556
+ @vxe-toolbar-panel-background-color : #fff;
557
+
558
+ /*tooltip*/
559
+ @vxe-tooltip-dark-color : #fff;
560
+ @vxe-tooltip-dark-background-color : #303133;
561
+ @vxe-tooltip-light-background-color : #fff;
562
+
563
+ /*pager*/
564
+ @vxe-pager-background-color : #fff;
565
+ @vxe-pager-perfect-background-color : #fff;
566
+ @vxe-pager-perfect-button-background-color : #f4f4f5;
567
+
568
+ /*modal*/
569
+ @vxe-modal-header-background-color : #F8F8F8;
570
+ @vxe-modal-body-background-color : #fff;
571
+ @vxe-modal-border-color : #ebeef5;
572
+
573
+ /*checkbox*/
574
+ @vxe-checkbox-font-size-default : 15px;
575
+ @vxe-checkbox-font-size-medium : 14px;
576
+ @vxe-checkbox-font-size-small : 13px;
577
+ @vxe-checkbox-font-size-mini : 12px;
578
+ @vxe-checkbox-checked-width : 0.32em;
579
+ @vxe-checkbox-checked-height : 0.64em;
580
+ @vxe-checkbox-indeterminate-width : 0.6em;
581
+ @vxe-checkbox-indeterminate-height : 2px;
582
+ @vxe-checkbox-border-width : 2px;
583
+ @vxe-checkbox-border-radius : 2px;
584
+ @vxe-checkbox-icon-background-color : #fff;
585
+ @vxe-checkbox-checked-icon-border-color : #fff;
586
+ @vxe-checkbox-indeterminate-icon-background-color : #fff;
587
+
588
+ /*radio*/
589
+ @vxe-radio-font-size-default : @vxe-checkbox-font-size-default;
590
+ @vxe-radio-font-size-medium : @vxe-checkbox-font-size-medium;
591
+ @vxe-radio-font-size-small : @vxe-checkbox-font-size-small;
592
+ @vxe-radio-font-size-mini : @vxe-checkbox-font-size-mini;
593
+ @vxe-radio-border-width : @vxe-checkbox-border-width;
594
+ @vxe-radio-icon-background-color : #fff;
595
+ @vxe-radio-checked-icon-background-color : #fff;
596
+ @vxe-radio-indeterminate-icon-background-color : #fff;
597
+ @vxe-radio-button-default-background-color : #fff;
598
+
599
+ /*button*/
600
+ @vxe-button-max-width : 500px;
601
+ @vxe-button-default-background-color : #fff;
602
+ @vxe-button-dropdown-panel-background-color : #fff;
603
+ @vxe-button-height-default : 34px;
604
+ @vxe-button-height-medium : 32px;
605
+ @vxe-button-height-small : 30px;
606
+ @vxe-button-height-mini : 28px;
607
+ @vxe-button-round-border-radius-default : 17px;
608
+ @vxe-button-round-border-radius-medium : 16px;
609
+ @vxe-button-round-border-radius-small : 15px;
610
+ @vxe-button-round-border-radius-mini : 14px;
611
+
612
+ /*input*/
613
+ @vxe-input-background-color : #fff;
614
+ @vxe-input-panel-background-color : @vxe-input-background-color;
615
+ @vxe-input-number-disabled-color : #e4e7ed;
616
+ @vxe-input-date-festival-color : #999999;
617
+ @vxe-input-date-festival-important-color : @vxe-primary-color;
618
+ @vxe-input-date-notice-background-color : #FF0000;
619
+ @vxe-input-date-picker-hover-background-color : #f2f6fc;
620
+ @vxe-input-date-picker-selected-color : #fff;
621
+ @vxe-input-date-time-confirm-button-color : #fff;
622
+ @vxe-input-date-picker-festival-selected-color : @vxe-input-date-picker-selected-color;
623
+ @vxe-input-date-picker-notice-selected-background-color : @vxe-input-date-picker-selected-color;
624
+ @vxe-input-date-extra-color : #67c23a;
625
+ @vxe-input-date-extra-important-color : #fd2222;
626
+ @vxe-input-date-title-height-default : 30px;
627
+ @vxe-input-date-title-height-medium : 29px;
628
+ @vxe-input-date-title-height-small : 28px;
629
+ @vxe-input-date-title-height-mini : 26px;
630
+ @vxe-input-date-time-week-row-height-default : 38px;
631
+ @vxe-input-date-time-week-row-height-medium : 36px;
632
+ @vxe-input-date-time-week-row-height-small : 34px;
633
+ @vxe-input-date-time-week-row-height-mini : 32px;
634
+ @vxe-input-date-month-year-row-height-default : 48px;
635
+ @vxe-input-date-month-year-row-height-medium : 46px;
636
+ @vxe-input-date-month-year-row-height-small : 44px;
637
+ @vxe-input-date-month-year-row-height-mini : 42px;
638
+ @vxe-input-date-quarter-row-height-default : 60px;
639
+ @vxe-input-date-quarter-row-height-medium : 58px;
640
+ @vxe-input-date-quarter-row-height-small : 56px;
641
+ @vxe-input-date-quarter-row-height-mini : 54px;
642
+ @vxe-input-height-default : @vxe-button-height-default;
643
+ @vxe-input-height-medium : @vxe-button-height-medium;
644
+ @vxe-input-height-small : @vxe-button-height-small;
645
+ @vxe-input-height-mini : @vxe-button-height-mini;
646
+ @vxe-input-count-color : #999;
647
+ @vxe-input-count-background-color : #fff;
648
+ @vxe-input-count-error-color : @vxe-table-validate-error-color;
649
+
650
+ /*textarea*/
651
+ @vxe-textarea-line-height : 1.5715;
652
+ @vxe-textarea-background-color : #fff;
653
+
654
+ /*form*/
655
+ @vxe-form-item-min-height-default : 36px;
656
+ @vxe-form-item-min-height-medium : 34px;
657
+ @vxe-form-item-min-height-small : 32px;
658
+ @vxe-form-item-min-height-mini : 30px;
659
+ @vxe-form-background-color : #fff;
660
+ @vxe-form-validate-error-color : @vxe-table-validate-error-color;
661
+ @vxe-form-validate-error-background-color : inherit;
662
+
663
+ /*select*/
664
+ @vxe-select-option-height-default : 30px;
665
+ @vxe-select-option-height-medium : 28px;
666
+ @vxe-select-option-height-small : 26px;
667
+ @vxe-select-option-height-mini : 24px;
668
+ @vxe-select-option-hover-background-color : #f5f7fa;
669
+ @vxe-select-panel-background-color : #fff;
670
+ @vxe-select-empty-color : #C0C4CC;
671
+ @vxe-optgroup-title-color : #909399;
672
+
673
+ /*switch*/
674
+ @vxe-switch-font-color : #fff;
675
+ @vxe-switch-icon-background-color : #fff;
676
+ @vxe-switch-open-background-color : @vxe-primary-color;
677
+ @vxe-switch-close-background-color : rgba(0, 0, 0, 0.35);
678
+ @vxe-switch-disabled-background-color : rgba(0, 0, 0, 0.15);
679
+
680
+ /*pulldown*/
681
+ @vxe-pulldown-panel-background-color : #fff;
682
+
683
+ @page-container-title-font-size :16px;
684
+
685
+ @content-header-bg-color : #fff;
686
+ @content-header-font-weight : 500;
687
+
688
+ /*indicator-card*/
689
+ @indicator-card-header-background : @component-background;
690
+ @indicator-card-header-color : @heading-color;
691
+ @indicator-card-header-background-color : transparent;
692
+
693
+
694
+
695
+
@@ -3,12 +3,40 @@ import themeGold from "./theme-gold";
3
3
  import themeLime from "./theme-lime";
4
4
  import themeOrange from "./theme-orange";
5
5
  import themeRed from "./theme-red";
6
-
7
-
6
+ import themeAtrovirens from "./theme-atrovirens"
7
+ import themeEap from "./theme-eap"
8
+ import themeBlue from "./theme-blue";
9
+ import themeDeep from "./theme-deep";
10
+ import themeBw from "./theme-bw";
11
+ import themeSichuan from "./theme-sichuan";
12
+ import themeBwt from "./theme-bwt";
13
+ import themeDanqing from "./theme-danqing";
14
+ import themeWhite from "./theme-white";
15
+ import themeCuiWei from "./theme-cuiwei";
16
+ import themeBwb from "./theme-bwb";
17
+ import themeCL from "./theme-canglan";
18
+ import themeBd from "./theme-bd";
19
+ import themeBl from "./theme-bl";
20
+ import themeB208 from "./theme-b208";
8
21
  export default [
9
22
  themeDefault,
10
23
  themeGold,
11
24
  themeLime,
12
25
  themeOrange,
13
- themeRed
14
- ]
26
+ themeRed,
27
+ themeAtrovirens,
28
+ themeEap,
29
+ themeBlue,
30
+ themeDeep,
31
+ themeBw,
32
+ themeSichuan,
33
+ themeBwt,
34
+ themeDanqing,
35
+ themeWhite,
36
+ themeCuiWei,
37
+ themeBwb,
38
+ themeCL,
39
+ themeBd,
40
+ themeBl,
41
+ themeB208
42
+ ]