Merge branch 'master' of https://git.qcloud.com/joylink/jl-nclient
This commit is contained in:
commit
1828c5d27b
@ -98,9 +98,8 @@ export default {
|
||||
background: red;
|
||||
opacity: 0;
|
||||
cursor: e-resize;
|
||||
/* margin-left: -24px; */
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
z-index: 9999;
|
||||
}
|
||||
</style>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<div class="map-list" :style="{width: widthLeft+'px'}">
|
||||
<map-list-operation ref="mapListOperation" />
|
||||
</div>
|
||||
<!-- <drap-left :width-left="widthLeft" @drapWidth="drapWidth" /> -->
|
||||
<drap-left :width-left="widthLeft" @drapWidth="drapWidth" />
|
||||
<transition>
|
||||
<router-view />
|
||||
</transition>
|
||||
@ -14,14 +14,14 @@
|
||||
import WindowResizeHandler from '@/mixin/WindowResizeHandler';
|
||||
import MapListOperation from './mapmanage/maplist';
|
||||
import localStore from 'storejs';
|
||||
// import DrapLeft from '@/views/components/drapLeft/index';
|
||||
import DrapLeft from '@/views/components/drapLeft/index';
|
||||
// import MenuLocation from './menus/menuLocation';
|
||||
|
||||
export default {
|
||||
name: 'MapDraft',
|
||||
components: {
|
||||
MapListOperation
|
||||
// DrapLeft
|
||||
MapListOperation,
|
||||
DrapLeft
|
||||
// MenuLocation
|
||||
},
|
||||
mixins: [
|
||||
|
Loading…
Reference in New Issue
Block a user