wkyy 3 years ago
parent
commit
eb3ffd780f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/index/index.vue

+ 3 - 3
pages/index/index.vue

@@ -58,9 +58,9 @@
 			<view class="text"> 
 				
 				<view class="station-title">
-					<text class="title-left" v-if="stationData.type == '1'" style="color: #9D9FFF;">快充</text>
-					<text class="title-left" v-if="stationData.type == '2'" style="color: #00B962;">慢充</text>
-					<text class="title-left" v-if="stationData.type == '1,2'" style="color: #00BAC8;">快/慢</text>
+					<text class="title-left" v-if="stationData.type == '1'" style="background-color: #9D9FFF;">快充</text>
+					<text class="title-left" v-if="stationData.type == '2'" style="background-color: #00B962;">慢充</text>
+					<text class="title-left" v-if="stationData.type == '1,2'" style="background-color: #00BAC8;">快/慢</text>
 					<text class="title-right">{{stationData.name}}</text>
 				</view>