@zkwq/business 0.0.7 → 0.0.9

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.
@@ -0,0 +1,161 @@
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
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+ [data-v-742105f1]:export {
56
+ primary: #2F3A91;
57
+ success: #67C23A;
58
+ warning: #FF791A;
59
+ danger: #F1403C;
60
+ info: #8590a6;
61
+ }
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+ .AppDialog__inner[data-v-742105f1] {
118
+ max-height: 100vh;
119
+ transition: max-height 0.8s ease, height 0.8s ease;
120
+ }
121
+ .AppDialog__content[data-v-742105f1] {
122
+ padding: 10px 20px 50px;
123
+ }
124
+ .AppDialog__title[data-v-742105f1] {
125
+ margin-top: 40px;
126
+ font-size: 24px;
127
+ font-weight: 500;
128
+ color: #2F3A91;
129
+ text-align: center;
130
+ }
131
+ .AppDialog__subtitle[data-v-742105f1] {
132
+ padding: 0 38px;
133
+ margin-top: 4px;
134
+ font-size: 14px;
135
+ line-height: 1.5;
136
+ color: #8590a6;
137
+ text-align: center;
138
+ }
139
+ .AppDialog__title--left[data-v-742105f1] {
140
+ padding: 0 20px;
141
+ font-size: 15px;
142
+ color: #2F3A91;
143
+ font-weight: 600;
144
+ height: 60px;
145
+ line-height: 60px;
146
+ }
147
+ .AppDialog__subtitle--left[data-v-742105f1] {
148
+ padding: 0 20px;
149
+ font-size: 14px;
150
+ line-height: 1;
151
+ color: #8590a6;
152
+ text-align: left;
153
+ }
154
+ @media (max-width: 576px) {
155
+ .AppDialog__title--left[data-v-742105f1] {
156
+ padding: 20px 16px 10px;
157
+ }
158
+ .AppDialog__subtitle--left[data-v-742105f1] {
159
+ padding: 0 16px;
160
+ }
161
+ }
@@ -0,0 +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-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}}
@@ -0,0 +1,91 @@
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+ [data-v-19da6460]:export {
13
+ primary: #2F3A91;
14
+ success: #67C23A;
15
+ warning: #FF791A;
16
+ danger: #F1403C;
17
+ info: #8590a6;
18
+ }
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+ .BounceLoading[data-v-19da6460] {
75
+ position: relative;
76
+ }
77
+ .BounceLoading .BounceLoading__child[data-v-19da6460] {
78
+ position: absolute;
79
+ background-color: #2F3A91;
80
+ border-radius: 50%;
81
+ -webkit-transform-origin: center;
82
+ transform-origin: center;
83
+ -webkit-animation-iteration-count: infinite;
84
+ animation-iteration-count: infinite;
85
+ -webkit-animation-name: Bounce;
86
+ animation-name: Bounce;
87
+ -webkit-animation-timing-function: ease-in-out;
88
+ animation-timing-function: ease-in-out;
89
+ -webkit-animation-fill-mode: both;
90
+ animation-fill-mode: both;
91
+ }
@@ -0,0 +1 @@
1
+ [data-v-19da6460]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.BounceLoading[data-v-19da6460]{position:relative}.BounceLoading .BounceLoading__child[data-v-19da6460]{position:absolute;background-color:#2f3a91;border-radius:50%;-webkit-transform-origin:center;transform-origin:center;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:Bounce;animation-name:Bounce;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}