We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,按照现有逻辑,默认画布适应屏幕,会出现小画布添加元素时,元素在屏幕上显示比例过大的问题,如下图
我的处理: 在zoomControl中加个判断,当中间workspace宽度小于编辑区域宽度时,默认zoom为100%
if(dPage.value.width < dScreen.value.width) { activezoomIndex.value = 3 }
不知道有没有其他的处理方案
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,按照现有逻辑,默认画布适应屏幕,会出现小画布添加元素时,元素在屏幕上显示比例过大的问题,如下图
我的处理:
在zoomControl中加个判断,当中间workspace宽度小于编辑区域宽度时,默认zoom为100%
不知道有没有其他的处理方案
The text was updated successfully, but these errors were encountered: