对话框支持换行

This commit is contained in:
fofolee 2025-03-15 14:25:03 +08:00
parent 07babda68e
commit e02977b732

View File

@ -262,6 +262,7 @@ body {
line-height: 1.4;
font-size: 13px;
user-select: text;
white-space: pre-wrap;
}
.button-bar {