@lambo-design/shared 1.0.0-beta.26 → 1.0.0-beta.261
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 +17 -2
- package/config/index.js +7 -2
- package/config/themes/atrovirens/atrovirens.css +578 -0
- package/config/themes/atrovirens/atrovirens.css.map +1 -0
- package/config/themes/atrovirens/atrovirens.less +670 -0
- package/config/themes/atrovirens/var.less +677 -0
- package/config/themes/blue/blue.css +578 -0
- package/config/themes/blue/blue.css.map +1 -0
- package/config/themes/blue/blue.less +672 -0
- package/config/themes/blue/var.less +680 -0
- package/config/themes/blue-white/blue-white.css +582 -0
- package/config/themes/blue-white/blue-white.css.map +1 -0
- package/config/themes/blue-white/blue-white.less +672 -0
- package/config/themes/blue-white/var.less +679 -0
- package/config/themes/blue-white-tight/blue-white-tight.css +579 -0
- package/config/themes/blue-white-tight/blue-white-tight.css.map +1 -0
- package/config/themes/blue-white-tight/blue-white-tight.less +674 -0
- package/config/themes/blue-white-tight/var.less +680 -0
- package/config/themes/cuiwei/cuiwei.css +578 -0
- package/config/themes/cuiwei/cuiwei.css.map +10 -0
- package/config/themes/cuiwei/cuiwei.less +671 -0
- package/config/themes/cuiwei/var.less +682 -0
- package/config/themes/danqing/danqing.css +578 -0
- package/config/themes/danqing/danqing.css.map +1 -0
- package/config/themes/danqing/danqing.less +671 -0
- package/config/themes/danqing/danqing.wxss +576 -0
- package/config/themes/danqing/var.less +682 -0
- package/config/themes/deep/deep.css +578 -0
- package/config/themes/deep/deep.css.map +1 -0
- package/config/themes/deep/deep.less +672 -0
- package/config/themes/deep/var.less +680 -0
- package/config/themes/default/default.css +578 -243
- package/config/themes/default/default.css.map +1 -1
- package/config/themes/default/default.less +370 -16
- package/config/themes/default/var.less +377 -11
- package/config/themes/eap/eap.css +578 -0
- package/config/themes/eap/eap.css.map +1 -0
- package/config/themes/eap/eap.less +674 -0
- package/config/themes/eap/var.less +680 -0
- package/config/themes/gold/gold.css +578 -0
- package/config/themes/gold/gold.css.map +1 -0
- package/config/themes/gold/gold.less +674 -0
- package/config/themes/gold/var.less +371 -5
- package/config/themes/index.js +20 -3
- package/config/themes/lime/lime.css +578 -0
- package/config/themes/lime/lime.css.map +1 -0
- package/config/themes/lime/lime.less +674 -0
- package/config/themes/lime/var.less +372 -5
- package/config/themes/orange/orange.css +578 -243
- package/config/themes/orange/orange.css.map +1 -1
- package/config/themes/orange/orange.less +354 -0
- package/config/themes/orange/var.less +372 -5
- package/config/themes/red/red.css +578 -243
- package/config/themes/red/red.css.map +1 -1
- package/config/themes/red/red.less +354 -0
- package/config/themes/red/var.less +371 -5
- package/config/themes/theme-atrovirens.js +561 -0
- package/config/themes/theme-blue.js +561 -0
- package/config/themes/theme-bw.js +565 -0
- package/config/themes/theme-bwt.js +563 -0
- package/config/themes/theme-cuiwei.js +562 -0
- package/config/themes/theme-danqing.js +566 -0
- package/config/themes/theme-deep.js +561 -0
- package/config/themes/theme-default.js +367 -59
- package/config/themes/theme-eap.js +561 -0
- package/config/themes/theme-gold.js +315 -7
- package/config/themes/theme-lime.js +315 -7
- package/config/themes/theme-orange.js +549 -28
- package/config/themes/theme-red.js +553 -33
- package/config/themes/theme-white.js +561 -0
- package/config/themes/white/var.less +679 -0
- package/config/themes/white/white.css +578 -0
- package/config/themes/white/white.css.map +1 -0
- package/config/themes/white/white.less +672 -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 +37 -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 +315 -0
- package/nstyles/components/tree.less +159 -0
- package/nstyles/components/upload.less +164 -0
- package/nstyles/index.less +5 -0
- package/nstyles/reset.less +73 -0
- package/nstyles/third/ag.less +174 -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 +375 -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 +57 -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 +39 -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 +27 -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/inspur.png +0 -0
- package/styles/image/lan_navigator.png +0 -0
- package/styles/image/layout-header-bg-cuiwei.png +0 -0
- package/styles/image/lv_navigator.png +0 -0
- package/utils/ajax/content-type.js +30 -0
- package/utils/ajax/headers.js +11 -0
- package/utils/ajax/interceptors.js +12 -4
- package/utils/ajax/sseFetchUtil.js +104 -0
- package/utils/assist.js +108 -27
- package/utils/base64.js +126 -0
- package/utils/blob.js +47 -0
- package/utils/crypto/index.js +10 -0
- package/utils/date.js +334 -305
- package/utils/dict/built-in-dict.js +20 -0
- package/utils/dict/index.js +168 -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 +29 -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 +22 -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 +812 -23
- 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
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
.ind-sider-trigger {
|
|
2
|
+
display: flex;
|
|
3
|
+
justify-content: space-between;
|
|
4
|
+
align-items: center;
|
|
5
|
+
padding: 6px;
|
|
6
|
+
width: 100%;
|
|
7
|
+
height: 50px;
|
|
8
|
+
color: var(--ind-text-color);
|
|
9
|
+
background: #fff;
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
box-sizing: border-box;
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
|
|
14
|
+
.title {
|
|
15
|
+
margin-left: 10px;
|
|
16
|
+
height: 32px;
|
|
17
|
+
line-height: 32px;
|
|
18
|
+
font-size: 16px;
|
|
19
|
+
width: 100%;
|
|
20
|
+
font-weight: bold;
|
|
21
|
+
overflow: hidden;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.trans {
|
|
25
|
+
transition: transform 0.2s ease;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
i {
|
|
29
|
+
.trans;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&.collapsed {
|
|
33
|
+
justify-content: center;
|
|
34
|
+
transition: width 0.2s ease-in-out;
|
|
35
|
+
|
|
36
|
+
i {
|
|
37
|
+
transform: rotateZ(90deg);
|
|
38
|
+
.trans;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
@nav-height: 44px;
|
|
2
|
+
@nav-padding: 6px 0;
|
|
3
|
+
@nav-margin: 0 10px;
|
|
4
|
+
|
|
5
|
+
.ind-tags-nav {
|
|
6
|
+
position: relative;
|
|
7
|
+
padding: @nav-padding;
|
|
8
|
+
margin: @nav-margin;
|
|
9
|
+
height: 44px;
|
|
10
|
+
width: calc(100% - 20px);
|
|
11
|
+
border-top: 1px solid var(--ind-border-color);
|
|
12
|
+
border-bottom: 1px solid var(--ind-border-color);
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
user-select: none;
|
|
15
|
+
|
|
16
|
+
.ind-tags-nav-content {
|
|
17
|
+
display: flex;
|
|
18
|
+
justify-content: space-between;
|
|
19
|
+
align-items: center;
|
|
20
|
+
height: 100%;
|
|
21
|
+
|
|
22
|
+
.btn-con {
|
|
23
|
+
height: 100%;
|
|
24
|
+
flex-shrink: 0;
|
|
25
|
+
box-sizing: border-box;
|
|
26
|
+
z-index: 10;
|
|
27
|
+
|
|
28
|
+
button {
|
|
29
|
+
height: 100%;
|
|
30
|
+
padding: 2px 4px;
|
|
31
|
+
line-height: 1;
|
|
32
|
+
text-align: center;
|
|
33
|
+
background: #fff;
|
|
34
|
+
box-sizing: border-box;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.ivu-tag {
|
|
40
|
+
height: 30px;
|
|
41
|
+
line-height: 30px;
|
|
42
|
+
background: white;
|
|
43
|
+
margin: 0 5px 0 0;
|
|
44
|
+
border: none;
|
|
45
|
+
cursor: pointer;
|
|
46
|
+
|
|
47
|
+
&.ivu-tag-primary {
|
|
48
|
+
color: var(--ind-primary-color) !important;
|
|
49
|
+
.ivu-tag-color-white {
|
|
50
|
+
color: var(--ind-primary-color) !important;
|
|
51
|
+
font-weight: var(--ind-font-weight-bold);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.ivu-tag-text {
|
|
56
|
+
font-size: var(--ind-font-size-md);
|
|
57
|
+
color: var(--ind-text-color);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.ivu-icon-ios-close {
|
|
61
|
+
color: #666 !important;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
.ivu-btn-text:hover {
|
|
65
|
+
background: none;
|
|
66
|
+
color: var(--ind-text-color);
|
|
67
|
+
}
|
|
68
|
+
.ivu-btn-text {
|
|
69
|
+
color: var(--ind-text-color);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.scroll-outer {
|
|
73
|
+
position: relative;
|
|
74
|
+
width: 100%;
|
|
75
|
+
height: 100%;
|
|
76
|
+
overflow: hidden;
|
|
77
|
+
|
|
78
|
+
.scroll-body {
|
|
79
|
+
position: absolute;
|
|
80
|
+
display: inline-block;
|
|
81
|
+
padding: 1px 4px 0;
|
|
82
|
+
height: ~'calc(100% - 1px)';
|
|
83
|
+
overflow: visible;
|
|
84
|
+
white-space: nowrap;
|
|
85
|
+
transition: left 0.3s ease;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.contextmenu {
|
|
90
|
+
position: absolute;
|
|
91
|
+
margin: 0;
|
|
92
|
+
padding: 5px 0;
|
|
93
|
+
background: #fff;
|
|
94
|
+
z-index: 1000;
|
|
95
|
+
list-style-type: none;
|
|
96
|
+
border-radius: 4px;
|
|
97
|
+
box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
|
|
98
|
+
li {
|
|
99
|
+
margin: 0;
|
|
100
|
+
padding: 5px 15px;
|
|
101
|
+
cursor: pointer;
|
|
102
|
+
&:hover {
|
|
103
|
+
background: #eee;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.ivu-tag-primary.ivu-tag-dot {
|
|
109
|
+
.ivu-tag-dot-inner {
|
|
110
|
+
background-color: var(--ind-primary-color);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--modal-top-height: 10px;
|
|
3
|
+
--modal-header-height: 52px;
|
|
4
|
+
--modal-footer-height: 57px;
|
|
5
|
+
|
|
6
|
+
--modal-other-height: calc(
|
|
7
|
+
var(--modal-top-height) + var(--modal-header-height) + var(--modal-footer-height)
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.ibp-mode {
|
|
12
|
+
--modal-top-height: 10px;
|
|
13
|
+
// 改了css变量,用到它的需要重新定义。。。
|
|
14
|
+
--modal-other-height: calc(
|
|
15
|
+
var(--modal-top-height) + var(--modal-header-height) + var(--modal-footer-height)
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.ind-modal {
|
|
20
|
+
.ivu-modal {
|
|
21
|
+
top: var(--modal-top-height);
|
|
22
|
+
}
|
|
23
|
+
.ivu-modal-fullscreen {
|
|
24
|
+
top: 0;
|
|
25
|
+
}
|
|
26
|
+
.ivu-modal:not(.ivu-modal-fullscreen) {
|
|
27
|
+
.ivu-modal-body {
|
|
28
|
+
max-height: calc(100vh - var(--modal-other-height));
|
|
29
|
+
overflow: auto;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ivu-modal-footer {
|
|
33
|
+
button + button {
|
|
34
|
+
margin-left: 0;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
.ivu-modal.ivu-modal-fullscreen {
|
|
39
|
+
.ivu-modal-close .ivu-icon-ios-close {
|
|
40
|
+
color: white;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.report-index-model-panel {
|
|
46
|
+
.left-panel {
|
|
47
|
+
padding: var(--report-index-model-panel-padding);
|
|
48
|
+
border: 1px solid var(--ind-border-color);
|
|
49
|
+
.report-index-dimension1-panel {
|
|
50
|
+
width: 100px;
|
|
51
|
+
height: fit-content;
|
|
52
|
+
border: 1px solid var(--ind-border-color);
|
|
53
|
+
border-radius: 4px;
|
|
54
|
+
.report-index-dimension1 {
|
|
55
|
+
text-align: center;
|
|
56
|
+
line-height: 30px;
|
|
57
|
+
border-bottom: 1px solid var(--ind-border-color);
|
|
58
|
+
cursor: pointer;
|
|
59
|
+
&:last-child {
|
|
60
|
+
border-bottom: none;
|
|
61
|
+
}
|
|
62
|
+
&.selected {
|
|
63
|
+
background-color: var(--ind-blue);
|
|
64
|
+
color: var(--ind-white);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
.report-index-index-panel {
|
|
69
|
+
border-left: 1px solid var(--ind-border-color);
|
|
70
|
+
}
|
|
71
|
+
.report-index-options {
|
|
72
|
+
padding: 0 var(--report-index-model-panel-padding);
|
|
73
|
+
padding-right: var(--report-index-options-padding-right);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
.opt-panel {
|
|
77
|
+
padding: 0 20px;
|
|
78
|
+
height: 600px;
|
|
79
|
+
justify-content: center;
|
|
80
|
+
}
|
|
81
|
+
.right-panel {
|
|
82
|
+
padding: var(--report-index-model-panel-padding);
|
|
83
|
+
border: 1px solid var(--ind-border-color);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
::-webkit-scrollbar {
|
|
88
|
+
width: 14px !important;
|
|
89
|
+
display: block !important;
|
|
90
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
.upload-file {
|
|
2
|
+
position: relative;
|
|
3
|
+
min-height: 45px;
|
|
4
|
+
|
|
5
|
+
.data-panel {
|
|
6
|
+
padding: 5px 10px 0px 10px;
|
|
7
|
+
border: 1px #dee1e8 solid;
|
|
8
|
+
border-radius: 5px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.content-item {
|
|
12
|
+
display: flex;
|
|
13
|
+
line-height: var(--file-line-height);
|
|
14
|
+
box-sizing: border-box;
|
|
15
|
+
border-bottom: 1px solid var(--ind-border-color);
|
|
16
|
+
// padding-left: 20px;
|
|
17
|
+
&:last-child {
|
|
18
|
+
border-bottom: none;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.title {
|
|
22
|
+
width: calc(100% - 240px);
|
|
23
|
+
font-size: 14px;
|
|
24
|
+
line-height: var(--file-line-height);
|
|
25
|
+
white-space: nowrap;
|
|
26
|
+
overflow: hidden;
|
|
27
|
+
text-overflow: ellipsis;
|
|
28
|
+
}
|
|
29
|
+
.preview {
|
|
30
|
+
width: 80px;
|
|
31
|
+
text-align: center;
|
|
32
|
+
color: var(--ind-primary-color);
|
|
33
|
+
cursor: pointer;
|
|
34
|
+
}
|
|
35
|
+
.download,
|
|
36
|
+
.delete {
|
|
37
|
+
display: block;
|
|
38
|
+
width: 80px;
|
|
39
|
+
line-height: var(--file-line-height);
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
i {
|
|
42
|
+
font-size: 18px;
|
|
43
|
+
vertical-align: middle !important;
|
|
44
|
+
}
|
|
45
|
+
text-align: center;
|
|
46
|
+
color: var(--ind-primary-color);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.ivu-divider-horizontal {
|
|
52
|
+
margin: 5px 0;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.upload-img {
|
|
56
|
+
padding: 2px;
|
|
57
|
+
min-height: 60px;
|
|
58
|
+
line-height: 0px;
|
|
59
|
+
border: 2px var(--ind-bg-color-dark) solid;
|
|
60
|
+
|
|
61
|
+
.demo-upload-list {
|
|
62
|
+
display: inline-block;
|
|
63
|
+
width: 60px;
|
|
64
|
+
height: 60px;
|
|
65
|
+
text-align: center;
|
|
66
|
+
line-height: 60px;
|
|
67
|
+
border: 1px solid transparent;
|
|
68
|
+
border-radius: 4px;
|
|
69
|
+
overflow: hidden;
|
|
70
|
+
background: #fff;
|
|
71
|
+
position: relative;
|
|
72
|
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
73
|
+
margin-right: 4px;
|
|
74
|
+
}
|
|
75
|
+
.demo-upload-list img {
|
|
76
|
+
width: 100%;
|
|
77
|
+
height: 100%;
|
|
78
|
+
}
|
|
79
|
+
.demo-upload-list-cover {
|
|
80
|
+
display: none;
|
|
81
|
+
position: absolute;
|
|
82
|
+
top: 0;
|
|
83
|
+
bottom: 0;
|
|
84
|
+
left: 0;
|
|
85
|
+
right: 0;
|
|
86
|
+
background: rgba(0, 0, 0, 0.6);
|
|
87
|
+
cursor: pointer;
|
|
88
|
+
}
|
|
89
|
+
.demo-upload-list:hover .demo-upload-list-cover {
|
|
90
|
+
display: block;
|
|
91
|
+
}
|
|
92
|
+
.demo-upload-list-cover i {
|
|
93
|
+
margin: 0 2px;
|
|
94
|
+
color: var(--ind-white) !important;
|
|
95
|
+
font-size: 20px;
|
|
96
|
+
cursor: pointer;
|
|
97
|
+
|
|
98
|
+
&.delete-icon {
|
|
99
|
+
position: absolute;
|
|
100
|
+
top: 0;
|
|
101
|
+
right: 0;
|
|
102
|
+
margin: 0;
|
|
103
|
+
font-size: 16px;
|
|
104
|
+
background: rgba(255, 255, 255, 0.3);
|
|
105
|
+
border-radius: 0 0 0 50%;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
.upload-img-no-border {
|
|
110
|
+
padding: 2px;
|
|
111
|
+
line-height: 0px;
|
|
112
|
+
}
|
|
113
|
+
.ivu-modal-fullscreen .ivu-modal-content {
|
|
114
|
+
background-color: rgba(0, 0, 0, 0) !important;
|
|
115
|
+
}
|
|
116
|
+
.ivu-modal-close .ivu-icon-ios-close {
|
|
117
|
+
color: white;
|
|
118
|
+
}
|
|
119
|
+
.ivu-carousel-item {
|
|
120
|
+
text-align: center;
|
|
121
|
+
}
|
|
122
|
+
.carouse-img {
|
|
123
|
+
max-width: 90vw !important;
|
|
124
|
+
max-height: 95vh !important;
|
|
125
|
+
min-block-size: -webkit-fill-available;
|
|
126
|
+
}
|
|
127
|
+
.carouse-content {
|
|
128
|
+
width: 100%;
|
|
129
|
+
height: 95vh;
|
|
130
|
+
text-align: center;
|
|
131
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
.upload-file {
|
|
2
|
+
position: relative;
|
|
3
|
+
min-height: 45px;
|
|
4
|
+
|
|
5
|
+
.data-panel {
|
|
6
|
+
padding: 5px 10px 0px 10px;
|
|
7
|
+
border: 1px #dee1e8 solid;
|
|
8
|
+
border-radius: 5px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.content-item {
|
|
12
|
+
display: flex;
|
|
13
|
+
line-height: var(--file-line-height);
|
|
14
|
+
box-sizing: border-box;
|
|
15
|
+
border-bottom: 1px solid var(--ind-border-color);
|
|
16
|
+
// padding-left: 20px;
|
|
17
|
+
&:last-child {
|
|
18
|
+
border-bottom: none;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.title {
|
|
22
|
+
width: calc(100% - 240px);
|
|
23
|
+
font-size: 14px;
|
|
24
|
+
line-height: var(--file-line-height);
|
|
25
|
+
white-space: nowrap;
|
|
26
|
+
overflow: hidden;
|
|
27
|
+
text-overflow: ellipsis;
|
|
28
|
+
}
|
|
29
|
+
.preview {
|
|
30
|
+
width: 80px;
|
|
31
|
+
text-align: center;
|
|
32
|
+
color: var(--ind-primary-color);
|
|
33
|
+
cursor: pointer;
|
|
34
|
+
}
|
|
35
|
+
.download,
|
|
36
|
+
.delete {
|
|
37
|
+
display: block;
|
|
38
|
+
width: 80px;
|
|
39
|
+
line-height: var(--file-line-height);
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
i {
|
|
42
|
+
font-size: 18px;
|
|
43
|
+
vertical-align: middle !important;
|
|
44
|
+
}
|
|
45
|
+
text-align: center;
|
|
46
|
+
color: var(--ind-primary-color);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.ivu-divider-horizontal {
|
|
52
|
+
margin: 5px 0;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.upload-img {
|
|
56
|
+
padding: 2px;
|
|
57
|
+
min-height: 60px;
|
|
58
|
+
line-height: 0px;
|
|
59
|
+
border: 2px var(--ind-bg-color-dark) solid;
|
|
60
|
+
|
|
61
|
+
.demo-upload-list {
|
|
62
|
+
display: inline-block;
|
|
63
|
+
width: 60px;
|
|
64
|
+
height: 60px;
|
|
65
|
+
text-align: center;
|
|
66
|
+
line-height: 60px;
|
|
67
|
+
border: 1px solid transparent;
|
|
68
|
+
border-radius: 4px;
|
|
69
|
+
overflow: hidden;
|
|
70
|
+
background: #fff;
|
|
71
|
+
position: relative;
|
|
72
|
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
73
|
+
margin-right: 4px;
|
|
74
|
+
}
|
|
75
|
+
.demo-upload-list img {
|
|
76
|
+
width: 100%;
|
|
77
|
+
height: 100%;
|
|
78
|
+
}
|
|
79
|
+
.demo-upload-list-cover {
|
|
80
|
+
display: none;
|
|
81
|
+
position: absolute;
|
|
82
|
+
top: 0;
|
|
83
|
+
bottom: 0;
|
|
84
|
+
left: 0;
|
|
85
|
+
right: 0;
|
|
86
|
+
background: rgba(0, 0, 0, 0.6);
|
|
87
|
+
cursor: pointer;
|
|
88
|
+
}
|
|
89
|
+
.demo-upload-list:hover .demo-upload-list-cover {
|
|
90
|
+
display: block;
|
|
91
|
+
}
|
|
92
|
+
.demo-upload-list-cover i {
|
|
93
|
+
margin: 0 2px;
|
|
94
|
+
color: var(--ind-white) !important;
|
|
95
|
+
font-size: 20px;
|
|
96
|
+
cursor: pointer;
|
|
97
|
+
|
|
98
|
+
&.delete-icon {
|
|
99
|
+
position: absolute;
|
|
100
|
+
top: 0;
|
|
101
|
+
right: 0;
|
|
102
|
+
margin: 0;
|
|
103
|
+
font-size: 16px;
|
|
104
|
+
background: rgba(255, 255, 255, 0.3);
|
|
105
|
+
border-radius: 0 0 0 50%;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
.upload-img-no-border {
|
|
110
|
+
padding: 2px;
|
|
111
|
+
line-height: 0px;
|
|
112
|
+
}
|
|
113
|
+
.ivu-modal-fullscreen .ivu-modal-content {
|
|
114
|
+
background-color: rgba(0, 0, 0, 0) !important;
|
|
115
|
+
}
|
|
116
|
+
.ivu-modal-close .ivu-icon-ios-close {
|
|
117
|
+
color: white;
|
|
118
|
+
}
|
|
119
|
+
.ivu-carousel-item {
|
|
120
|
+
text-align: center;
|
|
121
|
+
}
|
|
122
|
+
.carouse-img {
|
|
123
|
+
max-width: 90vw !important;
|
|
124
|
+
max-height: 95vh !important;
|
|
125
|
+
min-block-size: -webkit-fill-available;
|
|
126
|
+
}
|
|
127
|
+
.carouse-content {
|
|
128
|
+
width: 100%;
|
|
129
|
+
height: 95vh;
|
|
130
|
+
text-align: center;
|
|
131
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
.ind-modal .ivu-modal {
|
|
2
|
+
top:var(--modal-top-height)
|
|
3
|
+
}
|
|
4
|
+
.ind-modal .ivu-modal-fullscreen{
|
|
5
|
+
top:0
|
|
6
|
+
}
|
|
7
|
+
.ind-modal .ivu-modal:not(.ivu-modal-fullscreen) .ivu-modal-body{
|
|
8
|
+
max-height:calc(100vh - var(--modal-other-height));
|
|
9
|
+
overflow:auto
|
|
10
|
+
}
|
|
11
|
+
.ind-modal .ivu-modal:not(.ivu-modal-fullscreen) .ivu-modal-footer button+button{
|
|
12
|
+
margin-left:0
|
|
13
|
+
}
|
|
14
|
+
.ind-modal .ivu-modal.ivu-modal-fullscreen .ivu-modal-close .ivu-icon-ios-close{
|
|
15
|
+
color:#fff
|
|
16
|
+
}
|
|
17
|
+
.ind-modal:has(.ivu-modal-confirm){
|
|
18
|
+
z-index:999999998!important
|
|
19
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
.report-index-model-panel .left-panel{
|
|
2
|
+
padding:var(--report-index-model-panel-padding);
|
|
3
|
+
border:1px solid var(--ind-border-color)
|
|
4
|
+
}
|
|
5
|
+
.report-index-model-panel .left-panel .report-index-dimension1-panel{
|
|
6
|
+
width:100px;
|
|
7
|
+
height:-webkit-fit-content;
|
|
8
|
+
height:-moz-fit-content;
|
|
9
|
+
height:fit-content;
|
|
10
|
+
border:1px solid var(--ind-border-color);
|
|
11
|
+
border-radius:4px
|
|
12
|
+
}
|
|
13
|
+
.report-index-model-panel .left-panel .report-index-dimension1-panel .report-index-dimension1{
|
|
14
|
+
text-align:center;
|
|
15
|
+
line-height:30px;
|
|
16
|
+
border-bottom:1px solid var(--ind-border-color);
|
|
17
|
+
cursor:pointer
|
|
18
|
+
}
|
|
19
|
+
.report-index-model-panel .left-panel .report-index-dimension1-panel .report-index-dimension1:last-child{
|
|
20
|
+
border-bottom:none
|
|
21
|
+
}
|
|
22
|
+
.report-index-model-panel .left-panel .report-index-dimension1-panel .report-index-dimension1.selected{
|
|
23
|
+
background-color:var(--ind-blue);
|
|
24
|
+
color:var(--ind-white)
|
|
25
|
+
}
|
|
26
|
+
.report-index-model-panel .left-panel .report-index-index-panel{
|
|
27
|
+
border-left:1px solid var(--ind-border-color)
|
|
28
|
+
}
|
|
29
|
+
.report-index-model-panel .left-panel .report-index-options{
|
|
30
|
+
padding:0 var(--report-index-model-panel-padding);
|
|
31
|
+
padding-right:var(--report-index-options-padding-right)
|
|
32
|
+
}
|
|
33
|
+
.report-index-model-panel .opt-panel{
|
|
34
|
+
padding:0 20px;
|
|
35
|
+
height:600px;
|
|
36
|
+
-webkit-box-pack:center;
|
|
37
|
+
-ms-flex-pack:center;
|
|
38
|
+
justify-content:center
|
|
39
|
+
}
|
|
40
|
+
.report-index-model-panel .right-panel{
|
|
41
|
+
padding:var(--report-index-model-panel-padding);
|
|
42
|
+
border:1px solid var(--ind-border-color)
|
|
43
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
.ind-loading-panel{
|
|
2
|
+
position:relative;
|
|
3
|
+
height:auto
|
|
4
|
+
}
|
|
5
|
+
.ind-loading-panel .ind-loading-spin--dark{
|
|
6
|
+
background-color:#e1e1e1;
|
|
7
|
+
opacity:.9
|
|
8
|
+
}
|
|
9
|
+
.ind-loading-panel .ind-loading-spin-icon{
|
|
10
|
+
-webkit-animation:ani-loading-spin 1s linear infinite;
|
|
11
|
+
animation:ani-loading-spin 1s linear infinite
|
|
12
|
+
}
|
|
13
|
+
@-webkit-keyframes ani-loading-spin{
|
|
14
|
+
from{
|
|
15
|
+
-webkit-transform:rotate(0);transform:rotate(0)
|
|
16
|
+
}
|
|
17
|
+
50%{
|
|
18
|
+
-webkit-transform:rotate(180deg);transform:rotate(180deg)
|
|
19
|
+
}
|
|
20
|
+
to{
|
|
21
|
+
-webkit-transform:rotate(360deg);transform:rotate(360deg)
|
|
22
|
+
}
|
|
23
|
+
}@keyframes ani-loading-spin{
|
|
24
|
+
from{
|
|
25
|
+
-webkit-transform:rotate(0);transform:rotate(0)
|
|
26
|
+
}
|
|
27
|
+
50%{
|
|
28
|
+
-webkit-transform:rotate(180deg);
|
|
29
|
+
transform:rotate(180deg)
|
|
30
|
+
}
|
|
31
|
+
to{
|
|
32
|
+
-webkit-transform:rotate(360deg);
|
|
33
|
+
transform:rotate(360deg)
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.ind-back-top-panel{
|
|
38
|
+
position:relative;
|
|
39
|
+
height:100%;
|
|
40
|
+
overflow-y:auto
|
|
41
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.ind-date-picker {
|
|
2
|
+
.ivu-date-picker {
|
|
3
|
+
width: -webkit-fill-available;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.ind-range-date-picker {
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
|
|
10
|
+
.range-sep {
|
|
11
|
+
margin: 0 var(--ind-padding-base);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.ind-picker-drop {
|
|
17
|
+
.ivu-date-picker-cells-month.quarter,
|
|
18
|
+
.ivu-date-picker-cells-month.half-year {
|
|
19
|
+
span {
|
|
20
|
+
margin-left: 0;
|
|
21
|
+
margin-right: 0;
|
|
22
|
+
width: 50%;
|
|
23
|
+
text-align: center;
|
|
24
|
+
|
|
25
|
+
em {
|
|
26
|
+
width: auto;
|
|
27
|
+
padding: 0 10px;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
.ivu-date-picker-cells-month.half-year {
|
|
32
|
+
display: flex;
|
|
33
|
+
span {
|
|
34
|
+
flex: 50% 1 1;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
.ind-sign{
|
|
2
|
+
padding:var(--ind-sign-padding)
|
|
3
|
+
}
|
|
4
|
+
.ind-sign__content{
|
|
5
|
+
display:flex;
|
|
6
|
+
justify-content:center;
|
|
7
|
+
align-items:center;
|
|
8
|
+
height:var(--ind-sign-content-height);
|
|
9
|
+
background-color:var(--ind-sign-content-background);
|
|
10
|
+
border:var(--ind-sign-content-border);
|
|
11
|
+
border-radius:var(--ind-border-radius-md);
|
|
12
|
+
overflow:hidden
|
|
13
|
+
}
|
|
14
|
+
.ind-sign__content canvas{
|
|
15
|
+
width:100%;
|
|
16
|
+
height:100%
|
|
17
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
.ind-back-top-panel {
|
|
2
|
+
position: relative;
|
|
3
|
+
height: 100%;
|
|
4
|
+
overflow-y: auto;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.ind-loading-panel {
|
|
8
|
+
position: relative;
|
|
9
|
+
height: auto;
|
|
10
|
+
|
|
11
|
+
.ind-loading-spin--dark {
|
|
12
|
+
background-color: #e1e1e1;
|
|
13
|
+
opacity: 0.9;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.ind-loading-spin-icon {
|
|
17
|
+
animation: ani-loading-spin 1s linear infinite;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@keyframes ani-loading-spin {
|
|
21
|
+
from {
|
|
22
|
+
transform: rotate(0deg);
|
|
23
|
+
}
|
|
24
|
+
50% {
|
|
25
|
+
transform: rotate(180deg);
|
|
26
|
+
}
|
|
27
|
+
to {
|
|
28
|
+
transform: rotate(360deg);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|