修复编辑器不同步bug

This commit is contained in:
nnwang
2025-12-04 23:57:23 +08:00
parent febe90a2d1
commit 8904afa511
2 changed files with 401 additions and 113 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +1,7 @@
@import "tailwindcss";
@plugin "daisyui";
/* 修复JSON编辑状态的颜色问题 */
.text-error {
color: #18181B !important;
}