@zkwq/business 0.0.52 → 0.0.55
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/Cover.css +3 -2
- package/dist/css/Cover.min.css +1 -1
- package/dist/css/DatePickerX.css +7 -7
- package/dist/css/DatePickerX.min.css +1 -1
- package/dist/css/ReadableItem.css +71 -71
- package/dist/css/ReadableItem.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +28 -28
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +2 -2
- package/dist/index.umd.min.cjs +2 -2
- package/package.json +3 -3
package/dist/css/AggsItemV.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-3a82e4d2]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,21 +72,21 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.v-leave-active[data-v-
|
|
76
|
-
.v-enter-active[data-v-
|
|
75
|
+
.v-leave-active[data-v-3a82e4d2],
|
|
76
|
+
.v-enter-active[data-v-3a82e4d2] {
|
|
77
77
|
transition: 300ms max-height ease-in-out, 300ms padding-top ease-in-out, 300ms padding-bottom ease-in-out;
|
|
78
78
|
}
|
|
79
|
-
.text-overflow[data-v-
|
|
79
|
+
.text-overflow[data-v-3a82e4d2] {
|
|
80
80
|
overflow: hidden;
|
|
81
81
|
text-overflow: ellipsis;
|
|
82
82
|
white-space: nowrap;
|
|
83
83
|
}
|
|
84
|
-
.warp[data-v-
|
|
84
|
+
.warp[data-v-3a82e4d2] {
|
|
85
85
|
width: 100%;
|
|
86
86
|
height: auto;
|
|
87
87
|
overflow: hidden;
|
|
88
88
|
}
|
|
89
|
-
.warp .title__warp[data-v-
|
|
89
|
+
.warp .title__warp[data-v-3a82e4d2] {
|
|
90
90
|
width: 100%;
|
|
91
91
|
padding: 12px 16px;
|
|
92
92
|
font-weight: 600;
|
|
@@ -98,10 +98,10 @@
|
|
|
98
98
|
align-items: center;
|
|
99
99
|
justify-content: space-between;
|
|
100
100
|
}
|
|
101
|
-
.warp .title__warp .title[data-v-
|
|
101
|
+
.warp .title__warp .title[data-v-3a82e4d2] {
|
|
102
102
|
flex: 1;
|
|
103
103
|
}
|
|
104
|
-
.warp .title__warp .icon[data-v-
|
|
104
|
+
.warp .title__warp .icon[data-v-3a82e4d2] {
|
|
105
105
|
padding: 2px;
|
|
106
106
|
background: #f0f1f7;
|
|
107
107
|
display: flex;
|
|
@@ -111,22 +111,22 @@
|
|
|
111
111
|
font-size: 16px;
|
|
112
112
|
transition: transform 0.3s;
|
|
113
113
|
}
|
|
114
|
-
.warp .title__warp .icon-active[data-v-
|
|
114
|
+
.warp .title__warp .icon-active[data-v-3a82e4d2] {
|
|
115
115
|
transform: rotate(-90deg);
|
|
116
116
|
}
|
|
117
|
-
.warp .item_warp[data-v-
|
|
117
|
+
.warp .item_warp[data-v-3a82e4d2] {
|
|
118
118
|
width: 100%;
|
|
119
119
|
font-size: 14px;
|
|
120
120
|
overflow: hidden;
|
|
121
121
|
}
|
|
122
|
-
.warp .item_warp li[data-v-
|
|
122
|
+
.warp .item_warp li[data-v-3a82e4d2] {
|
|
123
123
|
width: 100%;
|
|
124
124
|
height: auto;
|
|
125
125
|
overflow: hidden;
|
|
126
126
|
padding: 5px 16px;
|
|
127
127
|
display: flex;
|
|
128
128
|
}
|
|
129
|
-
.warp .item_warp li .item[data-v-
|
|
129
|
+
.warp .item_warp li .item[data-v-3a82e4d2] {
|
|
130
130
|
width: 18px;
|
|
131
131
|
margin-right: 8px;
|
|
132
132
|
height: auto;
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
display: flex;
|
|
136
136
|
align-items: center;
|
|
137
137
|
}
|
|
138
|
-
.warp .item_warp li .item[data-v-
|
|
138
|
+
.warp .item_warp li .item[data-v-3a82e4d2]:hover {
|
|
139
139
|
opacity: 0.9;
|
|
140
140
|
}
|
|
141
|
-
.warp .item_warp li .text[data-v-
|
|
141
|
+
.warp .item_warp li .text[data-v-3a82e4d2] {
|
|
142
142
|
flex: 1;
|
|
143
143
|
margin-right: 8px;
|
|
144
144
|
height: auto;
|
|
@@ -149,10 +149,10 @@
|
|
|
149
149
|
font-size: 15px;
|
|
150
150
|
font-weight: 400;
|
|
151
151
|
}
|
|
152
|
-
.warp .item_warp li .text[data-v-
|
|
152
|
+
.warp .item_warp li .text[data-v-3a82e4d2]:hover {
|
|
153
153
|
opacity: 0.9;
|
|
154
154
|
}
|
|
155
|
-
.warp .item_warp li .num[data-v-
|
|
155
|
+
.warp .item_warp li .num[data-v-3a82e4d2] {
|
|
156
156
|
color: #8590a6;
|
|
157
157
|
font-size: 15px;
|
|
158
158
|
font-weight: 400;
|
|
@@ -164,13 +164,13 @@
|
|
|
164
164
|
overflow: hidden;
|
|
165
165
|
text-overflow: ellipsis;
|
|
166
166
|
}
|
|
167
|
-
.warp .item_warp li[data-v-
|
|
167
|
+
.warp .item_warp li[data-v-3a82e4d2]:first-of-type {
|
|
168
168
|
margin-top: 8px;
|
|
169
169
|
}
|
|
170
|
-
.warp .item_warp li[data-v-
|
|
170
|
+
.warp .item_warp li[data-v-3a82e4d2]:last-of-type {
|
|
171
171
|
margin-bottom: 8px;
|
|
172
172
|
}
|
|
173
|
-
.warp .readmore[data-v-
|
|
173
|
+
.warp .readmore[data-v-3a82e4d2] {
|
|
174
174
|
text-align: center;
|
|
175
175
|
padding: 5px 0px;
|
|
176
176
|
cursor: pointer;
|
|
@@ -179,18 +179,18 @@
|
|
|
179
179
|
justify-content: center;
|
|
180
180
|
color: #999;
|
|
181
181
|
}
|
|
182
|
-
.warp .readmore[data-v-
|
|
182
|
+
.warp .readmore[data-v-3a82e4d2]:hover {
|
|
183
183
|
color: #2F3A91;
|
|
184
184
|
}
|
|
185
|
-
.warp .readmore span[data-v-
|
|
185
|
+
.warp .readmore span[data-v-3a82e4d2] {
|
|
186
186
|
font-size: 12px;
|
|
187
187
|
display: none;
|
|
188
188
|
}
|
|
189
|
-
.warp .readmore:hover span[data-v-
|
|
189
|
+
.warp .readmore:hover span[data-v-3a82e4d2] {
|
|
190
190
|
display: block !important;
|
|
191
191
|
transition: 0.5s;
|
|
192
192
|
}
|
|
193
|
-
.warp .Checkbox__label[data-v-
|
|
193
|
+
.warp .Checkbox__label[data-v-3a82e4d2] {
|
|
194
194
|
width: 180px;
|
|
195
195
|
height: auto;
|
|
196
196
|
overflow: hidden;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-3a82e4d2]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.v-enter-active[data-v-3a82e4d2],.v-leave-active[data-v-3a82e4d2]{transition:.3s max-height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.text-overflow[data-v-3a82e4d2]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warp[data-v-3a82e4d2]{width:100%;height:auto;overflow:hidden}.warp .title__warp[data-v-3a82e4d2]{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-3a82e4d2]{flex:1}.warp .title__warp .icon[data-v-3a82e4d2]{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-3a82e4d2]{transform:rotate(-90deg)}.warp .item_warp[data-v-3a82e4d2]{width:100%;font-size:14px;overflow:hidden}.warp .item_warp li[data-v-3a82e4d2]{width:100%;height:auto;overflow:hidden;padding:5px 16px;display:flex}.warp .item_warp li .item[data-v-3a82e4d2]{width:18px;margin-right:8px;height:auto;overflow:hidden;cursor:pointer;display:flex;align-items:center}.warp .item_warp li .item[data-v-3a82e4d2]:hover{opacity:.9}.warp .item_warp li .text[data-v-3a82e4d2]{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-3a82e4d2]:hover{opacity:.9}.warp .item_warp li .num[data-v-3a82e4d2]{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-3a82e4d2]:first-of-type{margin-top:8px}.warp .item_warp li[data-v-3a82e4d2]:last-of-type{margin-bottom:8px}.warp .readmore[data-v-3a82e4d2]{text-align:center;padding:5px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999}.warp .readmore[data-v-3a82e4d2]:hover{color:#2f3a91}.warp .readmore span[data-v-3a82e4d2]{font-size:12px;display:none}.warp .readmore:hover span[data-v-3a82e4d2]{display:block!important;transition:.5s}.warp .Checkbox__label[data-v-3a82e4d2]{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
|
|
|
@@ -159,4 +116,47 @@
|
|
|
159
116
|
.AppDialog__subtitle--left[data-v-47783249] {
|
|
160
117
|
padding: 0 16px;
|
|
161
118
|
}
|
|
119
|
+
}.AppDialog__wrapper.base-dialog__wrapper {
|
|
120
|
+
display: flex;
|
|
121
|
+
flex-direction: column;
|
|
122
|
+
justify-content: center;
|
|
123
|
+
overflow-x: hidden;
|
|
124
|
+
overflow-y: auto;
|
|
125
|
+
}
|
|
126
|
+
.AppDialog {
|
|
127
|
+
max-height: 100vh;
|
|
128
|
+
transition: max-height 0.8s ease, height 0.8s ease;
|
|
129
|
+
}
|
|
130
|
+
.AppDialog.base-dialog {
|
|
131
|
+
margin-top: 0 !important;
|
|
132
|
+
margin-bottom: 0 !important;
|
|
133
|
+
}
|
|
134
|
+
.AppDialog .base-dialog__header {
|
|
135
|
+
padding: 0;
|
|
136
|
+
}
|
|
137
|
+
.AppDialog .base-dialog__body {
|
|
138
|
+
padding: 0;
|
|
139
|
+
}
|
|
140
|
+
.AppDialog--fullPage {
|
|
141
|
+
height: 100vh;
|
|
142
|
+
}
|
|
143
|
+
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
144
|
+
height: 100%;
|
|
145
|
+
}
|
|
146
|
+
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
147
|
+
height: 100vh;
|
|
148
|
+
overflow: visible;
|
|
149
|
+
}
|
|
150
|
+
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
151
|
+
height: 100%;
|
|
152
|
+
}
|
|
153
|
+
.Modal__closeButton {
|
|
154
|
+
position: absolute;
|
|
155
|
+
top: 8px;
|
|
156
|
+
right: -60px;
|
|
157
|
+
padding: 12px;
|
|
158
|
+
}
|
|
159
|
+
.Modal__closeIcon {
|
|
160
|
+
vertical-align: top;
|
|
161
|
+
fill: #FFF;
|
|
162
162
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-47783249]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-47783249]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-47783249]{padding:10px 20px 50px}.AppDialog__title[data-v-47783249]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-47783249]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-47783249]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-47783249]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-47783249]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-47783249]{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}
|
package/dist/css/Cover.css
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
|
|
2
|
+
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
3
|
+
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
|
|
@@ -112,5 +114,4 @@
|
|
|
112
114
|
.avatar[data-v-086ca00a] {
|
|
113
115
|
width: 314px;
|
|
114
116
|
height: 130px;
|
|
115
|
-
}
|
|
116
|
-
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
117
|
+
}
|
package/dist/css/Cover.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-086ca00a]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-086ca00a]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-086ca00a]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.avatar-uploader .FileMask__actions i[data-v-086ca00a]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-086ca00a]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-086ca00a]{opacity:1}.avatar-uploader-icon[data-v-086ca00a]{font-size:30px}.avatar[data-v-086ca00a]{width:314px;height:130px}
|
|
1
|
+
.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[data-v-086ca00a]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-086ca00a]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-086ca00a]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.avatar-uploader .FileMask__actions i[data-v-086ca00a]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-086ca00a]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-086ca00a]{opacity:1}.avatar-uploader-icon[data-v-086ca00a]{font-size:30px}.avatar[data-v-086ca00a]{width:314px;height:130px}
|
package/dist/css/DatePickerX.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-896a6628]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,29 +72,29 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.DatePicker__warp[data-v-
|
|
75
|
+
.DatePicker__warp[data-v-896a6628] {
|
|
76
76
|
width: 100%;
|
|
77
77
|
display: flex;
|
|
78
78
|
align-items: center;
|
|
79
79
|
gap: 12px;
|
|
80
80
|
}
|
|
81
|
-
.setting__icon[data-v-
|
|
81
|
+
.setting__icon[data-v-896a6628] {
|
|
82
82
|
display: inline-block;
|
|
83
83
|
margin-left: 8px;
|
|
84
84
|
cursor: pointer;
|
|
85
85
|
}
|
|
86
|
-
.format__warp[data-v-
|
|
86
|
+
.format__warp[data-v-896a6628] {
|
|
87
87
|
width: 100%;
|
|
88
88
|
}
|
|
89
|
-
.format__warp li[data-v-
|
|
89
|
+
.format__warp li[data-v-896a6628] {
|
|
90
90
|
width: calc(100% - 16px);
|
|
91
91
|
padding: 8px;
|
|
92
92
|
cursor: pointer;
|
|
93
93
|
}
|
|
94
|
-
.format__warp li[data-v-
|
|
94
|
+
.format__warp li[data-v-896a6628]:hover {
|
|
95
95
|
background: #2F3A91;
|
|
96
96
|
color: white;
|
|
97
97
|
}
|
|
98
|
-
.format__warp .selected[data-v-
|
|
98
|
+
.format__warp .selected[data-v-896a6628] {
|
|
99
99
|
color: #2F3A91;
|
|
100
100
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-896a6628]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.DatePicker__warp[data-v-896a6628]{width:100%;display:flex;align-items:center;gap:12px}.setting__icon[data-v-896a6628]{display:inline-block;margin-left:8px;cursor:pointer}.format__warp[data-v-896a6628]{width:100%}.format__warp li[data-v-896a6628]{width:calc(100% - 16px);padding:8px;cursor:pointer}.format__warp li[data-v-896a6628]:hover{background:#2f3a91;color:#fff}.format__warp .selected[data-v-896a6628]{color:#2f3a91}
|