调整
This commit is contained in:
parent
74216b73af
commit
3693b75706
@ -79,7 +79,7 @@
|
|||||||
<div class="fixed bg-amber-50 rounded-tl z-max text-left absolute-bottom-right pl-1.5" style="width: 350px" v-if="view.lines.length > 0">
|
<div class="fixed bg-amber-50 rounded-tl z-max text-left absolute-bottom-right pl-1.5" style="width: 350px" v-if="view.lines.length > 0">
|
||||||
路径数量: {{view.lines.length}}
|
路径数量: {{view.lines.length}}
|
||||||
|
|
||||||
<q-scroll-area style="height: 250px" class="overflow-auto"
|
<q-scroll-area :style="{height: view.lines.length * 22 > 250 ?'250px':view.lines.length * 22 + 'px'}" class="overflow-auto"
|
||||||
:thumb-style="scrollArea.thumbStyle"
|
:thumb-style="scrollArea.thumbStyle"
|
||||||
:bar-style="scrollArea.barStyle">
|
:bar-style="scrollArea.barStyle">
|
||||||
<div v-for="(item,i) in view.lines" :key="i" >
|
<div v-for="(item,i) in view.lines" :key="i" >
|
||||||
|
Loading…
Reference in New Issue
Block a user