This commit is contained in:
yinsx
2026-01-26 09:51:41 +08:00
parent ce796e2fd7
commit d97ea9c791
14 changed files with 626 additions and 150 deletions

View File

@ -99,9 +99,9 @@ const props = defineProps<{
color: $color-text-primary;
text-align: center;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
word-break: break-word;
line-height: 1.2;
pointer-events: none;
}
</style>