fix: mobile dialog close button visibility (#4010)

* Initial plan

* Fix mobile dialog close button visibility by adding max-height and scrollable content

Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
This commit is contained in:
Copilot
2025-12-12 16:02:24 +08:00
committed by GitHub
parent c09d57a820
commit 3b81fb4985
+1 -1
View File
@@ -1473,7 +1473,7 @@ watch(marketSearch, (newVal) => {
<v-dialog v-model="loadingDialog.show" width="700" persistent>
<v-card>
<v-card-title class="text-h5">{{ loadingDialog.title }}</v-card-title>
<v-card-text>
<v-card-text style="max-height: calc(100vh - 200px); overflow-y: auto;">
<v-progress-linear v-if="loadingDialog.statusCode === 0" indeterminate color="primary"
class="mb-4"></v-progress-linear>