update 3d 基本改完
This commit is contained in:
		@@ -31,7 +31,7 @@ export default {
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  data() {
 | 
			
		||||
    const colors = ['#5470C6', '#EE6666', '#339888']
 | 
			
		||||
    const colors = ['#E02094', '#F0D63C', '#1A99FF']
 | 
			
		||||
 | 
			
		||||
    // const computeInterval = numArr => Math.floor(numArr.reduce((p, c) => p + c, 0) / numArr.length / 10) * 10
 | 
			
		||||
    let data = [
 | 
			
		||||
 
 | 
			
		||||
@@ -43,7 +43,7 @@ export default {
 | 
			
		||||
            color: '#fff9'
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        color: ['#59CBE8', '#E93CAC', '#FF7345', '#9452FF', '#6A6E87', '#52FFF1'],
 | 
			
		||||
        color: ['#E02094', '#F0D63C', '#1A99FF'],
 | 
			
		||||
        grid: {
 | 
			
		||||
          top: '30%',
 | 
			
		||||
          left: 0,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div id="v3d-outter" ref="v3d-outter">
 | 
			
		||||
    <!-- <V3DApp @3d-loaded="handle3DLoaded" /> -->
 | 
			
		||||
    <!-- <div v-if="showPage" id="v3d-main-content"> -->
 | 
			
		||||
    <div v-if="true" id="v3d-main-content">
 | 
			
		||||
    <V3DApp @3d-loaded="handle3DLoaded" />
 | 
			
		||||
    <div v-if="showPage" id="v3d-main-content">
 | 
			
		||||
    <!-- <div v-if="true" id="v3d-main-content"> -->
 | 
			
		||||
      <techy-header :head-title="'合肥新能源数字工厂总览'" @toggle-full-screen="toggleFullScreen" />
 | 
			
		||||
 | 
			
		||||
      <section id="techy-body-part">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user