提交 fb5c5ec0 authored 作者: Vicky's avatar Vicky

创新主体优化

上级 ad491127
......@@ -352,12 +352,7 @@
/>
</el-select>
</div>
<<<<<<<<< Temporary merge branch 1
</div>
=========
</div>
>>>>>>>>> Temporary merge branch 2
</div>
<div class="center-footer-layout">
<div class="content-header">
......@@ -366,9 +361,6 @@
</div>
<div class="title">{{ "研究领域布局情况" }}</div>
</div>
<<<<<<<<< Temporary merge branch 1
<div class="center-footer-layout-content"></div>
=========
<div class="center-footer-layout-content">
<div class="center-footer-layout-content-item">
<EChart :option="pieOption" autoresize :style="{ height: '370px',width:'750px' }" />
......@@ -388,7 +380,6 @@
</div>
</div>
</div>
>>>>>>>>> Temporary merge branch 2
</div>
</div>
</div>
......@@ -413,13 +404,9 @@
</div>
</div>
<div class="home-main-footer-main">
<<<<<<<<< Temporary merge branch 1
<div class="footer-main-item" v-for="item in universityList" :key="item.name">
<img :src="item.pic" style="height: 32px; width: 32px" />
=========
<div class="footer-main-item" v-for="item in universityList" :key="item.name" @click="handleClickToDetail">
<img :src="item.pic" style="height: 32px; width: 32px;" />
>>>>>>>>> Temporary merge branch 2
<div class="item-text">{{ item.name }}</div>
<div class="item-text2">{{ item.adder }}</div>
<div class="item-text2">{{ item.area }}</div>
......@@ -907,12 +894,6 @@ onMounted(async () => {
let chart1 = getPieChart(chart1Data.value, colorList);
setChart(chart1, "chart1");
<<<<<<<<< Temporary merge branch 1
let chart2 = getPieChart(chart2Data.value, colorList);
setChart(chart2, "chart2");
=========
>>>>>>>>> Temporary merge branch 2
});
</script>
......@@ -1935,13 +1916,9 @@ onMounted(async () => {
.center-footer-layout-content {
display: flex;
flex-direction: row;
<<<<<<<<< Temporary merge branch 1
.center-footer-layout-content-item {
=========
.center-footer-layout-content-item{
height: 480px;
width: 800px;
>>>>>>>>> Temporary merge branch 2
display: flex;
flex-direction: column;
margin-left: 24px;
......@@ -2050,12 +2027,8 @@ onMounted(async () => {
padding: 16px;
display: flex;
flex-direction: column;
<<<<<<<<< Temporary merge branch 1
.item-text {
=========
cursor: pointer;
.item-text{
>>>>>>>>> Temporary merge branch 2
color: rgba(59, 65, 75, 1);
font-family: Microsoft YaHei;
font-size: 18px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论