shish 2 месяцев назад
Родитель
Сommit
f00923c552
1 измененных файлов с 15 добавлено и 1 удалено
  1. 15 1
      hdApp/src/admin/home/me.vue

+ 15 - 1
hdApp/src/admin/home/me.vue

@@ -68,7 +68,7 @@
           <view class="finance-actions">
             <view class="pill-btn" @click="pageTo({ url: '/admin/home/moneyChangeList' })">变动明细</view>
             <view class="pill-btn" @click="outAmountFn">取出</view>
-            <view class="pill-btn pill-btn-solid" @click="inAmountFn">存入</view>
+            <view class="pill-btn" @click="inAmountFn">存入</view>
           </view>
         </view>
       </view>
@@ -615,6 +615,20 @@ export default {
   font-weight: 800;
 }
 
+.cash-col .finance-actions {
+  flex-wrap: nowrap;
+  margin-bottom: 0;
+}
+
+.cash-col .pill-btn {
+  min-width: 0;
+  height: 46upx;
+  padding: 0 12upx;
+  margin-right: 10upx;
+  margin-bottom: 0;
+  font-size: 22upx;
+}
+
 .finance-actions {
   display: flex;
   align-items: center;