修复环境变量中单引号转义

This commit is contained in:
whyour
2023-09-01 15:15:25 +08:00
parent 461fa8e131
commit fe934fa4af
4 changed files with 8 additions and 35 deletions
+4 -3
View File
@@ -390,9 +390,10 @@ select:-webkit-autofill:focus {
}
pre {
word-break: break-all !important;
white-space: break-spaces !important;
padding: 0 !important;
word-break: break-all;
white-space: break-spaces;
padding: 0;
height: 100%;
}
.virtuallist {