Browse Source

kline

dongqian/feature-20251022181325-deepmate简版
ZhangYong 3 weeks ago
parent
commit
3b949f2331
  1. 4
      .hbuilderx/launch.json
  2. 3
      pages.json
  3. 10
      pages/deepExploration/MainForceActions.vue
  4. BIN
      static/deepExploration-images/kLineAll.png

4
.hbuilderx/launch.json

@ -2,9 +2,9 @@
"version" : "1.0",
"configurations" : [
{
"customPlaygroundType" : "local",
"customPlaygroundType" : "device",
"packageName" : "io.dcloud.HBuilder",
"playground" : "custom",
"playground" : "standard",
"type" : "uni-app:app-android"
}
]

3
pages.json

@ -295,7 +295,8 @@
"navigationStyle": "custom",
"disableSwipeBack": true,
"titleNView": false,
"bounce": false
"bounce": false,
"pageOrientation": "auto"
}
},
{

10
pages/deepExploration/MainForceActions.vue

@ -41,6 +41,7 @@
<qiun-data-charts type="candle" :opts="opts" :chartData="chartData" :disableScroll="true"
:ontouch="true" :onzoom="true" :key="chartKey" />
</view>
<image src="/static/deepExploration-images/kLineAll.png" mode="aspectFill"></image>
</view>
</view>
<view class="txt">
@ -767,8 +768,17 @@
}
.graph_content {
position: relative;
min-height: 500rpx;
image{
position: absolute;
bottom: 20rpx;
right: 30rpx;
width: 48rpx;
height: 48rpx;
}
.charts-box {
width: 100%;
height: 100%;

BIN
static/deepExploration-images/kLineAll.png

After

Width: 48  |  Height: 48  |  Size: 1.6 KiB

Loading…
Cancel
Save