1
0
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:
lxsang 2021-02-19 18:24:32 +01:00
parent 0765d22913
commit f457924d38
3 changed files with 3 additions and 1 deletions

View File

@ -210,6 +210,7 @@ $(document).ready(function () {
.css("height", "calc(100% - 10px)")
.css("margin", "0 auto")
.css("display", "block"));
$("#floating_container").show();
}
}
)

View File

@ -95,6 +95,7 @@ div.d3tooltip a{
opacity: 0.9;
right: 0;
overflow:hidden;
display: none;
}
#floating_content
{

View File

@ -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>