Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
fb5c5ec0
提交
fb5c5ec0
authored
12月 20, 2025
作者:
Vicky
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
创新主体优化
上级
ad491127
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
2 行增加
和
29 行删除
+2
-29
index.vue
src/views/innovationSubject/index.vue
+2
-29
没有找到文件。
src/views/innovationSubject/index.vue
浏览文件 @
fb5c5ec0
...
@@ -351,13 +351,8 @@
...
@@ -351,13 +351,8 @@
:value=
"item.value"
:value=
"item.value"
/>
/>
</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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论