Initial commit

This commit is contained in:
libertyspy
2026-02-09 15:35:20 +08:00
parent 7f8abf2ff2
commit 579d0f2bd8

View File

@@ -184,6 +184,12 @@ export default defineComponent({
text-overflow: ellipsis;
white-space: nowrap;
box-shadow: 0 0 10px rgba(74, 122, 255, 0.3);
white-space: normal; // 恢复默认的换行行为
word-wrap: break-word; // 允许长单词换行
word-break: break-all; // 允许在任意字符处换行
line-height: 1.4; // 增加行高提升可读性
box-shadow: 0 0 10px rgba(74, 122, 255, 0.3);
}
// model/task 节点:浅紫渐变