Commit 3511f4e0 authored by zhengke's avatar zhengke

修改

parent f0ca63cf
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<q-scroll-area :thumb-style="thumbStyle" :bar-style="barStyle" style="height: 100%;"> <q-scroll-area :thumb-style="thumbStyle" :bar-style="barStyle" style="height: 100%;">
<q-list> <q-list>
<q-item v-for="(x, i) in areas" :key="i" clickable v-ripple :active="crtAreaIndex==i" <q-item v-for="(x, i) in areas" :key="i" clickable v-ripple :active="crtAreaIndex==i"
@click="clkAreaHandler(i)" active-class="my-menu-link"> @click.stop="clkAreaHandler(i)" active-class="my-menu-link">
<q-item-section> <q-item-section>
<q-item-label>{{ x.Name }}</q-item-label> <q-item-label>{{ x.Name }}</q-item-label>
</q-item-section> </q-item-section>
...@@ -298,7 +298,7 @@ ...@@ -298,7 +298,7 @@
<style> <style>
.banner-style8 { .banner-style8 {
margin-top: -60px; /* margin-top: -60px; */
position: relative; position: relative;
} }
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<q-scroll-area :thumb-style="thumbStyle" :bar-style="barStyle" style="height: 100%;"> <q-scroll-area :thumb-style="thumbStyle" :bar-style="barStyle" style="height: 100%;">
<q-list> <q-list>
<q-item v-for="(x, i) in areas" :key="i" clickable v-ripple :active="crtAreaIndex==i" <q-item v-for="(x, i) in areas" :key="i" clickable v-ripple :active="crtAreaIndex==i"
@click="clkAreaHandler(i)" active-class="my-menu-link"> @click.stop="clkAreaHandler(i)" active-class="my-menu-link">
<q-item-section> <q-item-section>
<q-item-label>{{ x.Name }}</q-item-label> <q-item-label>{{ x.Name }}</q-item-label>
</q-item-section> </q-item-section>
...@@ -300,7 +300,7 @@ ...@@ -300,7 +300,7 @@
<style> <style>
.banner-style9 { .banner-style9 {
margin-top: -60px; margin-top: -40px;
position: relative; position: relative;
} }
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<q-scroll-area :thumb-style="thumbStyle" :bar-style="barStyle" style="height: 100%;"> <q-scroll-area :thumb-style="thumbStyle" :bar-style="barStyle" style="height: 100%;">
<q-list> <q-list>
<q-item v-for="(x, i) in areas" :key="i" clickable v-ripple :active="crtAreaIndex==i" <q-item v-for="(x, i) in areas" :key="i" clickable v-ripple :active="crtAreaIndex==i"
@click="clkAreaHandler(i)" active-class="my-menu-link"> @click.stop="clkAreaHandler(i)" active-class="my-menu-link">
<q-item-section> <q-item-section>
<q-item-label>{{ x.Name }}</q-item-label> <q-item-label>{{ x.Name }}</q-item-label>
</q-item-section> </q-item-section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment