mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修改打包失败
This commit is contained in:
parent
b931fbd7ab
commit
a96b0c166a
|
|
@ -71,7 +71,11 @@ class CustomEdge2 extends BezierEdge {
|
|||
delete style.stroke
|
||||
|
||||
return h('g', {}, [
|
||||
h('style', { type: 'text/css' }, '.lf-edge{stroke:#afafaf}.lf-edge:hover{stroke: #3370FF;}'),
|
||||
h(
|
||||
'style' as any,
|
||||
{ type: 'text/css' },
|
||||
'.lf-edge{stroke:#afafaf}.lf-edge:hover{stroke: #3370FF;}'
|
||||
),
|
||||
h('path', {
|
||||
d: path,
|
||||
...style,
|
||||
|
|
|
|||
Loading…
Reference in New Issue