From 0a9fb991b68412778d8ae53e8f28e6e9532162e7 Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Tue, 28 Oct 2025 10:15:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dpage=E9=A1=B5=E5=B0=91?= =?UTF-8?q?=E4=BA=86=E4=B8=AA}=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B7=A6=E5=8F=B3=E7=BF=BB=E9=A1=B5=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 1 + pages/home/marketCondition.vue | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/pages.json b/pages.json index 8a33221..456bb6a 100644 --- a/pages.json +++ b/pages.json @@ -70,6 +70,7 @@ "disableSwipeBack": true, "titleNView": false, "bounce": false + } }, { "path": "pages/setting/general", diff --git a/pages/home/marketCondition.vue b/pages/home/marketCondition.vue index 70501ae..d61d17d 100644 --- a/pages/home/marketCondition.vue +++ b/pages/home/marketCondition.vue @@ -8,11 +8,13 @@ + {{ stockInformation.stockName }} {{ stockInformation.stockCode }} + @@ -1881,6 +1883,26 @@ onMounted(async () => { display: inline-block; } +.arrow-left{ + width: 0; + height: 0; + border-top: 10rpx solid transparent; + border-bottom: 10rpx solid transparent; + border-right: 12rpx solid currentColor; + margin-left: 8rpx; + display: inline-block; +} + +.arrow-right{ + width: 0; + height: 0; + border-top: 10rpx solid transparent; + border-bottom: 10rpx solid transparent; + border-left: 12rpx solid currentColor; + margin-left: 8rpx; + display: inline-block; +} + .moreTabsContainer { width: 100%; display: flex;