diff --git a/jsowell-ui/src/views/financial/financeDetail.vue b/jsowell-ui/src/views/financial/financeDetail.vue index 1ba7ec50c..e285f2f97 100644 --- a/jsowell-ui/src/views/financial/financeDetail.vue +++ b/jsowell-ui/src/views/financial/financeDetail.vue @@ -1,12 +1,7 @@ @@ -518,8 +451,7 @@ export default { // 关闭分润流水弹框 turnOffProfitSharing() { this.profitSharing = false; - this.orderList = []; - + this.orderList = []; }, }, created() { @@ -554,7 +486,7 @@ export default { height: 100%; background: #fff; border-radius: 8px; - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); + box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15); padding: 20px; div { @@ -588,6 +520,7 @@ export default { margin-top: 20px; display: flex; align-items: center; + justify-content: space-between; } .container {