mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 12:49:04 +08:00
fix: resolve miniapp node_module error
This commit is contained in:
parent
9801416a32
commit
49b448f7b3
@ -71,6 +71,7 @@ export const shapeBase: ShapeOptions = {
|
||||
return deepMix(
|
||||
{
|
||||
// 解决局部渲染导致的文字移动残影问题
|
||||
// 额外判断window.getComputedStyle的原因为,如果nodemodule不安装在src目录下,小程序会有一个错误的window
|
||||
labelCfg: {
|
||||
style: {
|
||||
fontFamily:
|
||||
|
Loading…
Reference in New Issue
Block a user