Commit 90e65fbb authored by 纪泽龙's avatar 纪泽龙

用户设备列表增加黑底

parent 53b51023
...@@ -97,23 +97,24 @@ ...@@ -97,23 +97,24 @@
@click.stop="toBodyClick" @click.stop="toBodyClick"
v-show="yhquserCenterShow" v-show="yhquserCenterShow"
> >
<div class="list-top"> <div class="table-wrapper">
<div class="title">设备列表</div> <div class="list-top">
<div class="title">设备列表</div>
<div class="close" @click="close"> <div class="close" @click="close">
<i <i
class="el-icon-close" class="el-icon-close"
style="font-size: 20px; color: #5dfefe" style="font-size: 20px; color: #5dfefe"
></i> ></i>
</div>
</div> </div>
<UserCenterDevice
ref="yhquserCenter"
:show="true"
:detcetorList="safetyDeviceList"
v-if="safetyDeviceList.length > 0"
/>
</div> </div>
<UserCenterDevice
ref="yhquserCenter"
:show="true"
:detcetorList="safetyDeviceList"
v-if="safetyDeviceList.length > 0"
/>
</div> </div>
</div> </div>
</transition> </transition>
...@@ -376,6 +377,15 @@ export default { ...@@ -376,6 +377,15 @@ export default {
} }
} }
.toBody { .toBody {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,.5);
z-index: 999999999;
}
.table-wrapper {
position: fixed; position: fixed;
left: 50%; left: 50%;
top: 20%; top: 20%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment