This commit is contained in:
ed barz 2022-05-18 23:49:16 +02:00
parent dbfebb8dfe
commit eaf4a3c282
2 changed files with 0 additions and 23 deletions

Binary file not shown.

View File

@ -229,29 +229,6 @@ Vue.component('Accordeon', {
tabrollTransX: function () { tabrollTransX: function () {
return "translateX(-" + this.tabrollxoff + "00vw)"; return "translateX(-" + this.tabrollxoff + "00vw)";
}, },
markerLL : function () {
if ('card' in this.list){
try {
return this.$refs.tabnavi[this.tabind].getBoundingClientRect().left + "px"
}catch(err) {}
} else {
return 0;
}
},
markerWW : function () {
if ('card' in this.list){
try {
target = document.querySelector("#" + this.cardid +"0");
marker.style.left = target.offsetLeft + "px";
return target.offsetWidth + "px";
//return this.$refs.tabnavi[this.tabind].getBoundingClientRect().width + "px"
}catch(err) {
console.log(err.message)
}
} else {
return 0;
}
},
}, },
methods : { methods : {
getMarkerId(i) { getMarkerId(i) {