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

创新主体优化

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