mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +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("height", "calc(100% - 10px)")
|
||||||
.css("margin", "0 auto")
|
.css("margin", "0 auto")
|
||||||
.css("display", "block"));
|
.css("display", "block"));
|
||||||
|
$("#floating_container").show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
@ -95,6 +95,7 @@ div.d3tooltip a{
|
|||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
right: 0;
|
right: 0;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
#floating_content
|
#floating_content
|
||||||
{
|
{
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
Nodes are arranged by force which is modelled by content similarity.
|
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.
|
Therefore, nodes that share similar topic will tend to group themself together in a cluster.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user