File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 209
209
</div >
210
210
<div class =" mb-2.5 last:mb-0" >
211
211
<span class =" text-[#717c8e] mr-2.5" >DeviceKey</span >
212
- <span class =" text-[#0b1d30] whitespace-normal break-all" >{{ item.deviceKey }}</span >
212
+ <span class =" text-[#0b1d30] inline-block align-middle overflow-hidden text-ellipsis whitespace-nowrap max-w-[130px]" >
213
+ {{ item.deviceKey }}
214
+ </span >
213
215
</div >
214
216
</div >
215
217
<div class =" w-[100px] h-[100px]" >
Original file line number Diff line number Diff line change 139
139
<div class =" flex-1" >
140
140
<div class =" mb-2.5 last:mb-0" >
141
141
<span class =" text-[#717c8e] mr-2.5" >插件标识</span >
142
- <span class =" text-[#0b1d30] whitespace-normal break-all" >{{
143
- item.pluginKey
144
- }} </span >
142
+ <span class =" text-[#0b1d30] whitespace-normal break-all" >
143
+ {{ item.pluginKey }}
144
+ </span >
145
145
</div >
146
146
<div class =" mb-2.5 last:mb-0" >
147
147
<span class =" text-[#717c8e] mr-2.5" >jar包</span >
Original file line number Diff line number Diff line change 97
97
</div >
98
98
<div class =" mb-2.5 last:mb-0" >
99
99
<span class =" text-[#717c8e] mr-2.5" >产品标识</span >
100
- <span class =" text-[#0b1d30] whitespace-normal break-all " >
100
+ <span class =" text-[#0b1d30] inline-block align-middle overflow-hidden text-ellipsis whitespace-nowrap max-w-[140px] " >
101
101
{{ item.productKey }}
102
102
</span >
103
103
</div >
You can’t perform that action at this time.
0 commit comments