nianxi
nianxi
UP UP UP, the same question; Resolve by using as many `&` as I can, or turn to `!important` for help; That's limited, and "Why not use css-modules" occurs to...
Same issue in Mackbook Pro M2... mps is available, but how to resolve? Latest: I solve it like this: 1. The error file custom_nodes/comfyui_segment_anything/sam_hq/build_sam_hq.py 2. Change the code - old:...
@leaferjs 非常感谢您的积极响应与答复,以下是复现截图和具体的demo  ### 一、操作步骤: 1. 框选两个元素,点击"编组"按钮; 2. 对编组后的group元素用鼠标左键双击,进入编辑模式,用鼠标拖动其中一个子元素,然后退出编辑; 3. 点击"与画布左对齐"按钮,group元素错位; ### 二、复现代码: ``` 编组 与画布左对齐 import { App, Frame, Rect, Group } from 'leafer-ui' import '@leafer-in/editor' import '@leafer-in/viewport' const...
@IronManSuper 这功能我在快图那个开源项目见过,就是在画布四周弄4个div给用户拖拽,拖拽div触发resize事件,进而重新设置画布的尺寸,你可以去那边看看类似的代码实现: https://github.com/ikuaitu/vue-fabric-editor