chuxiaoguo/vue-sketch-ruler

标尺刻度值和动态显示值对不上,动态显示的值是正确的,刻度值偏大

AN-535 opened this issue · 4 comments

宽高不统一导致的

有解决方法吗?

求解决办法,我的也是这样

他需要父组件的宽度减去 thick 和borderwidth
const borderWidth = 1; this.width = wrapperRect.width - this.thick - borderWidth; this.height = wrapperRect.height - this.thick - borderWidth;