Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王浩
zh-baseversion-project
Commits
90e65fbb
Commit
90e65fbb
authored
Sep 09, 2024
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户设备列表增加黑底
parent
53b51023
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
14 deletions
+24
-14
UserCenter.vue
zh-baseversion-web/src/components/bigWindow/UserCenter.vue
+24
-14
No files found.
zh-baseversion-web/src/components/bigWindow/UserCenter.vue
View file @
90e65fbb
...
...
@@ -97,23 +97,24 @@
@
click
.
stop=
"toBodyClick"
v-show=
"yhquserCenterShow"
>
<div
class=
"list-top"
>
<div
class=
"title"
>
设备列表
</div>
<div
class=
"table-wrapper"
>
<div
class=
"list-top"
>
<div
class=
"title"
>
设备列表
</div>
<div
class=
"close"
@
click=
"close"
>
<i
class=
"el-icon-close"
style=
"font-size: 20px; color: #5dfefe"
></i>
<div
class=
"close"
@
click=
"close"
>
<i
class=
"el-icon-close"
style=
"font-size: 20px; color: #5dfefe"
></i>
</div>
</div>
<UserCenterDevice
ref=
"yhquserCenter"
:show=
"true"
:detcetorList=
"safetyDeviceList"
v-if=
"safetyDeviceList.length > 0"
/>
</div>
<UserCenterDevice
ref=
"yhquserCenter"
:show=
"true"
:detcetorList=
"safetyDeviceList"
v-if=
"safetyDeviceList.length > 0"
/>
</div>
</div>
</transition>
...
...
@@ -376,6 +377,15 @@ export default {
}
}
.toBody
{
position
:
fixed
;
left
:
0
;
right
:
0
;
top
:
0
;
bottom
:
0
;
background
:
rgba
(
0
,
0
,
0
,.
5
);
z-index
:
999999999
;
}
.table-wrapper
{
position
:
fixed
;
left
:
50%
;
top
:
20%
;
...
...
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