We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2505410 + 1654221 commit b6d3a85Copy full SHA for b6d3a85
src/views/iot/device/device/index.vue
@@ -209,7 +209,7 @@
209
</div>
210
<div class="mb-2.5 last:mb-0">
211
<span class="text-[#717c8e] mr-2.5">DeviceKey</span>
212
- <span class="text-[#0b1d30]">{{ item.deviceKey }}</span>
+ <span class="text-[#0b1d30] whitespace-normal break-all">{{ item.deviceKey }}</span>
213
214
215
<div class="w-[100px] h-[100px]">
src/views/iot/product/product/index.vue
@@ -97,7 +97,7 @@
97
98
99
<span class="text-[#717c8e] mr-2.5">产品标识</span>
100
- <span class="text-[#0b1d30]">{{ item.productKey }}</span>
+ <span class="text-[#0b1d30] whitespace-normal break-all">{{ item.productKey }}</span>
101
102
103
0 commit comments