docs: update documents

This commit is contained in:
vicanso 2022-01-15 10:55:48 +08:00
parent eb421892fe
commit c5d95eae0a
3 changed files with 6 additions and 1 deletions

View file

@ -19,7 +19,7 @@ var html = `<!DOCTYPE html>
background-color: #e0e0e0;
}
.charts {
width: 830px;
width: 810px;
margin: 10px auto;
overflow: hidden;
}
@ -27,6 +27,9 @@ var html = `<!DOCTYPE html>
float: left;
margin-right: 10px;
}
.grid:nth-child(even) {
margin-right: 0px;
}
.grid svg {
margin-bottom: 10px;
}