优化数据展示
This commit is contained in:
parent
e4bb562821
commit
172f5cefcd
@ -303,6 +303,7 @@ page{
|
||||
}
|
||||
.bill_list{
|
||||
// background-color: #f5f5f5;
|
||||
padding-bottom: 100rpx;
|
||||
.card{
|
||||
padding: 28rpx;
|
||||
background-color: #fff;
|
||||
@ -370,6 +371,10 @@ page{
|
||||
height: 84.21rpx;
|
||||
background: #3274F9;
|
||||
box-shadow: 0px 9px 26px 1px #E9EFF5;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -35,7 +35,7 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
priceList: ['10元','50元','100元','500','1000元','5000','10000元', '自定义'],
|
||||
priceList: ['10元','50元','100元','500元','1000元','5000元','10000元', '自定义'],
|
||||
changeMoney: -1,
|
||||
payMoney: {
|
||||
money: ''
|
||||
|
@ -40,7 +40,7 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
priceList: ['10元','50元','100元','500','1000元','5000','全部', '自定义'],
|
||||
priceList: ['10元','50元','100元','500元','1000元','5000元','全部', '自定义'],
|
||||
changeMoney: -1,
|
||||
payMoney: {
|
||||
money: ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user