mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-19 18:08:21 +01:00
fix typo + layout
This commit is contained in:
parent
0765d22913
commit
f457924d38
@ -210,6 +210,7 @@ $(document).ready(function () {
|
||||
.css("height", "calc(100% - 10px)")
|
||||
.css("margin", "0 auto")
|
||||
.css("display", "block"));
|
||||
$("#floating_container").show();
|
||||
}
|
||||
}
|
||||
)
|
||||
|
@ -95,6 +95,7 @@ div.d3tooltip a{
|
||||
opacity: 0.9;
|
||||
right: 0;
|
||||
overflow:hidden;
|
||||
display: none;
|
||||
}
|
||||
#floating_content
|
||||
{
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
<p>
|
||||
Nodes are arranged by force which is modelled by content similarity.
|
||||
The more similar is the nodes content, the stronger is the force between them.
|
||||
The more similar the nodes content, the stronger the force between them.
|
||||
Therefore, nodes that share similar topic will tend to group themself together in a cluster.
|
||||
</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user