Fix form style

This commit is contained in:
Pig Fang 2018-08-06 16:51:04 +08:00
parent 6c6c01fb16
commit 472477efa0

View File

@ -134,3 +134,16 @@ input:-webkit-autofill {
display: none;
}
}
.key {
vertical-align: middle;
}
.value {
width: 70%;
}
.table > tbody > tr {
td.value, td.key {
border-top: 0;
}
}