优化细节

This commit is contained in:
GoEdgeLab
2021-10-10 20:17:40 +08:00
parent 5c6bed8b6a
commit a47e20c15f
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;
}