Skip to content

Commit dc11eaa

Browse files
committed
添加测试数据
1 parent d6fcc99 commit dc11eaa

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

consistency_hash/index.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,28 @@
3636
width: 300px;
3737
margin: 20px auto;
3838
}
39+
40+
input{
41+
width: 300px;
42+
height: 30px;
43+
}
44+
45+
#addserver,#addkey{
46+
width: 100px;
47+
height: 40px;
48+
}
49+
50+
body{
51+
text-align: center;
52+
}
3953
</style>
4054
</head>
4155
<body>
56+
<div id="div1"></div>
57+
4258
<input type="text" id="serverval"><input type="button" id="addserver" value="addserver">
4359
<br>
4460
<br>
4561
<input type="text" id="keyval"><input type="button" id="addkey" value="addkey">
46-
<div id="div1"></div>
4762
</body>
4863
</html>

0 commit comments

Comments
 (0)