|
@@ -36,7 +36,6 @@
|
|
|
>
|
|
|
<legendList :chiceStatus="chiceStatus"></legendList>
|
|
|
</el-drawer>
|
|
|
- <!-- :visible.sync="drawer" -->
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -122,12 +121,12 @@ li {
|
|
|
list-style-type: none;
|
|
|
}
|
|
|
.left-tool-bar {
|
|
|
- background: rgba(255, 255, 255, 1);
|
|
|
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
- box-sizing: border-box;
|
|
|
height: calc(~"100% - 2px");
|
|
|
+ position: relative;
|
|
|
.btn-list {
|
|
|
height: 100%;
|
|
|
+ z-index: 99;
|
|
|
+ position: relative;
|
|
|
ul {
|
|
|
width: 54px;
|
|
|
height: 100%;
|
|
@@ -171,7 +170,8 @@ li {
|
|
|
.el-drawer__wrapper {
|
|
|
left: 64px;
|
|
|
top: 86px;
|
|
|
- // box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
|
- width: 242px;
|
|
|
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
|
|
|
+ width: 221px;
|
|
|
+ border-right: 1px solid #eee;
|
|
|
}
|
|
|
</style>
|