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

用户设备列表增加黑底

parent 53b51023
......@@ -97,6 +97,7 @@
@click.stop="toBodyClick"
v-show="yhquserCenterShow"
>
<div class="table-wrapper">
<div class="list-top">
<div class="title">设备列表</div>
......@@ -107,7 +108,6 @@
></i>
</div>
</div>
<UserCenterDevice
ref="yhquserCenter"
:show="true"
......@@ -116,6 +116,7 @@
/>
</div>
</div>
</div>
</transition>
</template>
......@@ -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%;
......
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