|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<view class="graphContainer">
|
|
<view class="graphContainer">
|
|
<image
|
|
<image
|
|
- src="https://qiuyu-daodian.oss-cn-beijing.aliyuncs.com/images/graph.png"
|
|
|
|
|
|
+ src="https://qiuyu-daodian.oss-cn-beijing.aliyuncs.com/images/graph1.png"
|
|
mode="scaleToFill"
|
|
mode="scaleToFill"
|
|
/>
|
|
/>
|
|
</view>
|
|
</view>
|
|
@@ -14,7 +14,7 @@ export default {};
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.graphContainer {
|
|
.graphContainer {
|
|
background: $bg-green;
|
|
background: $bg-green;
|
|
- height: 1420rpx;
|
|
|
|
|
|
+ height: 2062rpx;
|
|
padding: 32rpx;
|
|
padding: 32rpx;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
image {
|
|
image {
|