@@ -60,10 +60,6 @@ defineEmits<{ (e: 'changeSelect', item: Item): void }>()
padding: 20px 0;
border-bottom: 1px solid rgba(255,255,255,0.16);
- p {
- word-break: keep-all;
- line-height: 1.5em;
- }
}
@@ -90,8 +90,9 @@ const stopWatch = watch(list, () => {
p {
height: 1.5em;
overflow: hidden;
- word-break: break-all;
- text-overflow: ellipsis
+ text-overflow: ellipsis;
+ word-break: keep-all;
+ line-height: 1.5em;