feat(history): show user account history on manage page

This commit is contained in:
OldHawk
2018-05-29 18:05:10 +08:00
parent 330f0c5406
commit 37cd2887fe
14 changed files with 151 additions and 44 deletions

View File

@@ -31,4 +31,17 @@
display: table-row !important;
float: none !important;
}
}
.user-remarks {
textarea {
min-height: 150px;
line-height: 0.8;
resize: vertical;
}
}
.user-history {
height: 150px;
line-height: 0.8;
overflow-y: scroll;
}