diff --git a/web/src/views/pages/index.vue b/web/src/views/pages/index.vue index ff006f8..4d416e7 100644 --- a/web/src/views/pages/index.vue +++ b/web/src/views/pages/index.vue @@ -1106,7 +1106,7 @@ const submit = () => { api.valuations(data).then(res=>{ loading.value = false getHistoryList() - window.location.reload() + // window.location.reload() }) } const getHistoryList = () => { @@ -1284,9 +1284,8 @@ onMounted(async () => { text-align: center; font-size: 14px; color: #FFFFFF; - line-height: 14px; + line-height: 40px; font-style: normal; - padding-top: 12px; } .submit-btn2{