1.14 概念中心模块调整,战略分析模块界面完善

This commit is contained in:
尚政杰
2026-01-14 18:48:02 +08:00
parent 27dc03940b
commit 6ee8ce42ed
888 changed files with 96307 additions and 247 deletions

View File

@@ -9,13 +9,13 @@
<image class="arrow" src="/static/icon/home/conceptCenter/timeScreenArrow.png" mode="widthFix"></image>
</view>
</view>
<scroll-view direction="vertical" class="stockList fixed" :style="'top:'+listTop+'px;'">
<scroll-view scroll-y class="stockList fixed" :style="'top:'+listTop+'px;'">
<view class="list">
<view class="item" v-for="(item,index) in stockList" :key="index">
<view class="stockInfoC flex" @click="clickExpandOrRetract(index)">
<view class="titleCodeC">
<view class="title">{{item.stock_name}}</view>
<view class="code">{{item.stock_code}}</view>
<view class="title">{{item.name}}</view>
<view class="code">{{item.code}}</view>
</view>
<view class="chg flex1">+4.04%</view>
<view class="industry flex1">食品行业</view>
@@ -87,7 +87,7 @@
<script>
import { inject } from 'vue';
import { conceptDetails } from '@/request/api';
export default {
data() {
return {
@@ -498,7 +498,7 @@ page
.datePopup
{
background-color: white;
padding-bottom: env(safe-area-inset-bottom);
padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
border-radius: 20rpx 20rpx 0 0;
.btnTitleC
{