mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 05:09:07 +08:00
modefiy maxSpanningForest meun id to class
This commit is contained in:
parent
2ce6207307
commit
aa04fc2f12
@ -31,7 +31,7 @@ class Menu {
|
||||
const hover_color = '#6af';
|
||||
const custom_color = '#777';
|
||||
const li_style = 'padding-top:5px; padding-bottom:5px; cursor: pointer;';
|
||||
const menuHtml = `<ul id="menu" style = "
|
||||
const menuHtml = `<ul class="menu" style = "
|
||||
color: ` + custom_color + `;
|
||||
list-style: none;
|
||||
width: 150px;
|
||||
|
Loading…
Reference in New Issue
Block a user