@zkwq/business 0.0.86 → 0.0.87
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 +12 -9
- package/dist/css/AppDialog.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +2 -2
- package/dist/index.umd.min.cjs +2 -2
- package/package.json +1 -1
package/dist/css/AppDialog.css
CHANGED
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
margin-top: 0 !important;
|
|
14
14
|
margin-bottom: 0 !important;
|
|
15
15
|
}
|
|
16
|
+
.AppDialog.base-dialog .base-dialog__body {
|
|
17
|
+
height: 100%;
|
|
18
|
+
}
|
|
16
19
|
.AppDialog .base-dialog__header {
|
|
17
20
|
padding: 0;
|
|
18
21
|
}
|
|
@@ -52,7 +55,7 @@
|
|
|
52
55
|
|
|
53
56
|
|
|
54
57
|
|
|
55
|
-
[data-v-
|
|
58
|
+
[data-v-72b401b4]:export {
|
|
56
59
|
primary: #2F3A91;
|
|
57
60
|
success: #67C23A;
|
|
58
61
|
warning: #FF791A;
|
|
@@ -115,21 +118,21 @@
|
|
|
115
118
|
|
|
116
119
|
|
|
117
120
|
|
|
118
|
-
.AppDialog__inner[data-v-
|
|
121
|
+
.AppDialog__inner[data-v-72b401b4] {
|
|
119
122
|
max-height: 100vh;
|
|
120
123
|
transition: max-height 0.8s ease, height 0.8s ease;
|
|
121
124
|
}
|
|
122
|
-
.AppDialog__content[data-v-
|
|
125
|
+
.AppDialog__content[data-v-72b401b4] {
|
|
123
126
|
padding: 10px 20px 20px;
|
|
124
127
|
}
|
|
125
|
-
.AppDialog__title[data-v-
|
|
128
|
+
.AppDialog__title[data-v-72b401b4] {
|
|
126
129
|
margin-top: 40px;
|
|
127
130
|
font-size: 24px;
|
|
128
131
|
font-weight: 500;
|
|
129
132
|
color: #2F3A91;
|
|
130
133
|
text-align: center;
|
|
131
134
|
}
|
|
132
|
-
.AppDialog__subtitle[data-v-
|
|
135
|
+
.AppDialog__subtitle[data-v-72b401b4] {
|
|
133
136
|
padding: 0 38px;
|
|
134
137
|
margin-top: 4px;
|
|
135
138
|
font-size: 14px;
|
|
@@ -137,7 +140,7 @@
|
|
|
137
140
|
color: #8590a6;
|
|
138
141
|
text-align: center;
|
|
139
142
|
}
|
|
140
|
-
.AppDialog__title--left[data-v-
|
|
143
|
+
.AppDialog__title--left[data-v-72b401b4] {
|
|
141
144
|
padding: 0 20px;
|
|
142
145
|
font-size: 15px;
|
|
143
146
|
color: #2F3A91;
|
|
@@ -145,7 +148,7 @@
|
|
|
145
148
|
height: 60px;
|
|
146
149
|
line-height: 60px;
|
|
147
150
|
}
|
|
148
|
-
.AppDialog__subtitle--left[data-v-
|
|
151
|
+
.AppDialog__subtitle--left[data-v-72b401b4] {
|
|
149
152
|
padding: 0 20px;
|
|
150
153
|
font-size: 14px;
|
|
151
154
|
line-height: 1;
|
|
@@ -153,10 +156,10 @@
|
|
|
153
156
|
text-align: left;
|
|
154
157
|
}
|
|
155
158
|
@media (max-width: 576px) {
|
|
156
|
-
.AppDialog__title--left[data-v-
|
|
159
|
+
.AppDialog__title--left[data-v-72b401b4] {
|
|
157
160
|
padding: 20px 16px 10px;
|
|
158
161
|
}
|
|
159
|
-
.AppDialog__subtitle--left[data-v-
|
|
162
|
+
.AppDialog__subtitle--left[data-v-72b401b4] {
|
|
160
163
|
padding: 0 16px;
|
|
161
164
|
}
|
|
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-
|
|
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}}
|