修改测试bug 优化页面

This commit is contained in:
guanj
2026-01-04 14:55:31 +08:00
parent cc0f8bc8b6
commit a765cdf9ee
68 changed files with 5396 additions and 3096 deletions

View File

@@ -21,17 +21,17 @@
:options="echartList"
:style="{
width: prop.width,
height: `calc(${prop.height} / 2 - ${headerHeight / 2}px + ${fullscreen ? 0 : 28}px )`
height: `calc(${prop.height} - ${headerHeight}px + ${fullscreen ? 0 : 56}px)`
}"
/>
<my-echart
<!-- <my-echart
class="mt10"
:options="echartList1"
:style="{
width: prop.width,
height: `calc(${prop.height} / 2 - ${headerHeight / 2}px + ${fullscreen ? 0 : 28}px )`
}"
/>
/> -->
</div>
</div>
</template>
@@ -220,7 +220,7 @@ const initProbabilityData = () => {
grid3D: {
viewControl: {
projection: 'perspective',
distance: 250,
distance: 260,
rotateSensitivity: 10,
zoomSensitivity: 2
},
@@ -394,7 +394,7 @@ const tableStore: any = new TableStore({
echartList1.value = {
title: {
text: '越限时间概率分布'
text: '指标越限时间概率分布'
},
tooltip: {
trigger: 'axis'