shish před 1 rokem
rodič
revize
c8435c7477
1 změnil soubory, kde provedl 3 přidání a 10 odebrání
  1. 3 10
      ghsApp/src/admin/shopYeChange/list.vue

+ 3 - 10
ghsApp/src/admin/shopYeChange/list.vue

@@ -11,7 +11,6 @@
 					<view class="header-item event-col">事项</view>
 					<view class="header-item amount-col">金额</view>
 					<view class="header-item balance-col">余额</view>
-					<view class="header-item tx-col">可提现</view>
 				</view>
 				
 				<!-- 数据行 -->
@@ -37,9 +36,6 @@
 						<view class="row-item balance-col">
 							<view class="balance-text">{{ parseFloat(item.balance) }}</view>
 						</view>
-						<view class="row-item tx-col">
-							<view class="tx-text">{{ parseFloat(item.txBalance) }}</view>
-						</view>
 					</view>
 				</view>
 			</block>
@@ -177,12 +173,10 @@ export default {
 }
 
 .balance-col {
-	flex: 0 0 100upx;
+	flex: 0 0 130upx;
 }
 
-.tx-col {
-	flex: 0 0 100upx;
-}
+
 
 .source-info {
 	text-align: left;
@@ -207,8 +201,7 @@ export default {
 }
 
 .amount-text,
-.balance-text,
-.tx-text {
+.balance-text {
 	font-size: 30upx;
 	color: #000;
 	font-weight: 500;