|
|
@ -61,14 +61,14 @@ |
|
|
|
import '@/common/platform.styl'; |
|
|
|
import HNav from './../components/HNav.vue'; |
|
|
|
import BreadCrumb from 'components/BreadCrumb/BreadCrumb.vue'; |
|
|
|
import DeEnt from './components/DeEnt.vue'; |
|
|
|
// import DeEnt from './components/DeEnt.vue'; |
|
|
|
import NewModel from './../components/NewModel.vue'; |
|
|
|
import RichText from 'components/Introduce/RichText.vue'; |
|
|
|
// import RichText from 'components/Introduce/RichText.vue'; |
|
|
|
import CoreOrgan from 'components/CoreOrgan/CoreOrgan.vue'; |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'Core', |
|
|
|
components: { HNav, BreadCrumb, DeEnt, NewModel, RichText, CoreOrgan }, |
|
|
|
components: { HNav, BreadCrumb, NewModel, CoreOrgan }, |
|
|
|
data() { |
|
|
|
return { |
|
|
|
str: '这是中心界面', |
|
|
@ -141,20 +141,9 @@ export default { |
|
|
|
bottom: '1%', |
|
|
|
right: '36%', |
|
|
|
symbolSize: 7, |
|
|
|
lineStyle: { |
|
|
|
width: 4, |
|
|
|
}, |
|
|
|
itemStyle: { |
|
|
|
borderWidth: 3, |
|
|
|
borderColor: '#AACD06', |
|
|
|
}, |
|
|
|
label: { |
|
|
|
position: 'left', |
|
|
|
verticalAlign: 'middle', |
|
|
|
align: 'right', |
|
|
|
fontSize: 16, |
|
|
|
}, |
|
|
|
|
|
|
|
lineStyle: { width: 4 }, |
|
|
|
itemStyle: { borderWidth: 3, borderColor: '#AACD06' }, |
|
|
|
label: { position: 'left', verticalAlign: 'middle', align: 'right', fontSize: 16 }, |
|
|
|
leaves: { |
|
|
|
label: { |
|
|
|
position: 'right', |
|
|
|