From 19129145a5905b1d7e4b14167b07cb3a237905df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A5=E6=8B=99=5F233?= <342879248@qq.com> Date: Tue, 14 Oct 2025 14:48:04 +0800 Subject: [PATCH] debug --- web/src/views/pages/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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{