Initial commit
This commit is contained in:
@@ -184,6 +184,12 @@ export default defineComponent({
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
box-shadow: 0 0 10px rgba(74, 122, 255, 0.3);
|
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 节点:浅紫渐变
|
// model/task 节点:浅紫渐变
|
||||||
|
|||||||
Reference in New Issue
Block a user