@zkwq/business 0.0.24 → 0.0.25

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-405eaa6b]:export {
11
+
12
+ [data-v-47783249]:export {
56
13
  primary: #2F3A91;
57
14
  success: #67C23A;
58
15
  warning: #FF791A;
@@ -114,21 +71,21 @@
114
71
 
115
72
 
116
73
 
117
- .AppDialog__inner[data-v-405eaa6b] {
74
+ .AppDialog__inner[data-v-47783249] {
118
75
  max-height: 100vh;
119
76
  transition: max-height 0.8s ease, height 0.8s ease;
120
77
  }
121
- .AppDialog__content[data-v-405eaa6b] {
78
+ .AppDialog__content[data-v-47783249] {
122
79
  padding: 10px 20px 50px;
123
80
  }
124
- .AppDialog__title[data-v-405eaa6b] {
81
+ .AppDialog__title[data-v-47783249] {
125
82
  margin-top: 40px;
126
83
  font-size: 24px;
127
84
  font-weight: 500;
128
85
  color: #2F3A91;
129
86
  text-align: center;
130
87
  }
131
- .AppDialog__subtitle[data-v-405eaa6b] {
88
+ .AppDialog__subtitle[data-v-47783249] {
132
89
  padding: 0 38px;
133
90
  margin-top: 4px;
134
91
  font-size: 14px;
@@ -136,7 +93,7 @@
136
93
  color: #8590a6;
137
94
  text-align: center;
138
95
  }
139
- .AppDialog__title--left[data-v-405eaa6b] {
96
+ .AppDialog__title--left[data-v-47783249] {
140
97
  padding: 0 20px;
141
98
  font-size: 15px;
142
99
  color: #2F3A91;
@@ -144,7 +101,7 @@
144
101
  height: 60px;
145
102
  line-height: 60px;
146
103
  }
147
- .AppDialog__subtitle--left[data-v-405eaa6b] {
104
+ .AppDialog__subtitle--left[data-v-47783249] {
148
105
  padding: 0 20px;
149
106
  font-size: 14px;
150
107
  line-height: 1;
@@ -152,10 +109,53 @@
152
109
  text-align: left;
153
110
  }
154
111
  @media (max-width: 576px) {
155
- .AppDialog__title--left[data-v-405eaa6b] {
112
+ .AppDialog__title--left[data-v-47783249] {
156
113
  padding: 20px 16px 10px;
157
114
  }
158
- .AppDialog__subtitle--left[data-v-405eaa6b] {
115
+ .AppDialog__subtitle--left[data-v-47783249] {
159
116
  padding: 0 16px;
160
117
  }
118
+ }.AppDialog__wrapper.base-dialog__wrapper {
119
+ display: flex;
120
+ flex-direction: column;
121
+ justify-content: center;
122
+ overflow-x: hidden;
123
+ overflow-y: auto;
124
+ }
125
+ .AppDialog {
126
+ max-height: 100vh;
127
+ transition: max-height 0.8s ease, height 0.8s ease;
128
+ }
129
+ .AppDialog.base-dialog {
130
+ margin-top: 0 !important;
131
+ margin-bottom: 0 !important;
132
+ }
133
+ .AppDialog .base-dialog__header {
134
+ padding: 0;
135
+ }
136
+ .AppDialog .base-dialog__body {
137
+ padding: 0;
138
+ }
139
+ .AppDialog--fullPage {
140
+ height: 100vh;
141
+ }
142
+ .AppDialog--fullPage.AppDialog .base-dialog__body {
143
+ height: 100%;
144
+ }
145
+ .AppDialog--fullPage.AppDialog .AppDialog__inner {
146
+ height: 100vh;
147
+ overflow: visible;
148
+ }
149
+ .AppDialog--fullPage.AppDialog .AppDialog__content {
150
+ height: 100%;
151
+ }
152
+ .Modal__closeButton {
153
+ position: absolute;
154
+ top: 8px;
155
+ right: -60px;
156
+ padding: 12px;
157
+ }
158
+ .Modal__closeIcon {
159
+ vertical-align: top;
160
+ fill: #FFF;
161
161
  }
@@ -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-405eaa6b]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-405eaa6b]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-405eaa6b]{padding:10px 20px 50px}.AppDialog__title[data-v-405eaa6b]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-405eaa6b]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-405eaa6b]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-405eaa6b]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-405eaa6b]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-405eaa6b]{padding:0 16px}}
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}