更新
This commit is contained in:
@@ -137,7 +137,7 @@ export default {
|
|||||||
paymentMethods: [
|
paymentMethods: [
|
||||||
{ id: 1, name: '微信', icon: 'weixin', color: '#07C160' },
|
{ id: 1, name: '微信', icon: 'weixin', color: '#07C160' },
|
||||||
{ id: 2, name: '支付宝', icon: 'redo', color: '#1677FF' },
|
{ id: 2, name: '支付宝', icon: 'redo', color: '#1677FF' },
|
||||||
{ id: 3, name: '银行卡', icon: 'bankcard', color: '#FF6B6B' },
|
{ id: 3, name: '银行卡', icon: 'camera', color: '#FF6B6B' },
|
||||||
{ id: 4, name: '现金', icon: 'wallet', color: '#FFA500' },
|
{ id: 4, name: '现金', icon: 'wallet', color: '#FFA500' },
|
||||||
{ id: 5, name: '其他', icon: 'more', color: '#999999' }
|
{ id: 5, name: '其他', icon: 'more', color: '#999999' }
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ export default {
|
|||||||
paymentMap: {
|
paymentMap: {
|
||||||
'微信': { name: '微信', icon: 'weixin', color: '#07C160' },
|
'微信': { name: '微信', icon: 'weixin', color: '#07C160' },
|
||||||
'支付宝': { name: '支付宝', icon: 'redo', color: '#1677FF' },
|
'支付宝': { name: '支付宝', icon: 'redo', color: '#1677FF' },
|
||||||
'银行卡': { name: '银行卡', icon: 'bankcard', color: '#FF6B6B' },
|
'银行卡': { name: '银行卡', icon: 'camera', color: '#FF6B6B' },
|
||||||
'现金': { name: '现金', icon: 'wallet', color: '#FFA500' },
|
'现金': { name: '现金', icon: 'wallet', color: '#FFA500' },
|
||||||
'其他': { name: '其他', icon: 'more', color: '#999999' }
|
'其他': { name: '其他', icon: 'more', color: '#999999' }
|
||||||
}
|
}
|
||||||
@@ -318,6 +318,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.info-section {
|
.info-section {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 20rpx;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
padding: 30rpx;
|
padding: 30rpx;
|
||||||
@@ -329,6 +332,7 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: 1rpx solid #f5f5f5;
|
border-bottom: 1rpx solid #f5f5f5;
|
||||||
|
padding-bottom: 20rpx;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user