@zkwq/business 0.0.86 → 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.
@@ -1,47 +1,3 @@
1
- .AppDialog__wrapper.base-dialog__wrapper {
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
- }
45
1
 
46
2
 
47
3
 
@@ -52,7 +8,8 @@
52
8
 
53
9
 
54
10
 
55
- [data-v-0e7a2086]:export {
11
+
12
+ [data-v-72b401b4]:export {
56
13
  primary: #2F3A91;
57
14
  success: #67C23A;
58
15
  warning: #FF791A;
@@ -115,21 +72,21 @@
115
72
 
116
73
 
117
74
 
118
- .AppDialog__inner[data-v-0e7a2086] {
75
+ .AppDialog__inner[data-v-72b401b4] {
119
76
  max-height: 100vh;
120
77
  transition: max-height 0.8s ease, height 0.8s ease;
121
78
  }
122
- .AppDialog__content[data-v-0e7a2086] {
79
+ .AppDialog__content[data-v-72b401b4] {
123
80
  padding: 10px 20px 20px;
124
81
  }
125
- .AppDialog__title[data-v-0e7a2086] {
82
+ .AppDialog__title[data-v-72b401b4] {
126
83
  margin-top: 40px;
127
84
  font-size: 24px;
128
85
  font-weight: 500;
129
86
  color: #2F3A91;
130
87
  text-align: center;
131
88
  }
132
- .AppDialog__subtitle[data-v-0e7a2086] {
89
+ .AppDialog__subtitle[data-v-72b401b4] {
133
90
  padding: 0 38px;
134
91
  margin-top: 4px;
135
92
  font-size: 14px;
@@ -137,7 +94,7 @@
137
94
  color: #8590a6;
138
95
  text-align: center;
139
96
  }
140
- .AppDialog__title--left[data-v-0e7a2086] {
97
+ .AppDialog__title--left[data-v-72b401b4] {
141
98
  padding: 0 20px;
142
99
  font-size: 15px;
143
100
  color: #2F3A91;
@@ -145,7 +102,7 @@
145
102
  height: 60px;
146
103
  line-height: 60px;
147
104
  }
148
- .AppDialog__subtitle--left[data-v-0e7a2086] {
105
+ .AppDialog__subtitle--left[data-v-72b401b4] {
149
106
  padding: 0 20px;
150
107
  font-size: 14px;
151
108
  line-height: 1;
@@ -153,10 +110,56 @@
153
110
  text-align: left;
154
111
  }
155
112
  @media (max-width: 576px) {
156
- .AppDialog__title--left[data-v-0e7a2086] {
113
+ .AppDialog__title--left[data-v-72b401b4] {
157
114
  padding: 20px 16px 10px;
158
115
  }
159
- .AppDialog__subtitle--left[data-v-0e7a2086] {
116
+ .AppDialog__subtitle--left[data-v-72b401b4] {
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 .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;
162
165
  }
@@ -1 +1 @@
1
- .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}[data-v-0e7a2086]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-0e7a2086]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-0e7a2086]{padding:10px 20px 20px}.AppDialog__title[data-v-0e7a2086]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-0e7a2086]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-0e7a2086]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-0e7a2086]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-0e7a2086]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-0e7a2086]{padding:0 16px}}
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}
@@ -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;}
@@ -1 +1 @@
1
- .avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[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}
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}
@@ -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;