修复文件上传中列表滚动

This commit is contained in:
miao 2023-02-16 11:34:55 +08:00
parent 27f914c995
commit 601a95a33e
1 changed files with 3 additions and 2 deletions

View File

@ -222,10 +222,11 @@
style="color: #ffbe4a; font-size: 2.5em"
></q-icon>
{{
props.value.length > 60
? props.value.substr(0, 60) + "..."
props.value.length > 35
? props.value.substr(0, 35) + "..."
: props.value
}}
<q-tooltip> {{ props.value }} </q-tooltip>
</div>
<div v-else-if="props.col.name == 'file_size'">