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", "version" : "1.0",
"configurations" : [ "configurations" : [
{ {
"customPlaygroundType" : "local",
"customPlaygroundType" : "device",
"packageName" : "io.dcloud.HBuilder", "packageName" : "io.dcloud.HBuilder",
"playground" : "custom",
"playground" : "standard",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
} }
] ]

3
pages.json

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

BIN
static/deepExploration-images/kLineAll.png

After

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

Loading…
Cancel
Save