@zkwq/business 0.1.29 → 0.1.31

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,4 +1,50 @@
1
-
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 .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
+ }
2
48
 
3
49
 
4
50
 
@@ -116,50 +162,4 @@
116
162
  .AppDialog__subtitle--left[data-v-72b401b4] {
117
163
  padding: 0 16px;
118
164
  }
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
- [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
+ .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}[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}}
@@ -1,3 +1,6 @@
1
+ .Author__custom--popper {
2
+ min-width: 600px;
3
+ }
1
4
 
2
5
 
3
6
 
@@ -8,8 +11,7 @@
8
11
 
9
12
 
10
13
 
11
-
12
- [data-v-2489b5f6]:export {
14
+ [data-v-ba9cd5ce]:export {
13
15
  primary: #2F3A91;
14
16
  success: #67C23A;
15
17
  warning: #FF791A;
@@ -72,17 +74,15 @@
72
74
 
73
75
 
74
76
 
75
- .Author__wrap[data-v-2489b5f6] {
77
+ .Author__wrap[data-v-ba9cd5ce] {
76
78
  width: 100%;
77
79
  }
78
- .Form__author[data-v-2489b5f6] {
80
+ .Form__author[data-v-ba9cd5ce] {
79
81
  position: relative;
80
82
  margin-right: 16px;
81
83
  width: 100%;
82
84
  }
83
- .FormItem__tip[data-v-2489b5f6] {
85
+ .FormItem__tip[data-v-ba9cd5ce] {
84
86
  margin-top: 12px;
85
87
  color: #8590a6;
86
- }.Author__custom--popper {
87
- min-width: 600px;
88
88
  }
@@ -1 +1 @@
1
- [data-v-2489b5f6]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-2489b5f6]{width:100%}.Form__author[data-v-2489b5f6]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-2489b5f6]{margin-top:12px;color:#8590a6}.Author__custom--popper{min-width:600px}
1
+ .Author__custom--popper{min-width:600px}[data-v-ba9cd5ce]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-ba9cd5ce]{width:100%}.Form__author[data-v-ba9cd5ce]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-ba9cd5ce]{margin-top:12px;color:#8590a6}
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- [data-v-e222aae0]:export {
12
+ [data-v-cd7697f4]:export {
13
13
  primary: #2F3A91;
14
14
  success: #67C23A;
15
15
  warning: #FF791A;
@@ -72,15 +72,15 @@
72
72
 
73
73
 
74
74
 
75
- .Author__wrap[data-v-e222aae0] {
75
+ .Author__wrap[data-v-cd7697f4] {
76
76
  width: 100%;
77
77
  }
78
- .Form__author[data-v-e222aae0] {
78
+ .Form__author[data-v-cd7697f4] {
79
79
  position: relative;
80
80
  margin-right: 16px;
81
81
  width: 100%;
82
82
  }
83
- .FormItem__tip[data-v-e222aae0] {
83
+ .FormItem__tip[data-v-cd7697f4] {
84
84
  margin-top: 12px;
85
85
  color: #8590a6;
86
86
  }
@@ -1 +1 @@
1
- [data-v-e222aae0]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-e222aae0]{width:100%}.Form__author[data-v-e222aae0]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-e222aae0]{margin-top:12px;color:#8590a6}
1
+ [data-v-cd7697f4]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__wrap[data-v-cd7697f4]{width:100%}.Form__author[data-v-cd7697f4]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-cd7697f4]{margin-top:12px;color:#8590a6}
@@ -49231,6 +49231,47 @@
49231
49231
  }
49232
49232
  }
49233
49233
 
49234
+ :root {
49235
+ --base-ui-primary: #2F3A91;
49236
+ --base-ui-primary-F-0: #444e9c;
49237
+ --base-ui-primary-0-0: #2a3483;
49238
+ --base-ui-primary-F-1: #5961a7;
49239
+ --base-ui-primary-0-1: #262e74;
49240
+ --base-ui-primary-F-2: #6d75b2;
49241
+ --base-ui-primary-0-2: #212966;
49242
+ --base-ui-primary-F-3: #8289bd;
49243
+ --base-ui-primary-0-3: #1c2357;
49244
+ --base-ui-primary-F-4: #979dc8;
49245
+ --base-ui-primary-0-4: #181d49;
49246
+ --base-ui-primary-F-5: #acb0d3;
49247
+ --base-ui-primary-0-5: #13173a;
49248
+ --base-ui-primary-F-6: #c1c4de;
49249
+ --base-ui-primary-0-6: #0e112c;
49250
+ --base-ui-primary-F-7: #d5d8e9;
49251
+ --base-ui-primary-0-7: #090c1d;
49252
+ --base-ui-primary-F-8: #eaebf4;
49253
+ --base-ui-primary-0-8: #05060e;
49254
+ --base-ui-success: #67C23A;
49255
+ --base-ui-success-F-0: #e1f3d8;
49256
+ --base-ui-success-0-0: #15270c;
49257
+ --base-ui-success-F-1: #f0f9eb;
49258
+ --base-ui-success-0-1: #0a1306;
49259
+ --base-ui-warning: #FF791A;
49260
+ --base-ui-warning-F-0: #ffe4d1;
49261
+ --base-ui-warning-0-0: #331805;
49262
+ --base-ui-warning-F-1: #fff2e8;
49263
+ --base-ui-warning-0-1: #190c03;
49264
+ --base-ui-danger: #F1403C;
49265
+ --base-ui-danger-F-0: #fcd9d8;
49266
+ --base-ui-danger-0-0: #300d0c;
49267
+ --base-ui-danger-F-1: #feecec;
49268
+ --base-ui-danger-0-1: #180606;
49269
+ --base-ui-info: #8590a6;
49270
+ --base-ui-info-F-0: #e7e9ed;
49271
+ --base-ui-info-0-0: #1b1d21;
49272
+ --base-ui-info-F-1: #f3f4f6;
49273
+ --base-ui-info-0-1: #0d0e11;
49274
+ }
49234
49275
  body {
49235
49276
  font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
49236
49277
  font-size: 14px;