init commit

This commit is contained in:
iqudoo
2026-06-05 17:33:15 +08:00
parent ab495cf9a6
commit 72207bb1bf

View File

@@ -93,7 +93,7 @@ function copyByTextarea(text) {
.log-content-preview__text { .log-content-preview__text {
margin: 0; margin: 0;
color: #666; color: #999;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
@@ -103,5 +103,6 @@ function copyByTextarea(text) {
overflow-wrap: normal; overflow-wrap: normal;
width: max-content; width: max-content;
min-width: 100%; min-width: 100%;
min-height: 200px;
} }
</style> </style>