10.13 修改时间筛选逻辑,去掉分时图线上圆圈展示,修改K线图颜色

This commit is contained in:
尚政杰
2025-10-13 16:48:21 +08:00
parent bf2388c3ec
commit b53bb9715e
93 changed files with 736 additions and 352 deletions

View File

@@ -11,6 +11,7 @@
<view v-if="investDetails" class="contentC fixed" :style="'top:'+contentTop+'px;'">
<view v-if="selectCategory==0" class="former">
<ua-markdown :source="former" />
<text class="ai">AI合成</text>
</view>
<view v-if="selectCategory==1" class="former">
<ua-markdown :source="investDetails.forecast" />
@@ -36,7 +37,7 @@
</view>
</view>
</view>
<view v-if="selectCategory==4" class="">
<view v-if="selectCategory==4">
<view class="conceptList">
<view class="item relative" v-for="(item,index) in investDetails.extracted_concepts" :key="index" @click="clickConceptItem()">
<image class="cover" :src="item.first_image" mode="aspectFill"></image>
@@ -206,10 +207,17 @@
left: 0;
right: 0;
bottom: 0;
// margin-top: 10rpx;
// border-radius: 20rpx 20rpx 0 0;
overflow-y: scroll;
.former
{
padding: 40rpx 25rpx;
.ai
{
font-size: 28rpx;
color: #C00000;
}
}
.stockCategoryList
{