This commit is contained in:
ival 2019-07-25 13:24:48 +08:00
commit 1828c5d27b
2 changed files with 5 additions and 6 deletions

View File

@ -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>

View File

@ -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: [