mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-18 10:18:14 +08:00
⚡️ 一些优化
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
/>
|
||||
</slot>
|
||||
<slot name="inner-text">
|
||||
<span>{{ modelValue.innerText }}</span>
|
||||
<span :title="modelValue.innerText">{{ modelValue.innerText }}</span>
|
||||
</slot>
|
||||
</div>
|
||||
</div>
|
||||
@@ -208,6 +208,13 @@ const props = defineProps<TItemBoxProps>();
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.tib-inner span {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.tib-outer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user