boka-human-cliend-v3 0.0.46 → 0.0.50
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 +2 -1
- package/dist/boka-human-v3.umd.js +1 -1
- package/package.json +1 -1
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
v22.16.0
|
|
@@ -459,10 +459,11 @@
|
|
|
459
459
|
width: 40px;
|
|
460
460
|
height: 40px;
|
|
461
461
|
text-align: center;
|
|
462
|
-
padding: 8px;
|
|
463
462
|
box-sizing: border-box;
|
|
464
463
|
/*transform: translate(100vw, 100vh);*/
|
|
465
464
|
transform: translate(50vw, 50vh);
|
|
465
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
|
|
466
|
+
padding: 8px;
|
|
466
467
|
}
|
|
467
468
|
.humanEnterIcon > svg {
|
|
468
469
|
width: 100%;
|
|
@@ -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", {
|