@zkwq/business 0.1.54 → 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/Cover.css +2 -3
- package/dist/css/Cover.min.css +1 -1
- package/dist/index.js +2 -2
- 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 +1 -1
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
|
@@ -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
|