From c5cf0d8a9d4f5b255dfa43018d5cd46c982c8354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Wed, 29 Oct 2025 22:53:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A9=E7=9B=98=E8=A7=A3=E6=9E=90=E7=BC=BA?= =?UTF-8?q?=E7=9C=81=E9=A1=B5=E9=9D=A2=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 +- .../morningMarketAnalysis.vue | 39 ++++++++++++++++++++-- 2 files changed, 37 insertions(+), 4 deletions(-) diff --git a/pages.json b/pages.json index 8c0cf25..576244a 100644 --- a/pages.json +++ b/pages.json @@ -91,7 +91,7 @@ "path" : "pages/morningMarketAnalysis/morningMarketAnalysis", "style" : { - "navigationBarTitleText" : "" + "navigationBarTitleText" : "早盘解析" } }, { diff --git a/pages/morningMarketAnalysis/morningMarketAnalysis.vue b/pages/morningMarketAnalysis/morningMarketAnalysis.vue index d6e5f63..bd8dc48 100644 --- a/pages/morningMarketAnalysis/morningMarketAnalysis.vue +++ b/pages/morningMarketAnalysis/morningMarketAnalysis.vue @@ -1,6 +1,13 @@ @@ -18,5 +25,31 @@ +.content { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} + +.no-data-image { + width: 200px; + height: 200px; + margin-bottom: 20px; +} + +.no-data-text { + font-size: 16px; + color: #999999; + text-align: center; +} + \ No newline at end of file