clear
This commit is contained in:
parent
dbfebb8dfe
commit
eaf4a3c282
Binary file not shown.
|
@ -229,29 +229,6 @@ Vue.component('Accordeon', {
|
|||
tabrollTransX: function () {
|
||||
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 : {
|
||||
getMarkerId(i) {
|
||||
|
|
Loading…
Reference in New Issue