抽屉调整
This commit is contained in:
parent
391863ee21
commit
1891981a23
@ -54,7 +54,7 @@
|
|||||||
</q-popup-edit>
|
</q-popup-edit>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
<q-btn color="info" label="返回" @click="backConfirm" />
|
<q-btn color="info" label="返回" @click="backConfirm" />
|
||||||
<q-btn dense flat round icon="menu" @click="toggleRightDrawer" />
|
<!-- <q-btn dense flat round icon="menu" @click="toggleRightDrawer" /> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="menu-nav">
|
<div class="menu-nav">
|
||||||
@ -169,11 +169,26 @@
|
|||||||
</q-header>
|
</q-header>
|
||||||
|
|
||||||
<q-drawer show-if-above bordered v-model="rightDrawerOpen" side="right">
|
<q-drawer show-if-above bordered v-model="rightDrawerOpen" side="right">
|
||||||
|
<q-btn
|
||||||
|
dense
|
||||||
|
color="light-blue-4"
|
||||||
|
style="position: absolute; top: 50%; left: -10%"
|
||||||
|
icon="keyboard_arrow_right"
|
||||||
|
font-size="2em"
|
||||||
|
@click="toggleRightDrawer"
|
||||||
|
/>
|
||||||
<q-resize-observer @resize="onRightResize" />
|
<q-resize-observer @resize="onRightResize" />
|
||||||
|
|
||||||
<draw-properties></draw-properties>
|
<draw-properties></draw-properties>
|
||||||
</q-drawer>
|
</q-drawer>
|
||||||
|
<q-btn
|
||||||
|
dense
|
||||||
|
color="light-blue-4"
|
||||||
|
font-size="2em"
|
||||||
|
style="position: absolute; top: 50%; z-index: 99; right: 0"
|
||||||
|
icon="keyboard_arrow_left"
|
||||||
|
@click="toggleRightDrawer"
|
||||||
|
/>
|
||||||
<q-page-container>
|
<q-page-container>
|
||||||
<div
|
<div
|
||||||
ref="drawAppContainer"
|
ref="drawAppContainer"
|
||||||
|
Loading…
Reference in New Issue
Block a user