Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
b6d3a85a
authored
Dec 19, 2024
by
芋道源码
Committed by
Gitee
Dec 19, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!621 fix:产品页面卡片与设备页面卡片当deviceKey和productKey长度过长 不能自动换行并且加压图片的容器,确保内容不会因为过长而溢出其容器
Merge pull request !621 from alwayssuper/feature/iot
parents
2505410b
16542219
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/views/iot/device/device/index.vue
+1
-1
src/views/iot/product/product/index.vue
+1
-1
No files found.
src/views/iot/device/device/index.vue
View file @
b6d3a85a
...
@@ -209,7 +209,7 @@
...
@@ -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]"
>
...
...
src/views/iot/product/product/index.vue
View file @
b6d3a85a
...
@@ -97,7 +97,7 @@
...
@@ -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]"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment