|
@@ -73,7 +73,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</u-popup>
|
|
|
- <u-tabs :list="tabList" v-if="false" :is-scroll="false" :current="current" @change="change" inactive-color="#acb2af"
|
|
|
+ <u-tabs :list="tabList" v-if="false" bar-width="100" :is-scroll="false" :current="current" @change="change" inactive-color="#acb2af"
|
|
|
active-color="#101010"></u-tabs>
|
|
|
<!-- 充电订单 -->
|
|
|
<view class="detailed" v-if="current==0">
|
|
@@ -608,15 +608,17 @@
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
|
|
|
- /deep/.uni-scroll-view-content {
|
|
|
- width: 50% !important;
|
|
|
- margin: auto;
|
|
|
+ .u-tabs{
|
|
|
+ /deep/.uni-scroll-view-content {
|
|
|
+ width: 56.2% !important;
|
|
|
+ margin: auto;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/deep/.u-tab-bar {
|
|
|
- width: 20% !important;
|
|
|
+
|
|
|
background-color: #0076FF !important;
|
|
|
- left: -4.5%;
|
|
|
+
|
|
|
|
|
|
}
|
|
|
</style>
|