@zkwq/business 0.1.53 → 0.1.55
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 +47 -47
- package/dist/css/AppDialog.min.css +1 -1
- package/dist/css/Cover.css +2 -3
- package/dist/css/Cover.min.css +1 -1
- package/dist/index.js +3 -3
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.min.cjs +1 -1
- package/package.json +3 -3
package/dist/css/AppDialog.css
CHANGED
|
@@ -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
|
|
|
@@ -117,50 +163,4 @@
|
|
|
117
163
|
.AppDialog__subtitle--left[data-v-72b401b4] {
|
|
118
164
|
padding: 0 16px;
|
|
119
165
|
}
|
|
120
|
-
}.AppDialog__wrapper.base-dialog__wrapper {
|
|
121
|
-
display: flex;
|
|
122
|
-
flex-direction: column;
|
|
123
|
-
justify-content: center;
|
|
124
|
-
overflow-x: hidden;
|
|
125
|
-
overflow-y: auto;
|
|
126
|
-
}
|
|
127
|
-
.AppDialog {
|
|
128
|
-
max-height: 100vh;
|
|
129
|
-
transition: max-height 0.8s ease, height 0.8s ease;
|
|
130
|
-
}
|
|
131
|
-
.AppDialog.base-dialog {
|
|
132
|
-
margin-top: 0 !important;
|
|
133
|
-
margin-bottom: 0 !important;
|
|
134
|
-
}
|
|
135
|
-
.AppDialog.base-dialog .base-dialog__body {
|
|
136
|
-
height: 100%;
|
|
137
|
-
}
|
|
138
|
-
.AppDialog .base-dialog__header {
|
|
139
|
-
padding: 0;
|
|
140
|
-
}
|
|
141
|
-
.AppDialog .base-dialog__body {
|
|
142
|
-
padding: 0;
|
|
143
|
-
}
|
|
144
|
-
.AppDialog--fullPage {
|
|
145
|
-
height: 100vh;
|
|
146
|
-
}
|
|
147
|
-
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
148
|
-
height: 100%;
|
|
149
|
-
}
|
|
150
|
-
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
151
|
-
height: 100vh;
|
|
152
|
-
overflow: visible;
|
|
153
|
-
}
|
|
154
|
-
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
155
|
-
height: 100%;
|
|
156
|
-
}
|
|
157
|
-
.Modal__closeButton {
|
|
158
|
-
position: absolute;
|
|
159
|
-
top: 8px;
|
|
160
|
-
right: -60px;
|
|
161
|
-
padding: 12px;
|
|
162
|
-
}
|
|
163
|
-
.Modal__closeIcon {
|
|
164
|
-
vertical-align: top;
|
|
165
|
-
fill: #FFF;
|
|
166
166
|
}
|
|
@@ -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}}
|
|
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}}
|
package/dist/css/Cover.css
CHANGED
|
@@ -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
|
|
|
@@ -115,4 +113,5 @@
|
|
|
115
113
|
.avatar[data-v-f6f8913e] {
|
|
116
114
|
width: 314px;
|
|
117
115
|
height: 130px;
|
|
118
|
-
}
|
|
116
|
+
}
|
|
117
|
+
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
package/dist/css/Cover.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-f6f8913e]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-f6f8913e]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-f6f8913e]{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-f6f8913e]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-f6f8913e]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-f6f8913e]{opacity:1}.avatar-uploader-icon[data-v-f6f8913e]{font-size:30px}.avatar[data-v-f6f8913e]{width:314px;height:130px}.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
|
package/dist/index.js
CHANGED
|
@@ -24811,7 +24811,7 @@ const da = {
|
|
|
24811
24811
|
inject: ["baseDescriptions"],
|
|
24812
24812
|
render(e) {
|
|
24813
24813
|
const {
|
|
24814
|
-
|
|
24814
|
+
baseDescriptions: t
|
|
24815
24815
|
} = this, s = (this.row || []).map((i) => re(Ci(re({}, i), {
|
|
24816
24816
|
label: i.slots.label || i.props.label
|
|
24817
24817
|
}), ["labelClassName", "contentClassName", "labelStyle", "contentStyle"].reduce((n, a) => (n[a] = i.props[a] || t[a], n), {})));
|
|
@@ -24968,7 +24968,7 @@ const da = {
|
|
|
24968
24968
|
return e.props || (e.props = {}), t > s && (e.props.span = s), i && (e.props.span = s), e;
|
|
24969
24969
|
},
|
|
24970
24970
|
getRows() {
|
|
24971
|
-
const e = (this.$slots.default || []).filter((a) => a.tag && a.componentOptions && a.componentOptions.Ctor.options.name === "
|
|
24971
|
+
const e = (this.$slots.default || []).filter((a) => a.tag && a.componentOptions && a.componentOptions.Ctor.options.name === "BaseDescriptionsItem"), t = e.map((a) => ({
|
|
24972
24972
|
props: this.getOptionProps(a),
|
|
24973
24973
|
slots: this.getSlots(a),
|
|
24974
24974
|
vnode: a
|
|
@@ -25123,7 +25123,7 @@ const z$ = [
|
|
|
25123
25123
|
], AE = {
|
|
25124
25124
|
install: function(e, t = {}) {
|
|
25125
25125
|
Sa.use(t.locale), Sa.i18n(t.i18n), z$.forEach((s) => {
|
|
25126
|
-
|
|
25126
|
+
t.prefix ? e.component(s.name.replace("Base", t.prefix), s) : e.component(s.name, s);
|
|
25127
25127
|
}), e.use(Jb), e.use(Zt, t), e.prototype.$ELEMENT = {
|
|
25128
25128
|
size: t.size || "",
|
|
25129
25129
|
zIndex: t.zIndex || 2e3
|