finish cell generate(untested)

This commit is contained in:
2020-04-12 15:19:13 +08:00
parent b24a341da6
commit 812ea62561
9 changed files with 422 additions and 108 deletions

View File

@ -41,4 +41,34 @@ div.block-body {
position: absolute;
background: #8f8f8f;
border: 1px solid #cfcfcf;
}
div.cell-ptarget {
position: absolute;
background: green
border: 1px solid #cfcfcf;
}
div.cell-plocal {
position: absolute;
background: #8f8f8f;
border: 1px solid #cfcfcf;
}
div.cell-shortcut {
position: absolute;
background: purple
border: 1px solid #cfcfcf;
}
div.cell-pio {
position: absolute;
background: blue
border: 1px solid #cfcfcf;
}
div.cell-bio {
position: absolute;
background: yellow
border: 1px solid #cfcfcf;
}