默认列宽设置

This commit is contained in:
zyx.net
2023-04-23 11:11:42 +08:00
parent 0b9d54f0db
commit a91aee26cb
43 changed files with 112 additions and 92 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
</span>
<span slot="detailText" slot-scope="text,record">
<span class="text" :title="text">
{{text && text.length > 18?text.slice(0,17)+'...':text}}
{{text && text.length > 25?text.slice(0,24)+'...':text}}
</span>
</span>
<span slot="detail" slot-scope="text,record">