@zkwq/business 0.0.87 → 0.0.88
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/AppDialog.css +47 -47
- package/dist/css/AppDialog.min.css +1 -1
- package/dist/css/Cover.css +2 -3
- package/dist/css/Cover.min.css +1 -1
- package/dist/css/index.css +230 -0
- package/dist/css/index.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +3971 -3784
- 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 +15 -15
- package/dist/scss/baseUI/style/index.scss +1 -0
- package/dist/scss/baseUI/style/loading.scss +96 -0
- package/package.json +1 -1
package/dist/css/AppDialog.css
CHANGED
|
@@ -1,50 +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 .base-dialog__body {
|
|
17
|
-
height: 100%;
|
|
18
|
-
}
|
|
19
|
-
.AppDialog .base-dialog__header {
|
|
20
|
-
padding: 0;
|
|
21
|
-
}
|
|
22
|
-
.AppDialog .base-dialog__body {
|
|
23
|
-
padding: 0;
|
|
24
|
-
}
|
|
25
|
-
.AppDialog--fullPage {
|
|
26
|
-
height: 100vh;
|
|
27
|
-
}
|
|
28
|
-
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
29
|
-
height: 100%;
|
|
30
|
-
}
|
|
31
|
-
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
32
|
-
height: 100vh;
|
|
33
|
-
overflow: visible;
|
|
34
|
-
}
|
|
35
|
-
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
36
|
-
height: 100%;
|
|
37
|
-
}
|
|
38
|
-
.Modal__closeButton {
|
|
39
|
-
position: absolute;
|
|
40
|
-
top: 8px;
|
|
41
|
-
right: -60px;
|
|
42
|
-
padding: 12px;
|
|
43
|
-
}
|
|
44
|
-
.Modal__closeIcon {
|
|
45
|
-
vertical-align: top;
|
|
46
|
-
fill: #FFF;
|
|
47
|
-
}
|
|
1
|
+
|
|
48
2
|
|
|
49
3
|
|
|
50
4
|
|
|
@@ -162,4 +116,50 @@
|
|
|
162
116
|
.AppDialog__subtitle--left[data-v-72b401b4] {
|
|
163
117
|
padding: 0 16px;
|
|
164
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 .base-dialog__body {
|
|
135
|
+
height: 100%;
|
|
136
|
+
}
|
|
137
|
+
.AppDialog .base-dialog__header {
|
|
138
|
+
padding: 0;
|
|
139
|
+
}
|
|
140
|
+
.AppDialog .base-dialog__body {
|
|
141
|
+
padding: 0;
|
|
142
|
+
}
|
|
143
|
+
.AppDialog--fullPage {
|
|
144
|
+
height: 100vh;
|
|
145
|
+
}
|
|
146
|
+
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
147
|
+
height: 100%;
|
|
148
|
+
}
|
|
149
|
+
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
150
|
+
height: 100vh;
|
|
151
|
+
overflow: visible;
|
|
152
|
+
}
|
|
153
|
+
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
154
|
+
height: 100%;
|
|
155
|
+
}
|
|
156
|
+
.Modal__closeButton {
|
|
157
|
+
position: absolute;
|
|
158
|
+
top: 8px;
|
|
159
|
+
right: -60px;
|
|
160
|
+
padding: 12px;
|
|
161
|
+
}
|
|
162
|
+
.Modal__closeIcon {
|
|
163
|
+
vertical-align: top;
|
|
164
|
+
fill: #FFF;
|
|
165
165
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-72b401b4]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-72b401b4]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-72b401b4]{padding:10px 20px 20px}.AppDialog__title[data-v-72b401b4]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-72b401b4]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-72b401b4]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-72b401b4]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-72b401b4]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-72b401b4]{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 .base-dialog__body{height:100%}.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,6 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
3
|
-
|
|
4
2
|
|
|
5
3
|
|
|
6
4
|
|
|
@@ -114,4 +112,5 @@
|
|
|
114
112
|
.avatar[data-v-b7afb416] {
|
|
115
113
|
width: 314px;
|
|
116
114
|
height: 130px;
|
|
117
|
-
}
|
|
115
|
+
}
|
|
116
|
+
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
package/dist/css/Cover.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-b7afb416]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-b7afb416]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-b7afb416]{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-b7afb416]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-b7afb416]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-b7afb416]{opacity:1}.avatar-uploader-icon[data-v-b7afb416]{font-size:30px}.avatar[data-v-b7afb416]{width:314px;height:130px}.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
|
package/dist/css/index.css
CHANGED
|
@@ -48771,6 +48771,236 @@
|
|
|
48771
48771
|
left: 4px;
|
|
48772
48772
|
}
|
|
48773
48773
|
|
|
48774
|
+
|
|
48775
|
+
|
|
48776
|
+
|
|
48777
|
+
|
|
48778
|
+
|
|
48779
|
+
|
|
48780
|
+
|
|
48781
|
+
|
|
48782
|
+
|
|
48783
|
+
|
|
48784
|
+
:export {
|
|
48785
|
+
primary: #2F3A91;
|
|
48786
|
+
success: #67C23A;
|
|
48787
|
+
warning: #FF791A;
|
|
48788
|
+
danger: #F1403C;
|
|
48789
|
+
info: #8590a6;
|
|
48790
|
+
}
|
|
48791
|
+
|
|
48792
|
+
|
|
48793
|
+
|
|
48794
|
+
|
|
48795
|
+
|
|
48796
|
+
|
|
48797
|
+
|
|
48798
|
+
|
|
48799
|
+
|
|
48800
|
+
|
|
48801
|
+
|
|
48802
|
+
|
|
48803
|
+
|
|
48804
|
+
|
|
48805
|
+
|
|
48806
|
+
|
|
48807
|
+
|
|
48808
|
+
|
|
48809
|
+
|
|
48810
|
+
|
|
48811
|
+
|
|
48812
|
+
|
|
48813
|
+
|
|
48814
|
+
|
|
48815
|
+
|
|
48816
|
+
|
|
48817
|
+
|
|
48818
|
+
|
|
48819
|
+
|
|
48820
|
+
|
|
48821
|
+
|
|
48822
|
+
|
|
48823
|
+
|
|
48824
|
+
|
|
48825
|
+
|
|
48826
|
+
|
|
48827
|
+
|
|
48828
|
+
|
|
48829
|
+
|
|
48830
|
+
|
|
48831
|
+
|
|
48832
|
+
|
|
48833
|
+
|
|
48834
|
+
|
|
48835
|
+
|
|
48836
|
+
|
|
48837
|
+
|
|
48838
|
+
|
|
48839
|
+
|
|
48840
|
+
|
|
48841
|
+
|
|
48842
|
+
|
|
48843
|
+
|
|
48844
|
+
|
|
48845
|
+
|
|
48846
|
+
|
|
48847
|
+
|
|
48848
|
+
|
|
48849
|
+
|
|
48850
|
+
|
|
48851
|
+
|
|
48852
|
+
|
|
48853
|
+
|
|
48854
|
+
|
|
48855
|
+
|
|
48856
|
+
|
|
48857
|
+
|
|
48858
|
+
|
|
48859
|
+
|
|
48860
|
+
|
|
48861
|
+
|
|
48862
|
+
:export {
|
|
48863
|
+
primary: #2F3A91;
|
|
48864
|
+
success: #67C23A;
|
|
48865
|
+
warning: #FF791A;
|
|
48866
|
+
danger: #F1403C;
|
|
48867
|
+
info: #8590a6;
|
|
48868
|
+
}
|
|
48869
|
+
|
|
48870
|
+
|
|
48871
|
+
|
|
48872
|
+
|
|
48873
|
+
|
|
48874
|
+
|
|
48875
|
+
|
|
48876
|
+
|
|
48877
|
+
|
|
48878
|
+
|
|
48879
|
+
|
|
48880
|
+
|
|
48881
|
+
|
|
48882
|
+
|
|
48883
|
+
|
|
48884
|
+
|
|
48885
|
+
|
|
48886
|
+
|
|
48887
|
+
|
|
48888
|
+
|
|
48889
|
+
|
|
48890
|
+
|
|
48891
|
+
|
|
48892
|
+
|
|
48893
|
+
|
|
48894
|
+
|
|
48895
|
+
|
|
48896
|
+
|
|
48897
|
+
|
|
48898
|
+
|
|
48899
|
+
|
|
48900
|
+
|
|
48901
|
+
|
|
48902
|
+
|
|
48903
|
+
|
|
48904
|
+
|
|
48905
|
+
|
|
48906
|
+
|
|
48907
|
+
|
|
48908
|
+
|
|
48909
|
+
|
|
48910
|
+
|
|
48911
|
+
|
|
48912
|
+
|
|
48913
|
+
|
|
48914
|
+
|
|
48915
|
+
|
|
48916
|
+
|
|
48917
|
+
|
|
48918
|
+
|
|
48919
|
+
|
|
48920
|
+
|
|
48921
|
+
|
|
48922
|
+
|
|
48923
|
+
|
|
48924
|
+
|
|
48925
|
+
.base-loading-parent--relative {
|
|
48926
|
+
position: relative !important;
|
|
48927
|
+
}
|
|
48928
|
+
.base-loading-parent--hidden {
|
|
48929
|
+
overflow: hidden !important;
|
|
48930
|
+
}
|
|
48931
|
+
.base-loading-mask {
|
|
48932
|
+
position: absolute;
|
|
48933
|
+
z-index: 2000;
|
|
48934
|
+
background-color: rgba(255, 255, 255, 0.9);
|
|
48935
|
+
margin: 0;
|
|
48936
|
+
top: 0;
|
|
48937
|
+
right: 0;
|
|
48938
|
+
bottom: 0;
|
|
48939
|
+
left: 0;
|
|
48940
|
+
transition: opacity 0.3s;
|
|
48941
|
+
}
|
|
48942
|
+
.base-loading-mask.is-fullscreen {
|
|
48943
|
+
position: fixed;
|
|
48944
|
+
}
|
|
48945
|
+
.base-loading-mask.is-fullscreen .base-loading-spinner {
|
|
48946
|
+
margin-top: -25px;
|
|
48947
|
+
}
|
|
48948
|
+
.base-loading-mask.is-fullscreen .base-loading-spinner .circular {
|
|
48949
|
+
height: 50px;
|
|
48950
|
+
width: 50px;
|
|
48951
|
+
}
|
|
48952
|
+
.base-loading-spinner {
|
|
48953
|
+
top: 50%;
|
|
48954
|
+
margin-top: -21px;
|
|
48955
|
+
width: 100%;
|
|
48956
|
+
text-align: center;
|
|
48957
|
+
position: absolute;
|
|
48958
|
+
}
|
|
48959
|
+
.base-loading-spinner .base-loading-text {
|
|
48960
|
+
color: #2F3A91;
|
|
48961
|
+
margin: 3px 0;
|
|
48962
|
+
font-size: 14px;
|
|
48963
|
+
}
|
|
48964
|
+
.base-loading-spinner .circular {
|
|
48965
|
+
height: 42px;
|
|
48966
|
+
width: 42px;
|
|
48967
|
+
animation: loading-rotate 2s linear infinite;
|
|
48968
|
+
}
|
|
48969
|
+
.base-loading-spinner .path {
|
|
48970
|
+
animation: loading-dash 1.5s ease-in-out infinite;
|
|
48971
|
+
stroke-dasharray: 90, 150;
|
|
48972
|
+
stroke-dashoffset: 0;
|
|
48973
|
+
stroke-width: 2;
|
|
48974
|
+
stroke: #2F3A91;
|
|
48975
|
+
stroke-linecap: round;
|
|
48976
|
+
}
|
|
48977
|
+
.base-loading-spinner i {
|
|
48978
|
+
color: #2F3A91;
|
|
48979
|
+
}
|
|
48980
|
+
.base-loading-fade-enter,
|
|
48981
|
+
.base-loading-fade-leave-active {
|
|
48982
|
+
opacity: 0;
|
|
48983
|
+
}
|
|
48984
|
+
@keyframes loading-rotate {
|
|
48985
|
+
100% {
|
|
48986
|
+
transform: rotate(360deg);
|
|
48987
|
+
}
|
|
48988
|
+
}
|
|
48989
|
+
@keyframes loading-dash {
|
|
48990
|
+
0% {
|
|
48991
|
+
stroke-dasharray: 1, 200;
|
|
48992
|
+
stroke-dashoffset: 0;
|
|
48993
|
+
}
|
|
48994
|
+
50% {
|
|
48995
|
+
stroke-dasharray: 90, 150;
|
|
48996
|
+
stroke-dashoffset: -40px;
|
|
48997
|
+
}
|
|
48998
|
+
100% {
|
|
48999
|
+
stroke-dasharray: 90, 150;
|
|
49000
|
+
stroke-dashoffset: -120px;
|
|
49001
|
+
}
|
|
49002
|
+
}
|
|
49003
|
+
|
|
48774
49004
|
body {
|
|
48775
49005
|
font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
|
|
48776
49006
|
font-size: 14px;
|