diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index 728c4a6..db38e9c 100644
--- a/.hbuilderx/launch.json
+++ b/.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"
}
]
diff --git a/pages.json b/pages.json
index 35e10c6..0e4afde 100644
--- a/pages.json
+++ b/pages.json
@@ -295,7 +295,8 @@
"navigationStyle": "custom",
"disableSwipeBack": true,
"titleNView": false,
- "bounce": false
+ "bounce": false,
+ "pageOrientation": "auto"
}
},
{
diff --git a/pages/deepExploration/MainForceActions.vue b/pages/deepExploration/MainForceActions.vue
index bf06695..752495d 100644
--- a/pages/deepExploration/MainForceActions.vue
+++ b/pages/deepExploration/MainForceActions.vue
@@ -41,6 +41,7 @@
+
@@ -767,7 +768,16 @@
}
.graph_content {
+ position: relative;
min-height: 500rpx;
+
+ image{
+ position: absolute;
+ bottom: 20rpx;
+ right: 30rpx;
+ width: 48rpx;
+ height: 48rpx;
+ }
.charts-box {
width: 100%;
diff --git a/static/deepExploration-images/kLineAll.png b/static/deepExploration-images/kLineAll.png
new file mode 100644
index 0000000..ad3ba4d
Binary files /dev/null and b/static/deepExploration-images/kLineAll.png differ