boka-human-cliend-v3 0.0.45 → 0.0.49
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/.nvmrc +1 -1
- package/dist/boka-human-cliend-v3.css +1 -2
- package/dist/boka-human-v3.umd.js +2 -2
- package/package.json +1 -1
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
v22.16.0
|
|
@@ -454,12 +454,10 @@
|
|
|
454
454
|
.humanEnterIcon {
|
|
455
455
|
position: fixed;
|
|
456
456
|
z-index: 999;
|
|
457
|
-
background-color: #0074ff;
|
|
458
457
|
border-radius: 50%;
|
|
459
458
|
width: 40px;
|
|
460
459
|
height: 40px;
|
|
461
460
|
text-align: center;
|
|
462
|
-
padding: 8px;
|
|
463
461
|
box-sizing: border-box;
|
|
464
462
|
/*transform: translate(100vw, 100vh);*/
|
|
465
463
|
transform: translate(50vw, 50vh);
|
|
@@ -475,6 +473,7 @@
|
|
|
475
473
|
line-height: 24px;
|
|
476
474
|
font-size: 14px;
|
|
477
475
|
font-weight: bold;
|
|
476
|
+
padding: 8px;
|
|
478
477
|
}
|
|
479
478
|
.humanMainView {
|
|
480
479
|
position: fixed;
|
|
@@ -5275,7 +5275,7 @@
|
|
|
5275
5275
|
if (type2 == "add" && !this.visible) {
|
|
5276
5276
|
this.unreadCount += count;
|
|
5277
5277
|
}
|
|
5278
|
-
}
|
|
5278
|
+
} else ;
|
|
5279
5279
|
}
|
|
5280
5280
|
});
|
|
5281
5281
|
},
|
|
@@ -5426,7 +5426,7 @@
|
|
|
5426
5426
|
$data.unreadCount < 1 ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
5427
5427
|
key: 0,
|
|
5428
5428
|
onClick: _cache[0] || (_cache[0] = (...args) => $options.changeChatViewVisible && $options.changeChatViewVisible(...args)),
|
|
5429
|
-
src: "
|
|
5429
|
+
src: "https://static.bokao2o.com/img_humanIcon.png",
|
|
5430
5430
|
alt: "",
|
|
5431
5431
|
style: { "width": "100%" }
|
|
5432
5432
|
})) : (vue.openBlock(), vue.createElementBlock("span", {
|