GQ
GQ
> 用pro create的umi4项目里config还是有 targets: { ie: 11, }, 然后又不支持IE11
is it possible to load a virtual graph to a named graph?
password现在只有visibilityToggle,意思是给加visible onVisibleChange两个属性,使他变成受控状态
disable backgroundThrottling ```ts mainWindow = new BrowserWindow({ webPreferences: { contextIsolation: true, preload: path.join(__dirname, 'preload.js'), backgroundThrottling: false, }, }); ```
好像并没有修复啊,表格背景透明的情况,横向滚动固定列也会透出来后面的
https://github.com/ant-design/ant-design/blob/4f832aaac353dd89e5d78889e04e77e5905bdea8/components/style/index.ts#L125 不知是写错还是故意的, resetFont都没有设值,每个组件都会 resetFont 另外是否有必要每个组件单独 reset, 以card为例,生成了一大堆没啥必要的css 
如果tab内部没有scale,使用 getBoundingClientRect本身就是个错 https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_Model/Determining_the_dimensions_of_elements 出现这个的原因是这里 https://github.com/react-component/tabs/blob/2e015f6d2db40b6b5bc342ce67f3a273d814992a/src/hooks/useVisibleRange.ts#L41 floating numer的运算,导致本来想等的变大于了, 毕竟js ``` 0.1+0.2>0.3 =>true ```
> Hey Guys, just had the same problem. I solved it using an empty string and scale 0.5, that way it's all rendered automatically and there are no layout shifts...
it seems that all "$white1" variables are not working. after changed to specific color like '#fff' it is working fine