boka-human-cliend-v3 0.0.21 → 0.0.23
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.
|
@@ -5185,6 +5185,10 @@
|
|
|
5185
5185
|
type: String,
|
|
5186
5186
|
default: ""
|
|
5187
5187
|
},
|
|
5188
|
+
custType: {
|
|
5189
|
+
type: String,
|
|
5190
|
+
default: ""
|
|
5191
|
+
},
|
|
5188
5192
|
subCustType: {
|
|
5189
5193
|
type: String,
|
|
5190
5194
|
default: ""
|
|
@@ -5281,7 +5285,7 @@
|
|
|
5281
5285
|
icon() {
|
|
5282
5286
|
const container = document.body;
|
|
5283
5287
|
let defx = container.clientWidth - 40;
|
|
5284
|
-
let defy = Math.min(screen.availHeight, container.clientHeight) -
|
|
5288
|
+
let defy = Math.min(screen.availHeight, container.clientHeight) - 300;
|
|
5285
5289
|
let tmpIcon = document.querySelector("#humanEnterIcon");
|
|
5286
5290
|
tmpIcon.style.transform = `translate(${defx}px, ${defy}px)`;
|
|
5287
5291
|
tmpIcon.setAttribute("data-x", defx);
|