@airpower/web 0.3.13 → 0.3.15
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/main.js +3 -3
- package/dist/web.css +16 -16
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -15236,21 +15236,21 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
15236
15236
|
*/
|
|
15237
15237
|
uploadName: {
|
|
15238
15238
|
type: String,
|
|
15239
|
-
default: WebConfig.uploadFileName
|
|
15239
|
+
default: () => WebConfig.uploadFileName
|
|
15240
15240
|
},
|
|
15241
15241
|
/**
|
|
15242
15242
|
* # 上传成功的文案提示
|
|
15243
15243
|
*/
|
|
15244
15244
|
uploadSuccess: {
|
|
15245
15245
|
type: String,
|
|
15246
|
-
default: WebI18n.get().UploadSuccess
|
|
15246
|
+
default: () => WebI18n.get().UploadSuccess
|
|
15247
15247
|
},
|
|
15248
15248
|
/**
|
|
15249
15249
|
* # 手动指定的上传路径
|
|
15250
15250
|
*/
|
|
15251
15251
|
uploadUrl: {
|
|
15252
15252
|
type: String,
|
|
15253
|
-
default: WebConfig.uploadUrl
|
|
15253
|
+
default: () => WebConfig.uploadUrl
|
|
15254
15254
|
},
|
|
15255
15255
|
/**
|
|
15256
15256
|
* # 允许上传的后缀
|
package/dist/web.css
CHANGED
|
@@ -463,22 +463,6 @@ textarea {
|
|
|
463
463
|
}
|
|
464
464
|
.a-desensitize .desensitize[data-v-30bf4899] {
|
|
465
465
|
color: red;
|
|
466
|
-
}.web-dialog .main .body * {
|
|
467
|
-
user-select: text;
|
|
468
|
-
}
|
|
469
|
-
.web-dialog .main .body.el-loading-parent--relative {
|
|
470
|
-
overflow: hidden !important;
|
|
471
|
-
}
|
|
472
|
-
.shake {
|
|
473
|
-
animation: shake-in 0.2s infinite;
|
|
474
|
-
}
|
|
475
|
-
.dialog-selector .main .body {
|
|
476
|
-
display: flex;
|
|
477
|
-
flex-direction: column;
|
|
478
|
-
}
|
|
479
|
-
.dialog-selector .main .body .el-pagination {
|
|
480
|
-
border-top: 1px solid #eee;
|
|
481
|
-
padding-top: 10px;
|
|
482
466
|
}.web-dialog[data-v-521067c3] {
|
|
483
467
|
z-index: 99;
|
|
484
468
|
position: fixed;
|
|
@@ -570,6 +554,22 @@ textarea {
|
|
|
570
554
|
.web-dialog .fullscreen[data-v-521067c3] {
|
|
571
555
|
min-width: 100% !important;
|
|
572
556
|
min-height: 100% !important;
|
|
557
|
+
}.web-dialog .main .body * {
|
|
558
|
+
user-select: text;
|
|
559
|
+
}
|
|
560
|
+
.web-dialog .main .body.el-loading-parent--relative {
|
|
561
|
+
overflow: hidden !important;
|
|
562
|
+
}
|
|
563
|
+
.shake {
|
|
564
|
+
animation: shake-in 0.2s infinite;
|
|
565
|
+
}
|
|
566
|
+
.dialog-selector .main .body {
|
|
567
|
+
display: flex;
|
|
568
|
+
flex-direction: column;
|
|
569
|
+
}
|
|
570
|
+
.dialog-selector .main .body .el-pagination {
|
|
571
|
+
border-top: 1px solid #eee;
|
|
572
|
+
padding-top: 10px;
|
|
573
573
|
}.a-empty[data-v-f633fb7c] {
|
|
574
574
|
position: absolute;
|
|
575
575
|
left: 0;
|