widget.qw 1.0.75 → 1.0.77
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/.env.development +1 -1
- package/README.md +2 -0
- package/build/style.css +5 -19
- package/build/widget.qw.es.js +1497 -93
- package/build/widget.qw.umd.js +1496 -92
- package/package.json +1 -1
- package/src/components/FilePicker.vue +44 -17
- package/src/components/images_picker.vue +40 -25
- package/src/views/filepicker/index.vue +2 -1
- package/src/views/imagespicker/index.vue +2 -2
package/.env.development
CHANGED
|
@@ -7,4 +7,4 @@ VITE_NEED_LOGIN_CODE=401
|
|
|
7
7
|
# 注意:发布时 VITE_IS_DEBUG必须配置为false
|
|
8
8
|
# 本地开发时 VITE_IS_DEBUG必须配置为true
|
|
9
9
|
VITE_IS_DEBUG=true
|
|
10
|
-
VITE_DEBUG_TOKEN= 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.
|
|
10
|
+
VITE_DEBUG_TOKEN= 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJIb3VNdSIsInJuU3RyIjoiWWo2V3NLRWdKYU9kb2FzMEZFOUFKZWxyTTJzMGVJQWkifQ.wiKRQYqs2lbFC8_56qnLzfKV9H0vbn2qyGG56qmNlwg'
|
package/README.md
CHANGED
package/build/style.css
CHANGED
|
@@ -394,27 +394,13 @@
|
|
|
394
394
|
cursor: not-allowed;
|
|
395
395
|
opacity: 1;
|
|
396
396
|
-webkit-text-fill-color: #000;
|
|
397
|
-
}.
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
position: fixed;
|
|
402
|
-
bottom: 1rem;
|
|
403
|
-
left: 0;
|
|
404
|
-
right: 0;
|
|
405
|
-
margin: auto auto;
|
|
406
|
-
color: white;
|
|
407
|
-
font-size: 14px;
|
|
408
|
-
background: rgb(58, 136, 255);
|
|
409
|
-
padding: 8px 35px;
|
|
410
|
-
width: 100px;
|
|
411
|
-
text-align: center;
|
|
412
|
-
display: inline-block;
|
|
413
|
-
border-radius: 2px;
|
|
414
|
-
}[data-v-54cbbc7a] .label {
|
|
397
|
+
}.image-box .cover[data-v-dc257922] {
|
|
398
|
+
width: 80px;
|
|
399
|
+
height: 80px;
|
|
400
|
+
}[data-v-df75f4fa] .label {
|
|
415
401
|
color: #000 !important;
|
|
416
402
|
}
|
|
417
|
-
[data-v-
|
|
403
|
+
[data-v-df75f4fa] .van-field__control:disabled {
|
|
418
404
|
color: #000 !important;
|
|
419
405
|
cursor: not-allowed;
|
|
420
406
|
opacity: 1;
|