常志远 2 年之前
父節點
當前提交
934e277a3a
共有 1 個文件被更改,包括 8 次插入6 次删除
  1. 8 6
      pagesFinance/share/index.vue

+ 8 - 6
pagesFinance/share/index.vue

@@ -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>