|
@@ -62,7 +62,7 @@
|
|
|
<view class="feature-item-text">密码修改</view>
|
|
|
</view> -->
|
|
|
<view class="feature-item" @click="onPrint()">
|
|
|
- <u-image width="120rpx" height="120rpx" src="/static/img/index-feature-10.png"></u-image>
|
|
|
+ <u-image width="160rpx" height="160rpx" src="/static/img/index-feature-10.png"></u-image>
|
|
|
<view class="feature-item-text">车主查询</view>
|
|
|
</view>
|
|
|
<view class="feature-item" @click="openPage('pages/performance/performance')">
|
|
@@ -78,7 +78,7 @@
|
|
|
<view class="feature-item-text">退出登录</view>
|
|
|
</view> -->
|
|
|
</view>
|
|
|
- <u-bottom color="#949494"></u-bottom>
|
|
|
+ <u-bottom color="#949494" :static="true"></u-bottom>
|
|
|
</view>
|
|
|
|
|
|
<u-toast ref="uToast" />
|
|
@@ -217,6 +217,6 @@
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss" scoped>
|
|
|
+<style lang="scss" >
|
|
|
@import "./index.scss";
|
|
|
</style>
|