From 0edf94722a0dcc338567fec7df76b2e0acd39b92 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期一, 27 五月 2024 15:30:48 +0800 Subject: [PATCH] 调整 --- src/pages/inherit/index.vue | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/pages/inherit/index.vue b/src/pages/inherit/index.vue index f318915..91659ac 100644 --- a/src/pages/inherit/index.vue +++ b/src/pages/inherit/index.vue @@ -1,5 +1,5 @@ <template> - <view class=""> + <view > <headNav idIndex="2" :searchBg="false" @@ -111,7 +111,6 @@ }, onLoad(options) { this.idIndex = options.id; - console.log("optionsoptionsoptions", options.id); }, mounted() { this.getStatistics(); @@ -127,7 +126,7 @@ getData() { this.nodeData = []; // const defaultDynasty = this.dynasty.find(f.dynasty == "瀹�"); - + this.showTool = false; inheritMedicalList({ keywords: this.keyword, dynastyId: this.activeId, @@ -252,7 +251,6 @@ } }); myChart.on("click", (params) => { - console.log(params.event.offsetX, params.event.offsetY); if (params.componentType === "series") { this.showTool = true; this.toolTop = params.event.offsetY + "px"; @@ -400,11 +398,11 @@ border: none; outline: none; margin: auto; - width: 100%; + flex: 1; + overflow: hidden; padding-left: 20px; } .searchBox > button { - width: 10%; color: white; height: 40px; line-height: 40px; -- Gitblit v1.9.1