!621 fix:产品页面卡片与设备页面卡片当deviceKey和productKey长度过长 不能自动换行并且加压图片的容器,确保内容不会因为过长而溢出其容器

Merge pull request !621 from alwayssuper/feature/iot
This commit is contained in:
芋道源码 2024-12-19 12:45:22 +00:00 committed by Gitee
commit b6d3a85a8b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@
</div> </div>
<div class="mb-2.5 last:mb-0"> <div class="mb-2.5 last:mb-0">
<span class="text-[#717c8e] mr-2.5">DeviceKey</span> <span class="text-[#717c8e] mr-2.5">DeviceKey</span>
<span class="text-[#0b1d30]">{{ item.deviceKey }}</span> <span class="text-[#0b1d30] whitespace-normal break-all">{{ item.deviceKey }}</span>
</div> </div>
</div> </div>
<div class="w-[100px] h-[100px]"> <div class="w-[100px] h-[100px]">

View File

@ -97,7 +97,7 @@
</div> </div>
<div class="mb-2.5 last:mb-0"> <div class="mb-2.5 last:mb-0">
<span class="text-[#717c8e] mr-2.5">产品标识</span> <span class="text-[#717c8e] mr-2.5">产品标识</span>
<span class="text-[#0b1d30]">{{ item.productKey }}</span> <span class="text-[#0b1d30] whitespace-normal break-all">{{ item.productKey }}</span>
</div> </div>
</div> </div>
<div class="w-[100px] h-[100px]"> <div class="w-[100px] h-[100px]">