@lambo-design/shared 1.0.0-beta.31 → 1.0.0-beta.310
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/config/config.js +20 -3
- package/config/index.js +7 -2
- package/config/locale.js +61 -0
- package/config/themes/atrovirens/atrovirens.css +589 -0
- package/config/themes/atrovirens/atrovirens.css.map +1 -0
- package/config/themes/atrovirens/atrovirens.less +680 -0
- package/config/themes/atrovirens/var.less +688 -0
- package/config/themes/blue/blue.css +589 -0
- package/config/themes/blue/blue.css.map +1 -0
- package/config/themes/blue/blue.less +683 -0
- package/config/themes/blue/var.less +691 -0
- package/config/themes/blue-white/blue-white.css +589 -0
- package/config/themes/blue-white/blue-white.css.map +1 -0
- package/config/themes/blue-white/blue-white.less +684 -0
- package/config/themes/blue-white/var.less +690 -0
- package/config/themes/blue-white-big/blue-white-big.css +589 -0
- package/config/themes/blue-white-big/blue-white-big.css.map +1 -0
- package/config/themes/blue-white-big/blue-white-big.less +684 -0
- package/config/themes/blue-white-big/var.less +690 -0
- package/config/themes/blue-white-tight/blue-white-tight.css +590 -0
- package/config/themes/blue-white-tight/blue-white-tight.css.map +1 -0
- package/config/themes/blue-white-tight/blue-white-tight.less +684 -0
- package/config/themes/blue-white-tight/var.less +692 -0
- package/config/themes/canglan/canglan.css +588 -0
- package/config/themes/canglan/canglan.css.map +1 -0
- package/config/themes/canglan/canglan.less +681 -0
- package/config/themes/canglan/var.less +692 -0
- package/config/themes/cuiwei/cuiwei.css +589 -0
- package/config/themes/cuiwei/cuiwei.css.map +1 -0
- package/config/themes/cuiwei/cuiwei.less +681 -0
- package/config/themes/cuiwei/var.less +690 -0
- package/config/themes/danqing/danqing.css +589 -0
- package/config/themes/danqing/danqing.css.map +1 -0
- package/config/themes/danqing/danqing.less +681 -0
- package/config/themes/danqing/danqing.wxss +576 -0
- package/config/themes/danqing/var.less +695 -0
- package/config/themes/deep/deep.css +589 -0
- package/config/themes/deep/deep.css.map +1 -0
- package/config/themes/deep/deep.less +681 -0
- package/config/themes/deep/var.less +693 -0
- package/config/themes/default/default.css +403 -57
- package/config/themes/default/default.css.map +1 -1
- package/config/themes/default/default.less +380 -16
- package/config/themes/default/var.less +389 -11
- package/config/themes/eap/eap.css +589 -0
- package/config/themes/eap/eap.css.map +1 -0
- package/config/themes/eap/eap.less +684 -0
- package/config/themes/eap/var.less +692 -0
- package/config/themes/gold/gold.css +589 -0
- package/config/themes/gold/gold.css.map +1 -0
- package/config/themes/gold/gold.less +684 -0
- package/config/themes/gold/var.less +385 -5
- package/config/themes/index.js +26 -4
- package/config/themes/lime/lime.css +589 -0
- package/config/themes/lime/lime.css.map +1 -0
- package/config/themes/lime/lime.less +684 -0
- package/config/themes/lime/var.less +384 -5
- package/config/themes/orange/orange.css +353 -7
- package/config/themes/orange/orange.css.map +1 -1
- package/config/themes/orange/orange.less +365 -0
- package/config/themes/orange/var.less +385 -5
- package/config/themes/red/red.css +353 -7
- package/config/themes/red/red.css.map +1 -1
- package/config/themes/red/red.less +365 -0
- package/config/themes/red/var.less +385 -5
- package/config/themes/sichuan/sichuan.css +589 -0
- package/config/themes/sichuan/sichuan.css.map +1 -0
- package/config/themes/sichuan/sichuan.less +684 -0
- package/config/themes/sichuan/var.less +690 -0
- package/config/themes/theme-atrovirens.js +571 -0
- package/config/themes/theme-blue.js +571 -0
- package/config/themes/theme-bw.js +571 -0
- package/config/themes/theme-bwb.js +571 -0
- package/config/themes/theme-bwt.js +572 -0
- package/config/themes/theme-canglan.js +573 -0
- package/config/themes/theme-cuiwei.js +573 -0
- package/config/themes/theme-danqing.js +574 -0
- package/config/themes/theme-deep.js +571 -0
- package/config/themes/theme-default.js +378 -60
- package/config/themes/theme-eap.js +571 -0
- package/config/themes/theme-gold.js +326 -8
- package/config/themes/theme-lime.js +326 -8
- package/config/themes/theme-orange.js +560 -29
- package/config/themes/theme-red.js +563 -33
- package/config/themes/theme-sichuan.js +571 -0
- package/config/themes/theme-white.js +571 -0
- package/config/themes/white/var.less +691 -0
- package/config/themes/white/white.css +589 -0
- package/config/themes/white/white.css.map +1 -0
- package/config/themes/white/white.less +684 -0
- package/directives/module/print.js +1 -0
- package/directives/module/vue-print-nb/README.md +63 -0
- package/directives/module/vue-print-nb/print.js +94 -0
- package/directives/module/vue-print-nb/printarea.js +532 -0
- package/index.js +7 -1
- package/nstyles/common.less +197 -0
- package/nstyles/components/404.less +46 -0
- package/nstyles/components/button.less +34 -0
- package/nstyles/components/date-picker.less +41 -0
- package/nstyles/components/drawer.less +20 -0
- package/nstyles/components/dropdown.less +18 -0
- package/nstyles/components/excel-flow.less +72 -0
- package/nstyles/components/form.less +313 -0
- package/nstyles/components/index.less +23 -0
- package/nstyles/components/layout/collect.less +10 -0
- package/nstyles/components/layout/detail-view.less +107 -0
- package/nstyles/components/layout/full-screen.less +7 -0
- package/nstyles/components/layout/index.less +7 -0
- package/nstyles/components/layout/other-menu.less +142 -0
- package/nstyles/components/layout/page-view.less +101 -0
- package/nstyles/components/layout/sider-trigger.less +41 -0
- package/nstyles/components/layout/tags-nav.less +113 -0
- package/nstyles/components/modal.less +90 -0
- package/nstyles/components/n-button.less +131 -0
- package/nstyles/components/n-image-preview.less +131 -0
- package/nstyles/components/n-model/index.less +19 -0
- package/nstyles/components/n-model/report-index.less +43 -0
- package/nstyles/components/n-panel.less +41 -0
- package/nstyles/components/n-picker.less +37 -0
- package/nstyles/components/n-sign.less +17 -0
- package/nstyles/components/n-tooltip.less +10 -0
- package/nstyles/components/panel.less +31 -0
- package/nstyles/components/select.less +3 -0
- package/nstyles/components/sign.less +27 -0
- package/nstyles/components/table.less +412 -0
- package/nstyles/components/tree.less +166 -0
- package/nstyles/components/upload.less +174 -0
- package/nstyles/index.less +5 -0
- package/nstyles/reset.less +73 -0
- package/nstyles/third/ag.less +206 -0
- package/nstyles/third/icons/sort-desc.svg +1 -0
- package/nstyles/third/icons/sort-up.svg +1 -0
- package/nstyles/third/icons/sorting.svg +1 -0
- package/nstyles/third/index.less +11 -0
- package/nstyles/third/view-design.less +378 -0
- package/nstyles/variables/base.less +143 -0
- package/nstyles/variables/index.less +4 -0
- package/nstyles/variables/theme/default/button.less +7 -0
- package/nstyles/variables/theme/default/common.less +60 -0
- package/nstyles/variables/theme/default/index.less +7 -0
- package/nstyles/variables/theme/default/layout.less +40 -0
- package/nstyles/variables/theme/default/table.less +37 -0
- package/nstyles/variables/theme/default/tag.less +3 -0
- package/nstyles/variables/theme/default/upload.less +3 -0
- package/nstyles/variables/theme/index.less +13 -0
- package/nstyles/variables/theme/lsv/button.less +7 -0
- package/nstyles/variables/theme/lsv/common.less +39 -0
- package/nstyles/variables/theme/lsv/index.less +5 -0
- package/nstyles/variables/theme/lsv/layout.less +21 -0
- package/nstyles/variables/theme/lsv/table.less +20 -0
- package/nstyles/variables/theme/lsv/tag.less +3 -0
- package/nstyles/variables/theme/small/button.less +7 -0
- package/nstyles/variables/theme/small/common.less +41 -0
- package/nstyles/variables/theme/small/index.less +5 -0
- package/nstyles/variables/theme/small/layout.less +21 -0
- package/nstyles/variables/theme/small/table.less +17 -0
- package/nstyles/variables/theme/small/tag.less +3 -0
- package/package.json +28 -7
- package/plugin/index.js +12 -0
- package/plugin/module/date-format.js +30 -0
- package/plugin/module/loading.js +26 -0
- package/plugin/module/warn-handler.js +11 -0
- package/styles/image/indicator-card-header.png +0 -0
- package/styles/image/inspur.png +0 -0
- package/styles/image/lan_navigator.png +0 -0
- package/styles/image/layout-header-bg-canglan.png +0 -0
- package/styles/image/layout-header-bg-cuiwei.png +0 -0
- package/styles/image/lv_navigator.png +0 -0
- package/utils/ajax/abort-controller.js +68 -0
- package/utils/ajax/cancel-token.js +69 -0
- package/utils/ajax/content-type.js +30 -0
- package/utils/ajax/headers.js +11 -0
- package/utils/ajax/interceptors.js +30 -5
- package/utils/ajax/sseFetchUtil.js +118 -0
- package/utils/ajax/throttle.js +46 -0
- package/utils/assist.js +155 -27
- package/utils/base64.js +126 -0
- package/utils/blob.js +47 -0
- package/utils/context-menu.js +65 -0
- package/utils/crypto/aes.js +23 -0
- package/utils/crypto/index.js +10 -0
- package/utils/crypto/rsa.js +23 -0
- package/utils/date.js +334 -305
- package/utils/dict/built-in-dict.js +20 -0
- package/utils/dict/index.js +191 -0
- package/utils/event.js +72 -0
- package/utils/excel.js +373 -241
- package/utils/file.js +19 -0
- package/utils/form/validate.js +29 -0
- package/utils/half-year.js +68 -0
- package/utils/index.js +37 -0
- package/utils/json.js +44 -0
- package/utils/locale/en-US.js +172 -0
- package/utils/locale/zh-CN.js +172 -0
- package/utils/lodop.js +5 -0
- package/utils/menu/index.js +292 -15
- package/utils/mime_type.js +67 -0
- package/utils/modelerUtil.js +4 -1
- package/utils/n/api.js +38 -0
- package/utils/n/date.js +57 -0
- package/utils/n/index.js +10 -0
- package/utils/n/is-type.js +176 -0
- package/utils/n/number.js +144 -0
- package/utils/n/permission-cache.js +11 -0
- package/utils/n/reuqest/axiosN.js +17 -0
- package/utils/n/reuqest/content-type.js +19 -0
- package/utils/n/reuqest/interceptors.js +95 -0
- package/utils/n/reuqest/url-params.js +12 -0
- package/utils/n/storage.js +51 -0
- package/utils/n/token.js +51 -0
- package/utils/n/user-cache.js +11 -0
- package/utils/n/user.js +34 -0
- package/utils/n/uuid.js +16 -0
- package/utils/n-generator-routers.js +208 -0
- package/utils/n-router.js +205 -0
- package/utils/n-theme.js +30 -0
- package/utils/number.js +72 -15
- package/utils/oss.js +57 -0
- package/utils/platform.js +824 -33
- package/utils/quarter.js +58 -0
- package/utils/storage.js +198 -0
- package/utils/style.js +24 -0
- package/utils/theme.js +98 -3
- package/utils/transfer-queue.js +7 -0
- package/utils/transform.js +205 -0
- package/utils/type.js +102 -0
- package/utils/util.js +795 -0
- package/utils/vForm.js +349 -0
- package/utils/validator.js +181 -0
- package/config/themes/gold/default.css +0 -243
- package/config/themes/gold/default.css.map +0 -1
- package/config/themes/gold/default.less +0 -320
- package/config/themes/lime/default.css +0 -243
- package/config/themes/lime/default.css.map +0 -1
- package/config/themes/lime/default.less +0 -320
|
@@ -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 :
|
|
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 : #
|
|
111
|
-
@menu-dark-active-bg : #
|
|
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 : #
|
|
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,50 @@
|
|
|
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-horizontal-line-height : 46px;
|
|
246
|
+
|
|
204
247
|
// Legend
|
|
205
|
-
@legend-color : #
|
|
248
|
+
@legend-color : #333333;
|
|
206
249
|
|
|
207
250
|
// Input
|
|
208
251
|
@input-height-base : 32px;
|
|
@@ -218,6 +261,8 @@
|
|
|
218
261
|
@input-color : @text-color;
|
|
219
262
|
@input-border-color : @border-color-base;
|
|
220
263
|
@input-border-color-tint-20 : tint(@input-border-color, 20%);
|
|
264
|
+
@input-border-radius : @btn-border-radius;
|
|
265
|
+
@input-border-radius-small : @btn-border-radius-small;
|
|
221
266
|
@input-bg : #fff;
|
|
222
267
|
@input-group-bg : #f8f8f9;
|
|
223
268
|
|
|
@@ -226,6 +271,7 @@
|
|
|
226
271
|
@input-hover-border-color-fade-20 : fade(@input-hover-border-color, 20%);
|
|
227
272
|
@input-focus-border-color : @primary-color;
|
|
228
273
|
@input-disabled-bg : #f3f3f3;
|
|
274
|
+
@input-disabled-color : #ccc;
|
|
229
275
|
|
|
230
276
|
// Tag
|
|
231
277
|
@tag-font-size : 12px;
|
|
@@ -312,3 +358,337 @@
|
|
|
312
358
|
@list-item-meta-margin-bottom: @padding-md;
|
|
313
359
|
@list-item-meta-avatar-margin-right: @padding-md;
|
|
314
360
|
@list-item-meta-title-margin-bottom: @padding-sm;
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
// Table
|
|
364
|
+
@table-border-style-base : solid; // style of a table border
|
|
365
|
+
@table-header-color : @text-color;
|
|
366
|
+
@table-header-font-weight : bold;
|
|
367
|
+
@table-header-padding-horizontal : 8px;
|
|
368
|
+
@table-header-padding-vertical : 0;
|
|
369
|
+
@table-cell-height : 48px;
|
|
370
|
+
@table-cell-white-space : normal;
|
|
371
|
+
@table-cell-padding-left : 9px;
|
|
372
|
+
@table-cell-padding-right : 9px;
|
|
373
|
+
@table-header-text-align : left;
|
|
374
|
+
@table-data-text-align : left;
|
|
375
|
+
@table-border-color-base : #dcdee2;
|
|
376
|
+
@table-border-bottom-color-base : #e8eaec;
|
|
377
|
+
@table-border-width-base : 1px;
|
|
378
|
+
|
|
379
|
+
// Select-DropDown
|
|
380
|
+
@select-dropdown-max-height : 400px;
|
|
381
|
+
@tab-card-bg : @table-thead-bg;
|
|
382
|
+
|
|
383
|
+
// Tab
|
|
384
|
+
@tab-card-bg : @table-thead-bg;
|
|
385
|
+
|
|
386
|
+
@form-item-label-font-weight : normal;
|
|
387
|
+
@form-item-label-text-color : fade(#000, 85%);
|
|
388
|
+
@form-item-detail-bg-color : #fff;
|
|
389
|
+
@form-item-error-tip-top : 100%;
|
|
390
|
+
@form-item-tip-font-size : @font-size-base;
|
|
391
|
+
|
|
392
|
+
@input-wrapper-width : 95%;
|
|
393
|
+
@select-width : 95%;
|
|
394
|
+
@date-picker-width : 95%;
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
/*
|
|
400
|
+
vxe-table
|
|
401
|
+
*/
|
|
402
|
+
/*font*/
|
|
403
|
+
@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;
|
|
404
|
+
@vxe-font-size : @font-size-base;
|
|
405
|
+
@vxe-font-size-medium : @font-size-base;
|
|
406
|
+
@vxe-font-size-small : @font-size-base - 1px;
|
|
407
|
+
@vxe-font-size-mini : @font-size-base - 2px;
|
|
408
|
+
|
|
409
|
+
/*size*/
|
|
410
|
+
@vxe-border-radius : @border-radius-base;
|
|
411
|
+
@vxe-border-width : @border-width-base;
|
|
412
|
+
@vxe-border-style : @border-style-base;
|
|
413
|
+
@vxe-border-color : @border-color-base;
|
|
414
|
+
|
|
415
|
+
/*icon*/
|
|
416
|
+
@vxe-icon-font-family : Verdana, Arial, Tahoma;
|
|
417
|
+
@vxe-icon-background-color : #fff;
|
|
418
|
+
|
|
419
|
+
/*color*/
|
|
420
|
+
@vxe-font-color : @text-color;
|
|
421
|
+
@vxe-primary-color : @primary-color;
|
|
422
|
+
@vxe-success-color : @success-color;
|
|
423
|
+
@vxe-info-color : @info-color;
|
|
424
|
+
@vxe-warning-color : @warning-color;
|
|
425
|
+
@vxe-danger-color : @error-color;
|
|
426
|
+
|
|
427
|
+
@vxe-font-lighten-color : lighten(@vxe-font-color, 10%);
|
|
428
|
+
@vxe-font-lighten-color-20 : lighten(@vxe-font-color, 20%);
|
|
429
|
+
@vxe-primary-lighten-color : lighten(@vxe-primary-color, 10%);
|
|
430
|
+
@vxe-success-lighten-color : lighten(@vxe-success-color, 10%);
|
|
431
|
+
@vxe-info-lighten-color : lighten(@vxe-info-color, 10%);
|
|
432
|
+
@vxe-warning-lighten-color : lighten(@vxe-warning-color, 10%);
|
|
433
|
+
@vxe-danger-lighten-color : lighten(@vxe-danger-color, 10%);
|
|
434
|
+
|
|
435
|
+
@vxe-font-darken-color : darken(@vxe-font-color, 10%);
|
|
436
|
+
@vxe-primary-darken-color : darken(@vxe-primary-color, 10%);
|
|
437
|
+
@vxe-success-darken-color : darken(@vxe-success-color, 10%);
|
|
438
|
+
@vxe-info-darken-color : darken(@vxe-info-color, 10%);
|
|
439
|
+
@vxe-warning-darken-color : darken(@vxe-warning-color, 10%);
|
|
440
|
+
@vxe-danger-darken-color : darken(@vxe-danger-color, 10%);
|
|
441
|
+
|
|
442
|
+
@vxe-font-disabled-color : @btn-disable-color;
|
|
443
|
+
@vxe-primary-disabled-color : lighten(@vxe-primary-color, 20%);
|
|
444
|
+
@vxe-success-disabled-color : lighten(@vxe-success-color, 20%);
|
|
445
|
+
@vxe-info-disabled-color : lighten(@vxe-info-color, 20%);
|
|
446
|
+
@vxe-warning-disabled-color : lighten(@vxe-warning-color, 20%);
|
|
447
|
+
@vxe-danger-disabled-color : lighten(@vxe-danger-color, 20%);
|
|
448
|
+
|
|
449
|
+
/*input/radio/checkbox*/
|
|
450
|
+
@vxe-input-border-color : @input-border-color;
|
|
451
|
+
@vxe-input-disabled-color : @btn-disable-color;
|
|
452
|
+
@vxe-input-disabled-background-color : @input-disabled-bg;
|
|
453
|
+
@vxe-input-placeholder-color : @input-placeholder-color;
|
|
454
|
+
|
|
455
|
+
/*popup*/
|
|
456
|
+
@vxe-table-popup-border-color : @border-color-base;
|
|
457
|
+
|
|
458
|
+
/*table*/
|
|
459
|
+
@vxe-table-font-color : @vxe-font-color;
|
|
460
|
+
@vxe-table-font-lighten-color-20 : @vxe-font-lighten-color-20;
|
|
461
|
+
@vxe-table-header-font-color : @table-header-color;
|
|
462
|
+
@vxe-table-footer-font-color : @vxe-font-color;
|
|
463
|
+
@vxe-table-border-radius : @vxe-border-radius;
|
|
464
|
+
@vxe-table-border-width : @border-width-base;
|
|
465
|
+
@vxe-table-border-style : @table-border-style-base;
|
|
466
|
+
@vxe-table-border-color : @border-color-base;
|
|
467
|
+
@vxe-table-resizable-line-color : @border-color-split;
|
|
468
|
+
@vxe-table-resizable-drag-line-color : @vxe-primary-color;
|
|
469
|
+
@vxe-table-header-background-color : @table-thead-bg;
|
|
470
|
+
@vxe-table-body-background-color : @body-background;
|
|
471
|
+
@vxe-table-footer-background-color : @body-background;
|
|
472
|
+
@vxe-table-tree-node-line-color : #909399;
|
|
473
|
+
@vxe-table-tree-node-line-style : dotted;
|
|
474
|
+
@vxe-table-header-font-weight : @table-header-font-weight;
|
|
475
|
+
@vxe-table-border-bottom-width : 0;
|
|
476
|
+
|
|
477
|
+
@vxe-table-row-height-default : @table-cell-height;
|
|
478
|
+
@vxe-table-row-height-medium : @table-cell-height - 4px;
|
|
479
|
+
@vxe-table-row-height-small : @table-cell-height - 8px;
|
|
480
|
+
@vxe-table-row-height-mini : @table-cell-height - 12px;
|
|
481
|
+
@vxe-table-row-line-height : @line-height-base;
|
|
482
|
+
@vxe-table-row-hover-background-color : @table-td-hover-bg;
|
|
483
|
+
@vxe-table-row-striped-background-color : @table-td-stripe-bg;
|
|
484
|
+
@vxe-table-row-hover-striped-background-color : @table-td-hover-bg;
|
|
485
|
+
@vxe-table-row-radio-checked-background-color : @table-td-highlight-bg;
|
|
486
|
+
@vxe-table-row-hover-radio-checked-background-color : @table-td-hover-bg;
|
|
487
|
+
@vxe-table-row-checkbox-checked-background-color : @table-td-highlight-bg;
|
|
488
|
+
@vxe-table-row-hover-checkbox-checked-background-color : @table-td-hover-bg;
|
|
489
|
+
@vxe-table-row-current-background-color : @table-td-highlight-bg;
|
|
490
|
+
@vxe-table-row-hover-current-background-color : @table-td-hover-bg;
|
|
491
|
+
|
|
492
|
+
@vxe-table-column-padding-default : @table-header-padding-horizontal @table-header-padding-vertical;
|
|
493
|
+
@vxe-table-column-padding-medium : @table-header-padding-horizontal - 2px @table-header-padding-vertical;
|
|
494
|
+
@vxe-table-column-padding-small : @table-header-padding-horizontal - 4px @table-header-padding-vertical;
|
|
495
|
+
@vxe-table-column-padding-mini : @table-header-padding-horizontal - 6px @table-header-padding-vertical;
|
|
496
|
+
@vxe-table-column-hover-background-color : @table-td-hover-bg;
|
|
497
|
+
@vxe-table-column-current-background-color : @table-td-highlight-bg;
|
|
498
|
+
@vxe-table-column-icon-border-color : #c0c4cc;
|
|
499
|
+
@vxe-table-column-icon-border-hover-color : #515A6E;
|
|
500
|
+
@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);
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
@vxe-table-cell-placeholder-color : @input-placeholder-color;
|
|
504
|
+
@vxe-table-cell-padding-left : @table-cell-padding-left;
|
|
505
|
+
@vxe-table-cell-padding-right : @table-cell-padding-right;
|
|
506
|
+
@vxe-table-cell-input-height-default : @vxe-table-row-height-default - 6px;
|
|
507
|
+
@vxe-table-cell-input-height-medium : @vxe-table-row-height-medium - 6px;
|
|
508
|
+
@vxe-table-cell-input-height-small : @vxe-table-row-height-small - 6px;
|
|
509
|
+
@vxe-table-cell-input-height-mini : @vxe-table-row-height-mini - 6px;
|
|
510
|
+
@vxe-table-cell-dirty-width : 5px;
|
|
511
|
+
@vxe-table-cell-dirty-update-color : #f56c6c;
|
|
512
|
+
@vxe-table-cell-dirty-insert-color : #19A15F;
|
|
513
|
+
@vxe-table-cell-area-border-color : @vxe-primary-color;
|
|
514
|
+
@vxe-table-cell-area-border-width : 1px;
|
|
515
|
+
@vxe-table-cell-main-area-extension-border-color : #fff;
|
|
516
|
+
@vxe-table-cell-main-area-extension-background-color : @vxe-primary-color;
|
|
517
|
+
@vxe-table-cell-extend-area-border-width : 2px;
|
|
518
|
+
@vxe-table-cell-copy-area-border-width : 3px;
|
|
519
|
+
@vxe-table-cell-active-area-border-width : 2px;
|
|
520
|
+
@vxe-table-cell-copy-area-border-color : @vxe-table-cell-area-border-color;
|
|
521
|
+
@vxe-table-cell-extend-area-border-color : @vxe-table-cell-area-border-color;
|
|
522
|
+
@vxe-table-cell-active-area-border-color : @vxe-table-cell-area-border-color;
|
|
523
|
+
@vxe-table-cell-area-background-color : rgba(64, 158, 255, 0.2);
|
|
524
|
+
|
|
525
|
+
@vxe-table-checkbox-range-border-width : 1px;
|
|
526
|
+
@vxe-table-checkbox-range-border-color : #006af1;
|
|
527
|
+
@vxe-table-checkbox-range-background-color : rgba(50, 128, 252, 0.2);
|
|
528
|
+
|
|
529
|
+
@vxe-table-fixed-left-scrolling-box-shadow : 8px 0px 10px -5px rgba(0, 0, 0, 0.12);
|
|
530
|
+
@vxe-table-fixed-right-scrolling-box-shadow : -8px 0px 10px -5px rgba(0, 0, 0, 0.12);
|
|
531
|
+
|
|
532
|
+
/*filter*/
|
|
533
|
+
@vxe-table-filter-panel-background-color : #fff;
|
|
534
|
+
|
|
535
|
+
/*menu*/
|
|
536
|
+
@vxe-table-menu-item-width : 178px;
|
|
537
|
+
@vxe-table-menu-background-color : #fff;
|
|
538
|
+
|
|
539
|
+
/*loading*/
|
|
540
|
+
@vxe-loading-color : @vxe-primary-color;
|
|
541
|
+
@vxe-loading-background-color : rgba(255, 255, 255, 0.5);
|
|
542
|
+
@vxe-loading-z-index : 999;
|
|
543
|
+
|
|
544
|
+
/*validate*/
|
|
545
|
+
@vxe-table-validate-error-color : #f56c6c;
|
|
546
|
+
@vxe-table-validate-tooltip-error-color : #fff;
|
|
547
|
+
@vxe-table-validate-tooltip-error-background-color : @vxe-table-validate-error-color;
|
|
548
|
+
|
|
549
|
+
/*grid*/
|
|
550
|
+
@vxe-grid-maximize-background-color : #fff;
|
|
551
|
+
|
|
552
|
+
/*toolbar*/
|
|
553
|
+
@vxe-toolbar-background-color : #fff;
|
|
554
|
+
@vxe-toolbar-custom-active-background-color : #D9DADB;
|
|
555
|
+
@vxe-toolbar-panel-background-color : #fff;
|
|
556
|
+
|
|
557
|
+
/*tooltip*/
|
|
558
|
+
@vxe-tooltip-dark-color : #fff;
|
|
559
|
+
@vxe-tooltip-dark-background-color : #303133;
|
|
560
|
+
@vxe-tooltip-light-background-color : #fff;
|
|
561
|
+
|
|
562
|
+
/*pager*/
|
|
563
|
+
@vxe-pager-background-color : #fff;
|
|
564
|
+
@vxe-pager-perfect-background-color : #fff;
|
|
565
|
+
@vxe-pager-perfect-button-background-color : #f4f4f5;
|
|
566
|
+
|
|
567
|
+
/*modal*/
|
|
568
|
+
@vxe-modal-header-background-color : #F8F8F8;
|
|
569
|
+
@vxe-modal-body-background-color : #fff;
|
|
570
|
+
@vxe-modal-border-color : #ebeef5;
|
|
571
|
+
|
|
572
|
+
/*checkbox*/
|
|
573
|
+
@vxe-checkbox-font-size-default : 15px;
|
|
574
|
+
@vxe-checkbox-font-size-medium : 14px;
|
|
575
|
+
@vxe-checkbox-font-size-small : 13px;
|
|
576
|
+
@vxe-checkbox-font-size-mini : 12px;
|
|
577
|
+
@vxe-checkbox-checked-width : 0.32em;
|
|
578
|
+
@vxe-checkbox-checked-height : 0.64em;
|
|
579
|
+
@vxe-checkbox-indeterminate-width : 0.6em;
|
|
580
|
+
@vxe-checkbox-indeterminate-height : 2px;
|
|
581
|
+
@vxe-checkbox-border-width : 2px;
|
|
582
|
+
@vxe-checkbox-border-radius : 2px;
|
|
583
|
+
@vxe-checkbox-icon-background-color : #fff;
|
|
584
|
+
@vxe-checkbox-checked-icon-border-color : #fff;
|
|
585
|
+
@vxe-checkbox-indeterminate-icon-background-color : #fff;
|
|
586
|
+
|
|
587
|
+
/*radio*/
|
|
588
|
+
@vxe-radio-font-size-default : @vxe-checkbox-font-size-default;
|
|
589
|
+
@vxe-radio-font-size-medium : @vxe-checkbox-font-size-medium;
|
|
590
|
+
@vxe-radio-font-size-small : @vxe-checkbox-font-size-small;
|
|
591
|
+
@vxe-radio-font-size-mini : @vxe-checkbox-font-size-mini;
|
|
592
|
+
@vxe-radio-border-width : @vxe-checkbox-border-width;
|
|
593
|
+
@vxe-radio-icon-background-color : #fff;
|
|
594
|
+
@vxe-radio-checked-icon-background-color : #fff;
|
|
595
|
+
@vxe-radio-indeterminate-icon-background-color : #fff;
|
|
596
|
+
@vxe-radio-button-default-background-color : #fff;
|
|
597
|
+
|
|
598
|
+
/*button*/
|
|
599
|
+
@vxe-button-max-width : 500px;
|
|
600
|
+
@vxe-button-default-background-color : #fff;
|
|
601
|
+
@vxe-button-dropdown-panel-background-color : #fff;
|
|
602
|
+
@vxe-button-height-default : 34px;
|
|
603
|
+
@vxe-button-height-medium : 32px;
|
|
604
|
+
@vxe-button-height-small : 30px;
|
|
605
|
+
@vxe-button-height-mini : 28px;
|
|
606
|
+
@vxe-button-round-border-radius-default : 17px;
|
|
607
|
+
@vxe-button-round-border-radius-medium : 16px;
|
|
608
|
+
@vxe-button-round-border-radius-small : 15px;
|
|
609
|
+
@vxe-button-round-border-radius-mini : 14px;
|
|
610
|
+
|
|
611
|
+
/*input*/
|
|
612
|
+
@vxe-input-background-color : #fff;
|
|
613
|
+
@vxe-input-panel-background-color : @vxe-input-background-color;
|
|
614
|
+
@vxe-input-number-disabled-color : #e4e7ed;
|
|
615
|
+
@vxe-input-date-festival-color : #999999;
|
|
616
|
+
@vxe-input-date-festival-important-color : @vxe-primary-color;
|
|
617
|
+
@vxe-input-date-notice-background-color : #FF0000;
|
|
618
|
+
@vxe-input-date-picker-hover-background-color : #f2f6fc;
|
|
619
|
+
@vxe-input-date-picker-selected-color : #fff;
|
|
620
|
+
@vxe-input-date-time-confirm-button-color : #fff;
|
|
621
|
+
@vxe-input-date-picker-festival-selected-color : @vxe-input-date-picker-selected-color;
|
|
622
|
+
@vxe-input-date-picker-notice-selected-background-color : @vxe-input-date-picker-selected-color;
|
|
623
|
+
@vxe-input-date-extra-color : #67c23a;
|
|
624
|
+
@vxe-input-date-extra-important-color : #fd2222;
|
|
625
|
+
@vxe-input-date-title-height-default : 30px;
|
|
626
|
+
@vxe-input-date-title-height-medium : 29px;
|
|
627
|
+
@vxe-input-date-title-height-small : 28px;
|
|
628
|
+
@vxe-input-date-title-height-mini : 26px;
|
|
629
|
+
@vxe-input-date-time-week-row-height-default : 38px;
|
|
630
|
+
@vxe-input-date-time-week-row-height-medium : 36px;
|
|
631
|
+
@vxe-input-date-time-week-row-height-small : 34px;
|
|
632
|
+
@vxe-input-date-time-week-row-height-mini : 32px;
|
|
633
|
+
@vxe-input-date-month-year-row-height-default : 48px;
|
|
634
|
+
@vxe-input-date-month-year-row-height-medium : 46px;
|
|
635
|
+
@vxe-input-date-month-year-row-height-small : 44px;
|
|
636
|
+
@vxe-input-date-month-year-row-height-mini : 42px;
|
|
637
|
+
@vxe-input-date-quarter-row-height-default : 60px;
|
|
638
|
+
@vxe-input-date-quarter-row-height-medium : 58px;
|
|
639
|
+
@vxe-input-date-quarter-row-height-small : 56px;
|
|
640
|
+
@vxe-input-date-quarter-row-height-mini : 54px;
|
|
641
|
+
@vxe-input-height-default : @vxe-button-height-default;
|
|
642
|
+
@vxe-input-height-medium : @vxe-button-height-medium;
|
|
643
|
+
@vxe-input-height-small : @vxe-button-height-small;
|
|
644
|
+
@vxe-input-height-mini : @vxe-button-height-mini;
|
|
645
|
+
@vxe-input-count-color : #999;
|
|
646
|
+
@vxe-input-count-background-color : #fff;
|
|
647
|
+
@vxe-input-count-error-color : @vxe-table-validate-error-color;
|
|
648
|
+
|
|
649
|
+
/*textarea*/
|
|
650
|
+
@vxe-textarea-line-height : 1.5715;
|
|
651
|
+
@vxe-textarea-background-color : #fff;
|
|
652
|
+
|
|
653
|
+
/*form*/
|
|
654
|
+
@vxe-form-item-min-height-default : 36px;
|
|
655
|
+
@vxe-form-item-min-height-medium : 34px;
|
|
656
|
+
@vxe-form-item-min-height-small : 32px;
|
|
657
|
+
@vxe-form-item-min-height-mini : 30px;
|
|
658
|
+
@vxe-form-background-color : #fff;
|
|
659
|
+
@vxe-form-validate-error-color : @vxe-table-validate-error-color;
|
|
660
|
+
@vxe-form-validate-error-background-color : inherit;
|
|
661
|
+
|
|
662
|
+
/*select*/
|
|
663
|
+
@vxe-select-option-height-default : 30px;
|
|
664
|
+
@vxe-select-option-height-medium : 28px;
|
|
665
|
+
@vxe-select-option-height-small : 26px;
|
|
666
|
+
@vxe-select-option-height-mini : 24px;
|
|
667
|
+
@vxe-select-option-hover-background-color : #f5f7fa;
|
|
668
|
+
@vxe-select-panel-background-color : #fff;
|
|
669
|
+
@vxe-select-empty-color : #C0C4CC;
|
|
670
|
+
@vxe-optgroup-title-color : #909399;
|
|
671
|
+
|
|
672
|
+
/*switch*/
|
|
673
|
+
@vxe-switch-font-color : #fff;
|
|
674
|
+
@vxe-switch-icon-background-color : #fff;
|
|
675
|
+
@vxe-switch-open-background-color : @vxe-primary-color;
|
|
676
|
+
@vxe-switch-close-background-color : rgba(0, 0, 0, 0.35);
|
|
677
|
+
@vxe-switch-disabled-background-color : rgba(0, 0, 0, 0.15);
|
|
678
|
+
|
|
679
|
+
/*pulldown*/
|
|
680
|
+
@vxe-pulldown-panel-background-color : #fff;
|
|
681
|
+
|
|
682
|
+
@page-container-title-font-size :16px;
|
|
683
|
+
|
|
684
|
+
@content-header-bg-color : #fff;
|
|
685
|
+
@content-header-font-weight : 500;
|
|
686
|
+
|
|
687
|
+
/*indicator-card*/
|
|
688
|
+
@indicator-card-header-background : @component-background;
|
|
689
|
+
@indicator-card-header-color : @heading-color;
|
|
690
|
+
@indicator-card-header-background-color : transparent;
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
|
package/config/themes/index.js
CHANGED
|
@@ -3,12 +3,34 @@ 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";
|
|
8
18
|
export default [
|
|
9
19
|
themeDefault,
|
|
10
20
|
themeGold,
|
|
11
21
|
themeLime,
|
|
12
22
|
themeOrange,
|
|
13
|
-
themeRed
|
|
14
|
-
|
|
23
|
+
themeRed,
|
|
24
|
+
themeAtrovirens,
|
|
25
|
+
themeEap,
|
|
26
|
+
themeBlue,
|
|
27
|
+
themeDeep,
|
|
28
|
+
themeBw,
|
|
29
|
+
themeSichuan,
|
|
30
|
+
themeBwt,
|
|
31
|
+
themeDanqing,
|
|
32
|
+
themeWhite,
|
|
33
|
+
themeCuiWei,
|
|
34
|
+
themeBwb,
|
|
35
|
+
themeCL
|
|
36
|
+
]
|