@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
package/index.js
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
+
export * from "./config";
|
|
2
|
+
export * from "./utils";
|
|
3
|
+
export * from "./directives"
|
|
4
|
+
export * from "./plugin"
|
|
5
|
+
|
|
1
6
|
import * as config from "./config";
|
|
2
7
|
import * as utils from "./utils";
|
|
3
8
|
import importDirective from "./directives"
|
|
4
|
-
|
|
9
|
+
import * as Plugin from "./plugin"
|
|
10
|
+
export { config, utils, importDirective, Plugin};
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* 一些常用样式类
|
|
3
|
+
*
|
|
4
|
+
* @Author: huxuetong
|
|
5
|
+
* @Date: 2024-03-12 20:12:54
|
|
6
|
+
* @Last Modified by: huxuetong
|
|
7
|
+
* @Last Modified time: 2024-04-05 11:18:52
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
// 布局
|
|
11
|
+
.ind-panel {
|
|
12
|
+
padding: var(--ind-padding-xs) var(--ind-padding-sm);
|
|
13
|
+
padding-top: var(--ind-sc-padding-top);
|
|
14
|
+
background-color: var(--ind-bg-color-light);
|
|
15
|
+
border-radius: var(--ind-border-radius-sm);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ind-flex {
|
|
19
|
+
display: flex;
|
|
20
|
+
&.center {
|
|
21
|
+
align-items: center;
|
|
22
|
+
}
|
|
23
|
+
&.baseline {
|
|
24
|
+
align-items: baseline;
|
|
25
|
+
}
|
|
26
|
+
&.end {
|
|
27
|
+
align-items: flex-end;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.ind-flex-column {
|
|
32
|
+
display: flex;
|
|
33
|
+
flex-direction: column;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.height100 {
|
|
37
|
+
height: 100%;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.ind-flex-no-shrink {
|
|
41
|
+
flex-shrink: 0;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.ind-flex-grow {
|
|
45
|
+
flex-grow: 1 !important;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.ind-mt {
|
|
49
|
+
margin-top: var(--ind-padding-xs);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.ind-mr {
|
|
53
|
+
margin-right: var(--ind-padding-xs);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.ind-mb {
|
|
57
|
+
margin-bottom: var(--ind-padding-xs);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.ind-ml {
|
|
61
|
+
margin-left: var(--ind-padding-xs);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.no-border-left-top {
|
|
65
|
+
border-top: none !important;
|
|
66
|
+
border-left: none !important;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// 颜色
|
|
70
|
+
.ind-primary {
|
|
71
|
+
color: var(--ind-primary-color) !important;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.ind-red,
|
|
75
|
+
.ind-down,
|
|
76
|
+
.ind-up.reverse {
|
|
77
|
+
color: var(--ind-red) !important;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.ind-green,
|
|
81
|
+
.ind-up,
|
|
82
|
+
.ind-down.reverse {
|
|
83
|
+
color: var(--ind-green) !important;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.ind-orange {
|
|
87
|
+
color: var(--ind-orange) !important;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.ind-yellow {
|
|
91
|
+
color: #fff600 !important;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.ind-blue {
|
|
95
|
+
color: var(--ind-blue) !important;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.ind-bg-primary {
|
|
99
|
+
background-color: var(--ind-primary-color) !important;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.ind-bg-red,
|
|
103
|
+
.ind-bg-down,
|
|
104
|
+
.ind-bg-up.reverse {
|
|
105
|
+
background-color: var(--ind-red) !important;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.ind-bg-green,
|
|
109
|
+
.ind-bg-up,
|
|
110
|
+
.ind-bg-down.reverse {
|
|
111
|
+
background-color: var(--ind-green) !important;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.ind-bg-orange {
|
|
115
|
+
background-color: var(--ind-orange) !important;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.ind-bg-yellow {
|
|
119
|
+
background-color: #fff600 !important;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.ind-bg-blue {
|
|
123
|
+
background-color: var(--ind-blue) !important;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.ind-sm {
|
|
127
|
+
font-size: var(--ind-font-size-sm);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.ind-lg {
|
|
131
|
+
font-size: var(--ind-font-size-lg);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.ind-xl {
|
|
135
|
+
font-size: var(--ind-font-size-xl);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.ind-xxl {
|
|
139
|
+
font-size: var(--ind-font-size-xxl);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.ind-font-bold {
|
|
143
|
+
font-weight: var(--ind-font-weight-bold);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.ind-font-bolder {
|
|
147
|
+
font-weight: var(--ind-font-weight-bolder);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// 特殊场景
|
|
151
|
+
.no-content {
|
|
152
|
+
text-align: center;
|
|
153
|
+
display: flex;
|
|
154
|
+
flex-direction: column;
|
|
155
|
+
justify-content: center;
|
|
156
|
+
height: 100%;
|
|
157
|
+
.noImgUrl {
|
|
158
|
+
margin-left: calc(50% - 175px);
|
|
159
|
+
width: fit-content;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.tooltip-ellipsis {
|
|
164
|
+
width: 100%;
|
|
165
|
+
|
|
166
|
+
.ellipsis-div {
|
|
167
|
+
text-overflow: ellipsis;
|
|
168
|
+
white-space: nowrap;
|
|
169
|
+
overflow: hidden;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.ind-card-title-tag {
|
|
174
|
+
display: inline-block;
|
|
175
|
+
padding: 0 var(--ind-padding-xs);
|
|
176
|
+
color: var(--ind-white);
|
|
177
|
+
border-radius: var(--ind-border-radius-sm);
|
|
178
|
+
transform: skew(-20deg);
|
|
179
|
+
|
|
180
|
+
&.blue {
|
|
181
|
+
background: var(--ind-gradient-blue-linear);
|
|
182
|
+
}
|
|
183
|
+
&.green {
|
|
184
|
+
background: var(--ind-gradient-green-linear);
|
|
185
|
+
}
|
|
186
|
+
&.orange {
|
|
187
|
+
background: var(--ind-gradient-orange-linear);
|
|
188
|
+
}
|
|
189
|
+
&.red {
|
|
190
|
+
background: var(--ind-gradient-red-linear);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
&__name {
|
|
194
|
+
display: inline-block;
|
|
195
|
+
transform: skew(20deg);
|
|
196
|
+
}
|
|
197
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
.ind-error-page {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
position: relative;
|
|
5
|
+
background: #f8f8f9;
|
|
6
|
+
.content-con {
|
|
7
|
+
width: 700px;
|
|
8
|
+
height: 600px;
|
|
9
|
+
position: absolute;
|
|
10
|
+
left: 50%;
|
|
11
|
+
top: 50%;
|
|
12
|
+
transform: translate(-50%, -60%);
|
|
13
|
+
img {
|
|
14
|
+
display: block;
|
|
15
|
+
width: 100%;
|
|
16
|
+
height: 100%;
|
|
17
|
+
}
|
|
18
|
+
.text-con {
|
|
19
|
+
position: absolute;
|
|
20
|
+
left: 0px;
|
|
21
|
+
top: 0px;
|
|
22
|
+
h4 {
|
|
23
|
+
position: absolute;
|
|
24
|
+
left: 0px;
|
|
25
|
+
top: 0px;
|
|
26
|
+
font-size: 80px;
|
|
27
|
+
font-weight: 700;
|
|
28
|
+
color: #348eed;
|
|
29
|
+
}
|
|
30
|
+
h5 {
|
|
31
|
+
position: absolute;
|
|
32
|
+
width: 700px;
|
|
33
|
+
left: 0px;
|
|
34
|
+
top: 100px;
|
|
35
|
+
font-size: 20px;
|
|
36
|
+
font-weight: 700;
|
|
37
|
+
color: #67647d;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
.back-btn-group {
|
|
41
|
+
position: absolute;
|
|
42
|
+
right: 0px;
|
|
43
|
+
bottom: 20px;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
.ind-button-group {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
flex-wrap: wrap;
|
|
5
|
+
|
|
6
|
+
& > *:not(:last-child) {
|
|
7
|
+
margin-right: var(--ind-padding-base);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
&--mt > * {
|
|
11
|
+
margin-top: var(--ind-padding-base);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&--mb > * {
|
|
15
|
+
margin-bottom: var(--ind-padding-base);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&--center {
|
|
19
|
+
justify-content: center;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&--right {
|
|
23
|
+
justify-content: flex-end;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&--vertical {
|
|
27
|
+
flex-direction: column;
|
|
28
|
+
|
|
29
|
+
& > *:not(:last-child) {
|
|
30
|
+
margin-right: 0;
|
|
31
|
+
margin-bottom: var(--ind-padding-base);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:first-child {
|
|
17
|
+
width: 50% !important;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.ind-picker-drop {
|
|
21
|
+
.ivu-date-picker-cells-month.quarter,
|
|
22
|
+
.ivu-date-picker-cells-month.half-year {
|
|
23
|
+
span {
|
|
24
|
+
margin-left: 0;
|
|
25
|
+
margin-right: 0;
|
|
26
|
+
width: 50%;
|
|
27
|
+
text-align: center;
|
|
28
|
+
|
|
29
|
+
em {
|
|
30
|
+
width: auto;
|
|
31
|
+
padding: 0 10px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
.ivu-date-picker-cells-month.half-year {
|
|
36
|
+
display: flex;
|
|
37
|
+
span {
|
|
38
|
+
flex: 50% 1 1;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
.ind-drawer {
|
|
2
|
+
.ivu-drawer-body {
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
padding: 0;
|
|
6
|
+
background-color: var(--ind-bg-color-dark) !important;
|
|
7
|
+
}
|
|
8
|
+
.ind-drawer-content {
|
|
9
|
+
flex-grow: 1;
|
|
10
|
+
padding: var(--ind-drawer-content-padding);
|
|
11
|
+
overflow: auto;
|
|
12
|
+
}
|
|
13
|
+
.ind-drawer-footer {
|
|
14
|
+
flex-shrink: 0;
|
|
15
|
+
padding: var(--ind-drawer-footer-padding);
|
|
16
|
+
width: 100%;
|
|
17
|
+
background: #fff;
|
|
18
|
+
border-top: 1px solid var(--ind-border-color);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
.ivu-select-dropdown.ivu-dropdown-transfer {
|
|
2
|
+
max-height: none !important;
|
|
3
|
+
|
|
4
|
+
.ind-dropdown-list {
|
|
5
|
+
.ivu-dropdown-menu {
|
|
6
|
+
max-height: 400px;
|
|
7
|
+
overflow-y: auto;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.ind-button-group {
|
|
11
|
+
margin: var(--ind-padding-xs) var(--ind-padding-xs) 0;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.ivu-dropdown-item {
|
|
15
|
+
user-select: none;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
.excel-flow-wrap {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 60vh;
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
justify-content: space-between;
|
|
7
|
+
|
|
8
|
+
// 步骤条的样式, 按理说不应该自己定义的,先写个版本出来吧
|
|
9
|
+
.ivu-steps .ivu-steps-head,
|
|
10
|
+
.ivu-steps .ivu-steps-main {
|
|
11
|
+
vertical-align: middle;
|
|
12
|
+
}
|
|
13
|
+
.ivu-steps .ivu-steps-title {
|
|
14
|
+
margin-bottom: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.content-wrap {
|
|
18
|
+
height: 100%;
|
|
19
|
+
padding: 20px 50px;
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
justify-content: flex-start;
|
|
23
|
+
overflow: auto;
|
|
24
|
+
|
|
25
|
+
.download-btn,
|
|
26
|
+
.import-btn {
|
|
27
|
+
margin-top: 20px;
|
|
28
|
+
border: 1px solid var(--ind-border-color);
|
|
29
|
+
border-radius: 4px;
|
|
30
|
+
|
|
31
|
+
display: flex;
|
|
32
|
+
justify-content: space-between;
|
|
33
|
+
.icon {
|
|
34
|
+
width: 120px;
|
|
35
|
+
flex-shrink: 0;
|
|
36
|
+
border-right: 1px solid var(--ind-border-color);
|
|
37
|
+
background-color: var(--ind-bg-color-dark);
|
|
38
|
+
text-align: center;
|
|
39
|
+
display: flex;
|
|
40
|
+
flex-direction: column;
|
|
41
|
+
justify-content: space-around;
|
|
42
|
+
}
|
|
43
|
+
.text-panel {
|
|
44
|
+
margin: 20px;
|
|
45
|
+
width: 100%;
|
|
46
|
+
.title {
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
color: var(--ind-black);
|
|
49
|
+
}
|
|
50
|
+
.desc {
|
|
51
|
+
color: var(--ind-gray-5);
|
|
52
|
+
}
|
|
53
|
+
.link {
|
|
54
|
+
color: var(--ind-blue);
|
|
55
|
+
cursor: pointer;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.done-wrap {
|
|
61
|
+
text-align: center;
|
|
62
|
+
.success-title {
|
|
63
|
+
font-weight: bold;
|
|
64
|
+
font-size: 18px;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
.bottom-btn-area {
|
|
69
|
+
display: flex;
|
|
70
|
+
justify-content: center;
|
|
71
|
+
}
|
|
72
|
+
}
|