@@ -1,7 +1,7 @@
<template>
<view class="container">
<!-- 抽屜 -->
- <uni-drawer :visible="drawerIsShow" :width="width" @close="closeDrawer">
+ <uni-drawer :visible="drawerIsShow" :width="width" @close="closeDrawer" style="z-index: 99999;">
<view style="padding:0rpx; background-color:#1A1A1A;">
<view class="picture">
<view class="sisGroup">监视功能分组
@@ -89,6 +89,9 @@
</script>
<style>
+ .container{
+
+ }
.sisGroup {
width: 90%;
height: 65px;
@@ -97,6 +100,7 @@
padding-top: 40px;
margin-left: 5%;
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}
.statusMonitoring {
@@ -111,12 +115,14 @@
padding-top: 10px;
padding-left: 10px;
font-family: Helvetica Neue, Helvetica, sans-serif;
.picture {
width: 300px;
height: 700px;
background-color: #1A1A1A;
.cu-bar {