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