优化导出方式

This commit is contained in:
2021-12-16 00:01:37 +08:00
parent 90fbfb0e34
commit f5f1136a1f
3 changed files with 41 additions and 11 deletions

View File

@@ -312,3 +312,10 @@
padding: 0 .5em;
opacity: .4;
}
.export-textarea {
resize: none;
width: 100%;
height: 50vh;
padding: 12px;
}