feat(commonTable): editable field

This commit is contained in:
禾几海
2020-08-28 11:25:45 +08:00
parent 22480569a2
commit 449adc4cee
5 changed files with 106 additions and 10 deletions

View File

@@ -0,0 +1,14 @@
ul {
list-style: none;
margin: 0;
padding: 0;
li {
margin: 8px 0;
padding: 0;
}
}
td {
border-bottom: none !important;
}