Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
5d9669fa
提交
5d9669fa
authored
12月 12, 2025
作者:
Vicky
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'xxh-dev' of
http://8.140.26.4:10003/caijian/risk-monitor
into xxh-dev
上级
eee73d3e
5a5c70de
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
24 行增加
和
24 行删除
+24
-24
index.vue
src/views/innovationSubject/index.vue
+24
-24
没有找到文件。
src/views/innovationSubject/index.vue
浏览文件 @
5d9669fa
...
@@ -352,12 +352,12 @@
...
@@ -352,12 +352,12 @@
/>
/>
</el-select>
</el-select>
</div>
</div>
<
<<<<<<
HEAD
<
<<<<<<<<
Temporary
merge
branch
1
</
div
>
</
div
>
=======
=========
</div>
</div>
>>>>>>>
4f47da48f8ee58e01b335745bbdfd7049def9496
>>>>>>>
>> 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,7 +366,9 @@
...
@@ -366,7 +366,9 @@
</div>
</div>
<div
class=
"title"
>
{{ "研究领域布局情况" }}
</div>
<div
class=
"title"
>
{{ "研究领域布局情况" }}
</div>
</div>
</div>
<
<<<<<<
HEAD
<
<<<<<<<<
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' }"
/>
...
@@ -386,9 +388,7 @@
...
@@ -386,9 +388,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
=======
>>>>>>>>> Temporary merge branch 2
<div
class=
"center-footer-layout-content"
></div>
>>>>>>> 4f47da48f8ee58e01b335745bbdfd7049def9496
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -413,13 +413,13 @@
...
@@ -413,13 +413,13 @@
</div>
</div>
</div>
</div>
<div
class=
"home-main-footer-main"
>
<div
class=
"home-main-footer-main"
>
<
<<<<<<
HEAD
<
<<<<<<<<
Temporary
merge
branch
1
<
div
class=
"footer-main-item"
v-for=
"item in universityList"
:key=
"item.name"
@
click=
"handleClickToDetail"
>
<img
:src=
"item.pic"
style=
"height: 32px; width: 32px;"
/>
=======
<
div
class=
"footer-main-item"
v-for=
"item in universityList"
:key=
"item.name"
>
<
div
class=
"footer-main-item"
v-for=
"item in universityList"
:key=
"item.name"
>
<img
:src=
"item.pic"
style=
"height: 32px; width: 32px"
/>
<img
:src=
"item.pic"
style=
"height: 32px; width: 32px"
/>
>>>>>>> 4f47da48f8ee58e01b335745bbdfd7049def9496
=========
<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-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>
...
@@ -908,11 +908,11 @@ onMounted(async () => {
...
@@ -908,11 +908,11 @@ onMounted(async () => {
let
chart1
=
getPieChart
(
chart1Data
.
value
,
colorList
);
let
chart1
=
getPieChart
(
chart1Data
.
value
,
colorList
);
setChart
(
chart1
,
"chart1"
);
setChart
(
chart1
,
"chart1"
);
<<<<<<<
HEAD
<<<<<<<<<
Temporary
merge
branch
1
=======
let
chart2
=
getPieChart
(
chart2Data
.
value
,
colorList
);
let
chart2
=
getPieChart
(
chart2Data
.
value
,
colorList
);
setChart
(
chart2
,
"chart2"
);
setChart
(
chart2
,
"chart2"
);
>>>>>>>
4
f47da48f8ee58e01b335745bbdfd7049def9496
=========
>>>>>>>>>
Temporary
merge
branch
2
});
});
</
script
>
</
script
>
...
@@ -1935,13 +1935,13 @@ onMounted(async () => {
...
@@ -1935,13 +1935,13 @@ onMounted(async () => {
.center-footer-layout-content
{
.center-footer-layout-content
{
display
:
flex
;
display
:
flex
;
flex-direction
:
row
;
flex-direction
:
row
;
<<<<<<<
HEAD
<<<<<<<<<
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
.center-footer-layout-content-item
{
>>>>>>>
4f47da48f8ee58e01b335745bbdfd7049def9496
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
margin-left
:
24px
;
margin-left
:
24px
;
...
@@ -2050,12 +2050,12 @@ onMounted(async () => {
...
@@ -2050,12 +2050,12 @@ onMounted(async () => {
padding
:
16px
;
padding
:
16px
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
<<<<<<<
HEAD
<<<<<<<<<
Temporary
merge
branch
1
.item-text
{
=========
cursor
:
pointer
;
cursor
:
pointer
;
.item-text
{
.item-text
{
=======
>>>>>>>>>
Temporary
merge
branch
2
.item-text
{
>>>>>>>
4f47da48f8ee58e01b335745bbdfd7049def9496
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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论