opt table truncate style

This commit is contained in:
engigu
2025-10-12 12:19:27 +08:00
parent 73eba0d7c6
commit 6bff9f79ef
+1 -1
View File
@@ -18,7 +18,7 @@ const handleClick = () => {
<template>
<span
class="inline-block truncate align-middle cursor-pointer"
class="inline-block align-middle cursor-pointer break-words whitespace-normal"
:class="wrapperClass"
:title="text"
@click="handleClick"