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