优化细节

This commit is contained in:
刘祥超
2021-10-10 20:17:40 +08:00
parent a5ee2dd03b
commit 558b5e14f1
13 changed files with 41 additions and 12 deletions

View File

@@ -837,3 +837,9 @@ td {
input.error {
border: 1px #e0b4b4 solid !important;
}
// textarea
textarea.wide-code {
font-family: Menlo, Monaco, "Courier New", monospace !important;
line-height: 1.6 !important;
}