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

用户设备列表增加黑底

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