|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div :class="theme">
|
|
|
+ <div :class="[theme, 'paekingFeeClass']">
|
|
|
|
|
|
<scroll-view :class="['scroll-Y' ,'color-scroll-Y']">
|
|
|
<div class="wrap">
|
|
@@ -147,9 +147,10 @@
|
|
|
<div class="top_down" @click="top_display" v-else><van-icon name="arrow-up" /></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <wx-points-auth ref="wxPointsAuth"></wx-points-auth>
|
|
|
+
|
|
|
</div>
|
|
|
</scroll-view>
|
|
|
+ <wx-points-auth ref="wxPointsAuth"></wx-points-auth>
|
|
|
<plate-number ref="plateKeyboard" :noDisBtn="[32, 33, 34,35, 36, 37]" :carType="carType" :active="active" :ind="ind" :numArr="numArr" @carnoArr="updateCarno"></plate-number>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -168,7 +169,9 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100vh;
|
|
|
}
|
|
|
-
|
|
|
+.paekingFeeClass {
|
|
|
+ position:relative;
|
|
|
+}
|
|
|
.color-scroll-Y {
|
|
|
background: #f4f7ff;
|
|
|
// background: red;
|