@zkwq/business 0.0.98 → 0.1.0
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/Annex.css +22 -23
- package/dist/css/Annex.min.css +1 -1
- package/dist/index.js +3 -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/Annex.css
CHANGED
|
@@ -1,26 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
.annex-uploader .base-upload {
|
|
3
|
-
width: 120px;
|
|
4
|
-
height: 120px;
|
|
5
|
-
border: 1px dashed #d9d9d9;
|
|
6
|
-
border-radius: 6px;
|
|
7
|
-
cursor: pointer;
|
|
8
|
-
position: relative;
|
|
9
|
-
overflow: hidden;
|
|
10
|
-
}
|
|
11
|
-
.annex-uploader .base-upload:hover {
|
|
12
|
-
border-color: #409eff;
|
|
13
|
-
}
|
|
14
|
-
.annex-uploader-icon {
|
|
15
|
-
font-size: 28px;
|
|
16
|
-
color: #8c939d;
|
|
17
|
-
width: 120px;
|
|
18
|
-
height: 120px;
|
|
19
|
-
display: flex !important;
|
|
20
|
-
align-items: center;
|
|
21
|
-
justify-content: center;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
2
|
|
|
25
3
|
|
|
26
4
|
|
|
@@ -214,4 +192,25 @@
|
|
|
214
192
|
}
|
|
215
193
|
.FruitUploader__tipItem--error[data-v-e7ec42ea] {
|
|
216
194
|
color: #F1403C;
|
|
217
|
-
}
|
|
195
|
+
}
|
|
196
|
+
.annex-uploader .base-upload {
|
|
197
|
+
width: 120px;
|
|
198
|
+
height: 120px;
|
|
199
|
+
border: 1px dashed #d9d9d9;
|
|
200
|
+
border-radius: 6px;
|
|
201
|
+
cursor: pointer;
|
|
202
|
+
position: relative;
|
|
203
|
+
overflow: hidden;
|
|
204
|
+
}
|
|
205
|
+
.annex-uploader .base-upload:hover {
|
|
206
|
+
border-color: #409eff;
|
|
207
|
+
}
|
|
208
|
+
.annex-uploader-icon {
|
|
209
|
+
font-size: 28px;
|
|
210
|
+
color: #8c939d;
|
|
211
|
+
width: 120px;
|
|
212
|
+
height: 120px;
|
|
213
|
+
display: flex !important;
|
|
214
|
+
align-items: center;
|
|
215
|
+
justify-content: center;
|
|
216
|
+
}
|
package/dist/css/Annex.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-e7ec42ea]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.FruitUploaderContainer[data-v-e7ec42ea]{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:6px}.FruitUploaderContainer .FruitUploader[data-v-e7ec42ea]{margin-bottom:10px}.FruitUploaderContainer .FruitUploader[data-v-e7ec42ea]:first-child{margin-right:10px}.FruitUploaderContainer .CoverMask[data-v-e7ec42ea]{width:120px;height:120px;position:absolute;background:#fff}.FruitUploaderContainer .CoverMask img[data-v-e7ec42ea]{border-radius:4px;cursor:pointer}.FruitUploaderContainer .CoverMask .CoverMask__actions[data-v-e7ec42ea]{width:120px;height:120px;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .3s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.FruitUploaderContainer .CoverMask .CoverMask__actions i[data-v-e7ec42ea]{cursor:pointer}.FruitUploaderContainer .CoverMask .CoverMask__actions i+i[data-v-e7ec42ea]{margin-left:16px}.FruitUploaderContainer .CoverMask.is-hover .CoverMask__actions[data-v-e7ec42ea]{opacity:1}.FruitUploaderContainer .FileMask[data-v-e7ec42ea]{width:120px;height:120px;background:#f3f5f8;border-radius:4px;margin-right:10px;margin-bottom:10px}.FruitUploaderContainer .FileMask.is-active[data-v-e7ec42ea]{background-color:transparent}.FruitUploaderContainer .FileMask__content[data-v-e7ec42ea]{width:100%;height:100%;padding:10px;position:relative}.FruitUploaderContainer .FileMask__content .FileMask__actions[data-v-e7ec42ea]{width:120px;height:120px;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}.FruitUploaderContainer .FileMask__content .FileMask__actions i[data-v-e7ec42ea]{cursor:pointer}.FruitUploaderContainer .FileMask__content .FileMask__actions i+i[data-v-e7ec42ea]{margin-left:16px}.FruitUploaderContainer .FileMask__content.is-hover .FileMask__actions[data-v-e7ec42ea]{opacity:1}.FruitUploaderContainer .FileMask__title[data-v-e7ec42ea]{font-size:13px;line-height:1.2;max-height:64px;padding:2px 0;overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.FruitUploaderContainer .FileMask__meta[data-v-e7ec42ea]{position:absolute;bottom:26px;line-height:1.2;font-size:12px;color:#8590a6}.FruitUploader__tipItems[data-v-e7ec42ea]{line-height:1.2}.FruitUploader__tipItem[data-v-e7ec42ea]{font-size:13px;color:#8590a6}.FruitUploader__tipItem+.FruitUploader__tipItem[data-v-e7ec42ea]{margin-top:4px}.FruitUploader__tipItem--error[data-v-e7ec42ea]{color:#f1403c}.annex-uploader .base-upload{width:120px;height:120px;border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.annex-uploader .base-upload:hover{border-color:#409eff}.annex-uploader-icon{font-size:28px;color:#8c939d;width:120px;height:120px;display:flex!important;align-items:center;justify-content:center}
|
package/dist/index.js
CHANGED
|
@@ -29292,8 +29292,9 @@ const C$ = {
|
|
|
29292
29292
|
watch: {
|
|
29293
29293
|
data: {
|
|
29294
29294
|
handler: function(e) {
|
|
29295
|
-
this.isMeUpdate ? this.isMeUpdate = !1 : (this.isPropUpdate = !0, this.newData = e), e.authors && e.authors.length > 0 && e.inss
|
|
29295
|
+
this.isMeUpdate ? this.isMeUpdate = !1 : (this.isPropUpdate = !0, this.newData = e), e.authors && e.authors.length > 0 && (!e.inss || e.inss.length == 0) ? this.showStatus = "author" : (!e.authors || e.authors.length == 0) && e.inss && e.inss.length > 0 ? this.showStatus = "ins" : this.showStatus = "author";
|
|
29296
29296
|
},
|
|
29297
|
+
deep: !0,
|
|
29297
29298
|
immediate: !0
|
|
29298
29299
|
},
|
|
29299
29300
|
newData: {
|
|
@@ -29311,7 +29312,7 @@ var x$ = /* @__PURE__ */ _(
|
|
|
29311
29312
|
y$,
|
|
29312
29313
|
!1,
|
|
29313
29314
|
w$,
|
|
29314
|
-
"
|
|
29315
|
+
"40fbf923",
|
|
29315
29316
|
null,
|
|
29316
29317
|
null
|
|
29317
29318
|
);
|