|
@@ -38,15 +38,19 @@
|
|
|
<view class="statisticsChart-head">
|
|
|
<h4 >充电桩收益占比</h4>
|
|
|
|
|
|
- <view class="statisticsChart-time">
|
|
|
- <u-calendar v-model="showdate" mode="range" @change="changedate"></u-calendar>
|
|
|
- <p @click="showdate = true">{{startTime}} 至 {{endTime}}</p>
|
|
|
- <u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="36"></u-icon>
|
|
|
-
|
|
|
- </view>
|
|
|
+
|
|
|
</view>
|
|
|
<view class="statisticsChart-main" >
|
|
|
+ <u-calendar v-model="showdate" mode="range" @change="changedate"></u-calendar>
|
|
|
+
|
|
|
+ <view class="statisticsChart-time" style="
|
|
|
+ text-align: center; margin-bottom: 5px;
|
|
|
+">
|
|
|
+ <p @click="showdate = true">{{startTime}} 至 {{endTime}}
|
|
|
+ <u-icon name="arrow-down-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="36"></u-icon>
|
|
|
+</p>
|
|
|
|
|
|
+ </view>
|
|
|
<u-subsection :list="subsection" @change="changesub" :current="current" button-color="#2E7Dff"
|
|
|
active-color="#fff"></u-subsection>
|
|
|
|
|
@@ -338,7 +342,7 @@
|
|
|
|
|
|
.statisticsChart-main {
|
|
|
background-color: #fff;
|
|
|
- padding: 16px;
|
|
|
+ padding:10px 16px 16px 16px;
|
|
|
border-radius: 8px;
|
|
|
}
|
|
|
}
|