Заменил селекты на BaseSelect
This commit is contained in:
@@ -21,12 +21,10 @@ export default {
|
||||
return {
|
||||
left: this.parentSize.left + "px",
|
||||
top: this.parentSize.top + this.parentSize.height + "px",
|
||||
minWidth: this.parentSize.width + "px",
|
||||
};
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
console.log(this.parentSize);
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user