优化数据展示

This commit is contained in:
weipengfei 2023-07-25 10:47:29 +08:00
parent e4bb562821
commit 172f5cefcd
3 changed files with 7 additions and 2 deletions

View File

@ -303,6 +303,7 @@ page{
} }
.bill_list{ .bill_list{
// background-color: #f5f5f5; // background-color: #f5f5f5;
padding-bottom: 100rpx;
.card{ .card{
padding: 28rpx; padding: 28rpx;
background-color: #fff; background-color: #fff;
@ -370,6 +371,10 @@ page{
height: 84.21rpx; height: 84.21rpx;
background: #3274F9; background: #3274F9;
box-shadow: 0px 9px 26px 1px #E9EFF5; box-shadow: 0px 9px 26px 1px #E9EFF5;
position: fixed;
bottom: 0;
left: 50%;
transform: translate(-50%, -50%);
} }
} }
</style> </style>

View File

@ -35,7 +35,7 @@
export default { export default {
data() { data() {
return { return {
priceList: ['10元','50元','100元','500','1000元','5000','10000元', '自定义'], priceList: ['10元','50元','100元','500','1000元','5000','10000元', '自定义'],
changeMoney: -1, changeMoney: -1,
payMoney: { payMoney: {
money: '' money: ''

View File

@ -40,7 +40,7 @@
export default { export default {
data() { data() {
return { return {
priceList: ['10元','50元','100元','500','1000元','5000','全部', '自定义'], priceList: ['10元','50元','100元','500','1000元','5000','全部', '自定义'],
changeMoney: -1, changeMoney: -1,
payMoney: { payMoney: {
money: '' money: ''