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;