mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
固定顶栏
This commit is contained in:
parent
d755df87f2
commit
c4434992a2
@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<div v-if="!fromUtools">
|
||||
<q-dialog v-model="isResultShow" position="bottom" @hide="stopRun">
|
||||
<q-card style="width: 90vh">
|
||||
<q-card style="max-width: 700px; min-width: 500px; overflow: hidden">
|
||||
<q-toolbar>
|
||||
<q-avatar>
|
||||
<q-icon
|
||||
@ -16,6 +16,10 @@
|
||||
>
|
||||
<q-btn flat round icon="close" color="negative" v-close-popup />
|
||||
</q-toolbar>
|
||||
<q-card-section
|
||||
style="max-height: calc(100% - 50px); padding: 0"
|
||||
class="scroll"
|
||||
>
|
||||
<ResultArea
|
||||
v-if="isResultShow"
|
||||
@frameLoad="frameLoad"
|
||||
@ -26,6 +30,7 @@
|
||||
:maxHeight="maxHeight"
|
||||
:key="timeStamp"
|
||||
/>
|
||||
</q-card-section>
|
||||
</q-card>
|
||||
</q-dialog>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user