update 重构暗黑模式样式 将所有写死的颜色统一整理

This commit is contained in:
疯狂的狮子Li
2026-04-01 19:18:07 +08:00
parent 3f30bac6f3
commit 38c67fba25
31 changed files with 163 additions and 199 deletions
+2 -2
View File
@@ -403,9 +403,9 @@ onMounted(() => {
.preview-box {
width: 100%;
padding: 10px 12px;
background-color: #f5f7fa;
background-color: var(--el-fill-color-light);
border-radius: 4px;
color: #333;
color: var(--el-text-color-primary);
font-family: monospace; /* 等宽字体更清晰 */
white-space: nowrap; /* 禁止换行 */
overflow-x: auto; /* 超出宽度时显示水平滚动条 */