This commit is contained in:
zhaofang
2022-06-14 18:46:47 +08:00
parent 8c7599ff55
commit 0936096121
2 changed files with 7 additions and 2 deletions

View File

@@ -31,5 +31,10 @@
.u-page{
padding: 10px;
}
.text-tooltip{
background: #efeff1 !important;
border: 1px solid #e7e7e7 !important;
box-shadow: 0px 1px 5px 1px rgba(92,98,111,.3);
}
</style>

View File

@@ -460,7 +460,7 @@ export default {
orderField: 'id'
};
if (this.caseList.orderType == 2) {
params.orderField = 'praises';
params.orderField = 'comments';
}
apiCase.indexList(params).then(res => {
if (res.status == 200) {