修改部分页面展示问题

master
学习很差啦 2022-08-30 09:06:27 +08:00
parent db6e47fa04
commit 8715066f7c
2 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,7 @@ export default {
padding: 10px; padding: 10px;
transition: 0.35s; transition: 0.35s;
display: flex; display: flex;
cursor: pointer; // cursor: pointer;
> .goods-item-title { > .goods-item-title {
flex: 1; flex: 1;
text-align: center; text-align: center;

View File

@ -505,6 +505,7 @@ export default {
this.getDetail(); this.getDetail();
} }
}); });
this.submitLoading = false;
}, },
// //
filterStatus(status) { filterStatus(status) {