@zkwq/business 0.0.20 → 0.0.22
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/dist/css/AggsItemV.css +23 -23
- package/dist/css/AggsItemV.min.css +1 -1
- package/dist/css/AppDialog.css +44 -44
- package/dist/css/AppDialog.min.css +1 -1
- package/dist/css/index.css +0 -728
- package/dist/css/index.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +760 -754
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +5 -5
- package/dist/index.umd.cjs +7 -7
- package/dist/index.umd.min.cjs +6 -6
- package/package.json +1 -1
package/dist/css/AggsItemV.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-5603ed3c]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -71,21 +71,21 @@
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
.v-leave-active[data-v-
|
|
75
|
-
.v-enter-active[data-v-
|
|
74
|
+
.v-leave-active[data-v-5603ed3c],
|
|
75
|
+
.v-enter-active[data-v-5603ed3c] {
|
|
76
76
|
transition: 300ms max-height ease-in-out, 300ms padding-top ease-in-out, 300ms padding-bottom ease-in-out;
|
|
77
77
|
}
|
|
78
|
-
.text-overflow[data-v-
|
|
78
|
+
.text-overflow[data-v-5603ed3c] {
|
|
79
79
|
overflow: hidden;
|
|
80
80
|
text-overflow: ellipsis;
|
|
81
81
|
white-space: nowrap;
|
|
82
82
|
}
|
|
83
|
-
.warp[data-v-
|
|
83
|
+
.warp[data-v-5603ed3c] {
|
|
84
84
|
width: 100%;
|
|
85
85
|
height: auto;
|
|
86
86
|
overflow: hidden;
|
|
87
87
|
}
|
|
88
|
-
.warp .title__warp[data-v-
|
|
88
|
+
.warp .title__warp[data-v-5603ed3c] {
|
|
89
89
|
width: 100%;
|
|
90
90
|
padding: 12px 16px;
|
|
91
91
|
font-weight: 600;
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
align-items: center;
|
|
98
98
|
justify-content: space-between;
|
|
99
99
|
}
|
|
100
|
-
.warp .title__warp .title[data-v-
|
|
100
|
+
.warp .title__warp .title[data-v-5603ed3c] {
|
|
101
101
|
flex: 1;
|
|
102
102
|
}
|
|
103
|
-
.warp .title__warp .icon[data-v-
|
|
103
|
+
.warp .title__warp .icon[data-v-5603ed3c] {
|
|
104
104
|
padding: 2px;
|
|
105
105
|
background: #f0f1f7;
|
|
106
106
|
display: flex;
|
|
@@ -110,22 +110,22 @@
|
|
|
110
110
|
font-size: 16px;
|
|
111
111
|
transition: transform 0.3s;
|
|
112
112
|
}
|
|
113
|
-
.warp .title__warp .icon-active[data-v-
|
|
113
|
+
.warp .title__warp .icon-active[data-v-5603ed3c] {
|
|
114
114
|
transform: rotate(-90deg);
|
|
115
115
|
}
|
|
116
|
-
.warp .item_warp[data-v-
|
|
116
|
+
.warp .item_warp[data-v-5603ed3c] {
|
|
117
117
|
width: 100%;
|
|
118
118
|
font-size: 14px;
|
|
119
119
|
overflow: hidden;
|
|
120
120
|
}
|
|
121
|
-
.warp .item_warp li[data-v-
|
|
121
|
+
.warp .item_warp li[data-v-5603ed3c] {
|
|
122
122
|
width: 100%;
|
|
123
123
|
height: auto;
|
|
124
124
|
overflow: hidden;
|
|
125
125
|
padding: 5px 16px;
|
|
126
126
|
display: flex;
|
|
127
127
|
}
|
|
128
|
-
.warp .item_warp li .item[data-v-
|
|
128
|
+
.warp .item_warp li .item[data-v-5603ed3c] {
|
|
129
129
|
width: 18px;
|
|
130
130
|
margin-right: 8px;
|
|
131
131
|
height: auto;
|
|
@@ -134,10 +134,10 @@
|
|
|
134
134
|
display: flex;
|
|
135
135
|
align-items: center;
|
|
136
136
|
}
|
|
137
|
-
.warp .item_warp li .item[data-v-
|
|
137
|
+
.warp .item_warp li .item[data-v-5603ed3c]:hover {
|
|
138
138
|
opacity: 0.9;
|
|
139
139
|
}
|
|
140
|
-
.warp .item_warp li .text[data-v-
|
|
140
|
+
.warp .item_warp li .text[data-v-5603ed3c] {
|
|
141
141
|
flex: 1;
|
|
142
142
|
margin-right: 8px;
|
|
143
143
|
height: auto;
|
|
@@ -148,10 +148,10 @@
|
|
|
148
148
|
font-size: 15px;
|
|
149
149
|
font-weight: 400;
|
|
150
150
|
}
|
|
151
|
-
.warp .item_warp li .text[data-v-
|
|
151
|
+
.warp .item_warp li .text[data-v-5603ed3c]:hover {
|
|
152
152
|
opacity: 0.9;
|
|
153
153
|
}
|
|
154
|
-
.warp .item_warp li .num[data-v-
|
|
154
|
+
.warp .item_warp li .num[data-v-5603ed3c] {
|
|
155
155
|
color: #8590a6;
|
|
156
156
|
font-size: 15px;
|
|
157
157
|
font-weight: 400;
|
|
@@ -163,13 +163,13 @@
|
|
|
163
163
|
overflow: hidden;
|
|
164
164
|
text-overflow: ellipsis;
|
|
165
165
|
}
|
|
166
|
-
.warp .item_warp li[data-v-
|
|
166
|
+
.warp .item_warp li[data-v-5603ed3c]:first-of-type {
|
|
167
167
|
margin-top: 8px;
|
|
168
168
|
}
|
|
169
|
-
.warp .item_warp li[data-v-
|
|
169
|
+
.warp .item_warp li[data-v-5603ed3c]:last-of-type {
|
|
170
170
|
margin-bottom: 8px;
|
|
171
171
|
}
|
|
172
|
-
.warp .readmore[data-v-
|
|
172
|
+
.warp .readmore[data-v-5603ed3c] {
|
|
173
173
|
text-align: center;
|
|
174
174
|
padding: 5px 0px;
|
|
175
175
|
cursor: pointer;
|
|
@@ -178,18 +178,18 @@
|
|
|
178
178
|
justify-content: center;
|
|
179
179
|
color: #999;
|
|
180
180
|
}
|
|
181
|
-
.warp .readmore[data-v-
|
|
181
|
+
.warp .readmore[data-v-5603ed3c]:hover {
|
|
182
182
|
color: #2F3A91;
|
|
183
183
|
}
|
|
184
|
-
.warp .readmore span[data-v-
|
|
184
|
+
.warp .readmore span[data-v-5603ed3c] {
|
|
185
185
|
font-size: 12px;
|
|
186
186
|
display: none;
|
|
187
187
|
}
|
|
188
|
-
.warp .readmore:hover span[data-v-
|
|
188
|
+
.warp .readmore:hover span[data-v-5603ed3c] {
|
|
189
189
|
display: block !important;
|
|
190
190
|
transition: 0.5s;
|
|
191
191
|
}
|
|
192
|
-
.warp .Checkbox__label[data-v-
|
|
192
|
+
.warp .Checkbox__label[data-v-5603ed3c] {
|
|
193
193
|
width: 180px;
|
|
194
194
|
height: auto;
|
|
195
195
|
overflow: hidden;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-5603ed3c]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.v-enter-active[data-v-5603ed3c],.v-leave-active[data-v-5603ed3c]{transition:.3s max-height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.text-overflow[data-v-5603ed3c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warp[data-v-5603ed3c]{width:100%;height:auto;overflow:hidden}.warp .title__warp[data-v-5603ed3c]{width:100%;padding:12px 16px;font-weight:600;font-size:14px;letter-spacing:2px;border-top:1px solid #dcdfe6;border-bottom:1px solid #dcdfe6;display:flex;align-items:center;justify-content:space-between}.warp .title__warp .title[data-v-5603ed3c]{flex:1}.warp .title__warp .icon[data-v-5603ed3c]{padding:2px;background:#f0f1f7;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:transform .3s}.warp .title__warp .icon-active[data-v-5603ed3c]{transform:rotate(-90deg)}.warp .item_warp[data-v-5603ed3c]{width:100%;font-size:14px;overflow:hidden}.warp .item_warp li[data-v-5603ed3c]{width:100%;height:auto;overflow:hidden;padding:5px 16px;display:flex}.warp .item_warp li .item[data-v-5603ed3c]{width:18px;margin-right:8px;height:auto;overflow:hidden;cursor:pointer;display:flex;align-items:center}.warp .item_warp li .item[data-v-5603ed3c]:hover{opacity:.9}.warp .item_warp li .text[data-v-5603ed3c]{flex:1;margin-right:8px;height:auto;overflow:hidden;cursor:pointer;line-height:normal!important;color:#121212;font-size:15px;font-weight:400}.warp .item_warp li .text[data-v-5603ed3c]:hover{opacity:.9}.warp .item_warp li .num[data-v-5603ed3c]{color:#8590a6;font-size:15px;font-weight:400;max-width:calc(40% - 8px);text-align:right;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.warp .item_warp li[data-v-5603ed3c]:first-of-type{margin-top:8px}.warp .item_warp li[data-v-5603ed3c]:last-of-type{margin-bottom:8px}.warp .readmore[data-v-5603ed3c]{text-align:center;padding:5px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999}.warp .readmore[data-v-5603ed3c]:hover{color:#2f3a91}.warp .readmore span[data-v-5603ed3c]{font-size:12px;display:none}.warp .readmore:hover span[data-v-5603ed3c]{display:block!important;transition:.5s}.warp .Checkbox__label[data-v-5603ed3c]{width:180px;height:auto;overflow:hidden;white-space:normal;word-break:break-all;word-wrap:break-word;line-height:20px}
|
package/dist/css/AppDialog.css
CHANGED
|
@@ -1,47 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
justify-content: center;
|
|
5
|
-
overflow-x: hidden;
|
|
6
|
-
overflow-y: auto;
|
|
7
|
-
}
|
|
8
|
-
.AppDialog {
|
|
9
|
-
max-height: 100vh;
|
|
10
|
-
transition: max-height 0.8s ease, height 0.8s ease;
|
|
11
|
-
}
|
|
12
|
-
.AppDialog.base-dialog {
|
|
13
|
-
margin-top: 0 !important;
|
|
14
|
-
margin-bottom: 0 !important;
|
|
15
|
-
}
|
|
16
|
-
.AppDialog .base-dialog__header {
|
|
17
|
-
padding: 0;
|
|
18
|
-
}
|
|
19
|
-
.AppDialog .base-dialog__body {
|
|
20
|
-
padding: 0;
|
|
21
|
-
}
|
|
22
|
-
.AppDialog--fullPage {
|
|
23
|
-
height: 100vh;
|
|
24
|
-
}
|
|
25
|
-
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
26
|
-
height: 100%;
|
|
27
|
-
}
|
|
28
|
-
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
29
|
-
height: 100vh;
|
|
30
|
-
overflow: visible;
|
|
31
|
-
}
|
|
32
|
-
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
33
|
-
height: 100%;
|
|
34
|
-
}
|
|
35
|
-
.Modal__closeButton {
|
|
36
|
-
position: absolute;
|
|
37
|
-
top: 8px;
|
|
38
|
-
right: -60px;
|
|
39
|
-
padding: 12px;
|
|
40
|
-
}
|
|
41
|
-
.Modal__closeIcon {
|
|
42
|
-
vertical-align: top;
|
|
43
|
-
fill: #FFF;
|
|
44
|
-
}
|
|
1
|
+
|
|
45
2
|
|
|
46
3
|
|
|
47
4
|
|
|
@@ -158,4 +115,47 @@
|
|
|
158
115
|
.AppDialog__subtitle--left[data-v-742105f1] {
|
|
159
116
|
padding: 0 16px;
|
|
160
117
|
}
|
|
118
|
+
}.AppDialog__wrapper.base-dialog__wrapper {
|
|
119
|
+
display: flex;
|
|
120
|
+
flex-direction: column;
|
|
121
|
+
justify-content: center;
|
|
122
|
+
overflow-x: hidden;
|
|
123
|
+
overflow-y: auto;
|
|
124
|
+
}
|
|
125
|
+
.AppDialog {
|
|
126
|
+
max-height: 100vh;
|
|
127
|
+
transition: max-height 0.8s ease, height 0.8s ease;
|
|
128
|
+
}
|
|
129
|
+
.AppDialog.base-dialog {
|
|
130
|
+
margin-top: 0 !important;
|
|
131
|
+
margin-bottom: 0 !important;
|
|
132
|
+
}
|
|
133
|
+
.AppDialog .base-dialog__header {
|
|
134
|
+
padding: 0;
|
|
135
|
+
}
|
|
136
|
+
.AppDialog .base-dialog__body {
|
|
137
|
+
padding: 0;
|
|
138
|
+
}
|
|
139
|
+
.AppDialog--fullPage {
|
|
140
|
+
height: 100vh;
|
|
141
|
+
}
|
|
142
|
+
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
143
|
+
height: 100%;
|
|
144
|
+
}
|
|
145
|
+
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
146
|
+
height: 100vh;
|
|
147
|
+
overflow: visible;
|
|
148
|
+
}
|
|
149
|
+
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
150
|
+
height: 100%;
|
|
151
|
+
}
|
|
152
|
+
.Modal__closeButton {
|
|
153
|
+
position: absolute;
|
|
154
|
+
top: 8px;
|
|
155
|
+
right: -60px;
|
|
156
|
+
padding: 12px;
|
|
157
|
+
}
|
|
158
|
+
.Modal__closeIcon {
|
|
159
|
+
vertical-align: top;
|
|
160
|
+
fill: #FFF;
|
|
161
161
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-742105f1]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-742105f1]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-742105f1]{padding:10px 20px 50px}.AppDialog__title[data-v-742105f1]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-742105f1]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-742105f1]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-742105f1]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-742105f1]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-742105f1]{padding:0 16px}}.AppDialog__wrapper.base-dialog__wrapper{display:flex;flex-direction:column;justify-content:center;overflow-x:hidden;overflow-y:auto}.AppDialog{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog.base-dialog{margin-top:0!important;margin-bottom:0!important}.AppDialog .base-dialog__header{padding:0}.AppDialog .base-dialog__body{padding:0}.AppDialog--fullPage{height:100vh}.AppDialog--fullPage.AppDialog .base-dialog__body{height:100%}.AppDialog--fullPage.AppDialog .AppDialog__inner{height:100vh;overflow:visible}.AppDialog--fullPage.AppDialog .AppDialog__content{height:100%}.Modal__closeButton{position:absolute;top:8px;right:-60px;padding:12px}.Modal__closeIcon{vertical-align:top;fill:#FFF}
|