joe
joe
> 我现在用绘理图绘制了,但是透明可见的部分还是遮挡了对应的线。请问怎么解决呢? >  能不能请教下体绘制相关的问题,拜托了!
angular5.0.0. Same problem.
css scope的逻辑是否可以对foreignObject下的body做跳过
目前通过在父应用里把foreginObject>body那段style插入临时解决
> 我也遇到相似的问题,第一次进入页面,会在加载的css类名前加上子应用name属性前缀,但是跳转进入其他页面后再返回该页面,就没有加上name属性前缀了 > > 第一次进入页面加载的样式 > >  > > 进入其他页面再返回后设置的样式 > >  > > 在控制台能看到它是被更新成了没有name属性前缀的,导致子应用样式权重变低,样式被主应用影响。 你这个和当前issue不是同一问题,但是我也遇到了。 我通过以下方法临时解决: 在scoped_css.ts中,添加方法 ```ts export function scopedCssText(cssText: string, appName: string): string{ if (!parser)...
当前issue,通过以下方法临时解决。 在path.ts中,大概145行, ```ts function invokePrototypeMethod ( app: AppInterface, rawMethod: Func, parent: Node, targetChild: Node, passiveChild?: Node | null, ): any { const hijackParent = getHijackParent(parent, targetChild, app) if (hijackParent) {...
“datePicker组件月份选择问题修复”是否已经完成,还未完成的话我可以认领下
> > “datePicker组件月份选择问题修复”是否已经完成,还未完成的话我可以认领下 > > 没有,可以认领了修一下。 话说我们这两天对`datePicker`有了一个新的`idea`有兴趣了解一下吗😍,但可能会牵扯到大面积的重构。 有兴趣的
modify function `_getTextGeometry` in `src/entites/textEntity` to ```js _getTextGeometry( entity ) { let strings = this._getTextStrings( entity ); //TODO: if any string's width exceeds entity.refRectangleWidth we must cut it let text...