Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
1
合并请求
1
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
c10747eb
提交
c10747eb
authored
4月 07, 2026
作者:
朱政
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix:智库概览页及详情页列表样式问题修改,以及智库百科基本信息样式修改
上级
fb3af8fe
流水线
#341
已通过 于阶段
in 1 分 38 秒
变更
9
流水线
1
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
290 行增加
和
295 行删除
+290
-295
index.vue
...k/ThinkTankDetail/thinkDynamics/CongressHearing/index.vue
+3
-8
index.vue
...nkTank/ThinkTankDetail/thinkDynamics/SurveyForm/index.vue
+4
-4
index.vue
...k/ThinkTankDetail/thinkDynamics/ThinkTankReport/index.vue
+3
-4
index.vue
src/views/thinkTank/ThinkTankDetail/thinkInfo/index.vue
+3
-3
HomeMainFooterMain.vue
src/views/thinkTank/components/HomeMainFooterMain.vue
+2
-3
HomeMainFooterSurvey.vue
src/views/thinkTank/components/HomeMainFooterSurvey.vue
+2
-3
ThinkTankCongressHearingOverview.vue
...thinkTank/components/ThinkTankCongressHearingOverview.vue
+145
-145
ThinkTankPolicyAdviceOverview.vue
...ws/thinkTank/components/ThinkTankPolicyAdviceOverview.vue
+126
-124
index.vue
src/views/thinkTank/index.vue
+2
-1
没有找到文件。
src/views/thinkTank/ThinkTankDetail/thinkDynamics/CongressHearing/index.vue
浏览文件 @
c10747eb
...
...
@@ -100,7 +100,7 @@
</div>
<div
class=
"right-footer"
>
<div
class=
"info"
>
共
{{
total
}}
篇
智库报告
共
{{
total
}}
篇
国会听证会
</div>
<div
class=
"page-box"
>
<el-pagination
:page-size=
"10"
background
layout=
"prev, pager, next"
:total=
"total"
...
...
@@ -290,7 +290,7 @@ const handleToReportDetail = item => {
gap
:
16px
;
height
:
100%
;
margin-bottom
:
10
0px
;
margin-bottom
:
8
0px
;
...
...
@@ -489,14 +489,9 @@ const handleToReportDetail = item => {
.right
{
width
:
1224px
;
.card-box
{
height
:
100%
;
display
:
flex
;
...
...
src/views/thinkTank/ThinkTankDetail/thinkDynamics/SurveyForm/index.vue
浏览文件 @
c10747eb
...
...
@@ -70,7 +70,7 @@
</div>
<div
class=
"right-footer"
>
<div
class=
"info"
>
共
{{
total
}}
篇
智库报告
共
{{
total
}}
篇
调查项目
</div>
<div
class=
"page-box"
>
<el-pagination
:page-size=
"12"
background
layout=
"prev, pager, next"
:total=
"total"
...
...
@@ -218,6 +218,7 @@ const handleToReportDetail = item => {
.main-content
{
display
:
flex
;
gap
:
16px
;
margin-bottom
:
80px
;
.left
{
width
:
360px
;
...
...
@@ -359,11 +360,10 @@ const handleToReportDetail = item => {
.right
{
width
:
1284px
;
height
:
1377px
;
.card-box
{
width
:
1226px
;
height
:
1248px
;
display
:
flex
;
flex-wrap
:
wrap
;
...
...
src/views/thinkTank/ThinkTankDetail/thinkDynamics/ThinkTankReport/index.vue
浏览文件 @
c10747eb
...
...
@@ -219,6 +219,7 @@ const handleToReportDetail = item => {
.main-content
{
display
:
flex
;
gap
:
16px
;
margin-bottom
:
80px
;
.left
{
width
:
360px
;
...
...
@@ -359,12 +360,10 @@ const handleToReportDetail = item => {
}
.right
{
width
:
1284px
;
height
:
1377px
;
.card-box
{
width
:
1226px
;
height
:
1248px
;
display
:
flex
;
flex-wrap
:
wrap
;
...
...
src/views/thinkTank/ThinkTankDetail/thinkInfo/index.vue
浏览文件 @
c10747eb
...
...
@@ -734,7 +734,7 @@ const handleClickPerson = async item => {
}
});
window
.
open
(
route
.
href
,
"_blank"
);
}
else
{
ElMessage
.
warning
(
"找不到当前人员的类型值!"
);
...
...
@@ -819,7 +819,7 @@ onMounted(() => {
display
:
flex
;
margin-top
:
12px
;
width
:
332px
;
height
:
24px
;
margin-left
:
34px
;
.item-left
{
...
...
@@ -836,7 +836,7 @@ onMounted(() => {
.item-right
{
width
:
240px
;
height
:
24px
;
color
:
rgba
(
59
,
65
,
75
,
1
);
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
...
...
src/views/thinkTank/components/HomeMainFooterMain.vue
浏览文件 @
c10747eb
...
...
@@ -53,7 +53,7 @@
</div>
</div>
<div
class=
"right-footer"
>
<div
class=
"info"
>
共
{{
total
}}
篇
政府
报告
</div>
<div
class=
"info"
>
共
{{
total
}}
篇
智库
报告
</div>
<div
class=
"page-box"
>
<el-pagination
:page-size=
"12"
background
layout=
"prev, pager, next"
:total=
"total"
@
current-change=
"emit('page-change', $event)"
:current-page=
"currentPage"
/>
...
...
@@ -198,8 +198,7 @@ const formatDate = (str) => {
.card-box
{
width
:
1226px
;
max-height
:
1248px
;
min-height
:
616px
;
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
16px
16px
;
...
...
src/views/thinkTank/components/HomeMainFooterSurvey.vue
浏览文件 @
c10747eb
...
...
@@ -54,7 +54,7 @@
</div>
</div>
<div
class=
"right-footer"
>
<div
class=
"info"
>
共
{{
total
}}
篇
智库报告
</div>
<div
class=
"info"
>
共
{{
total
}}
篇
调查项目
</div>
<div
class=
"page-box"
>
<el-pagination
:page-size=
"12"
background
layout=
"prev, pager, next"
:total=
"total"
@
current-change=
"emit('page-change', $event)"
:current-page=
"currentPage"
/>
...
...
@@ -174,8 +174,7 @@ const handleTimeGroupChange = (val) => {
.card-box
{
width
:
1226px
;
max-height
:
1248px
;
min-height
:
616px
;
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
16px
16px
;
...
...
src/views/thinkTank/components/ThinkTankCongressHearingOverview.vue
浏览文件 @
c10747eb
...
...
@@ -87,7 +87,7 @@
</div>
<div
class=
"right-footer"
>
<div
class=
"info"
>
共
{{
hearingData
.
length
}}
篇
智库报告
共
{{
hearingData
.
length
}}
篇
国会听证会
</div>
<div
class=
"page-box"
>
<el-pagination
:page-size=
"pageSize"
background
layout=
"prev, pager, next"
:total=
"total"
...
...
@@ -193,193 +193,193 @@ const handlePageChange = page => {
width
:
1600px
;
display
:
flex
;
gap
:
16px
;
}
.left
{
width
:
360px
;
height
:
100%
;
padding-bottom
:
24px
;
box-sizing
:
border-box
;
border
:
1px
solid
rgba
(
234
,
236
,
238
,
1
);
border-radius
:
10px
;
box-shadow
:
0px
0px
20px
0px
rgba
(
94
,
95
,
95
,
0
.1
);
background
:
rgba
(
255
,
255
,
255
,
1
);
position
:
relative
;
}
.select-box-header
{
display
:
flex
;
gap
:
17px
;
.icon
{
margin-top
:
4px
;
width
:
8px
;
height
:
16px
;
background
:
var
(
--
color-main-active
);
border-radius
:
0
4px
4px
0
;
}
.title
{
height
:
24px
;
color
:
var
(
--
color-main-active
);
font-family
:
"Source Han Sans CN"
;
font-size
:
16px
;
font-weight
:
700
;
line-height
:
24px
;
letter-spacing
:
1px
;
text-align
:
left
;
.left
{
width
:
360px
;
height
:
100%
;
padding-bottom
:
24px
;
box-sizing
:
border-box
;
border
:
1px
solid
rgba
(
234
,
236
,
238
,
1
);
border-radius
:
10px
;
box-shadow
:
0px
0px
20px
0px
rgba
(
94
,
95
,
95
,
0
.1
);
background
:
rgba
(
255
,
255
,
255
,
1
);
position
:
relative
;
}
}
.select-research-box
{
width
:
360px
;
height
:
284px
;
margin-top
:
16px
;
}
.select-time-box
{
margin-top
:
16px
;
width
:
360px
;
}
.select-hearing-box
{
margin-top
:
16px
;
width
:
360px
;
}
.select-box-header
{
display
:
flex
;
gap
:
17px
;
.select-main
{
margin-left
:
24px
;
margin-top
:
12px
;
.checkbox-group
{
display
:
grid
;
grid-template-columns
:
repeat
(
2
,
160px
);
gap
:
8px
4px
;
.icon
{
margin-top
:
4px
;
width
:
8px
;
height
:
16px
;
background
:
var
(
--
color-main-active
);
border-radius
:
0
4px
4px
0
;
}
.filter-checkbox
{
width
:
160px
;
.title
{
height
:
24px
;
margin-right
:
0
!
important
;
color
:
var
(
--
color-main-active
);
font-family
:
"Source Han Sans CN"
;
font-size
:
16px
;
font-weight
:
700
;
line-height
:
24px
;
letter-spacing
:
1px
;
text-align
:
left
;
}
}
.
hearing-grid
{
grid-template-columns
:
1
60px
;
width
:
259
px
;
gap
:
4
px
;
.
select-research-box
{
width
:
3
60px
;
height
:
284
px
;
margin-top
:
16
px
;
}
}
.right
{
width
:
1224px
;
.select-time-box
{
margin-top
:
16px
;
width
:
360px
;
}
.card-box
{
width
:
100%
;
.select-hearing-box
{
margin-top
:
16px
;
width
:
360px
;
}
display
:
flex
;
background
:
rgba
(
255
,
255
,
255
,
1
);
box-sizing
:
border-box
;
border
:
1px
solid
rgba
(
234
,
236
,
238
,
1
);
border-radius
:
10px
;
box-shadow
:
0px
0px
20px
0px
rgba
(
94
,
95
,
95
,
0
.1
);
padding-right
:
36px
;
height
:
100%
;
.select-main
{
margin-left
:
24px
;
margin-top
:
12px
;
.card-content
{
width
:
1211px
;
.checkbox-group
{
display
:
grid
;
grid-template-columns
:
repeat
(
2
,
160px
);
gap
:
8px
4px
;
margin-top
:
33px
;
margin-left
:
37px
;
padding-bottom
:
27px
;
.filter-checkbox
{
width
:
160px
;
height
:
24px
;
margin-right
:
0
!
important
;
}
}
.hearing-grid
{
grid-template-columns
:
160px
;
width
:
259px
;
gap
:
4px
;
}
}
.right
{
width
:
1224px
;
}
.right-footer
{
margin-top
:
43px
;
display
:
flex
;
justify-content
:
space-between
;
.info
{
height
:
19px
;
color
:
rgba
(
132
,
136
,
142
,
1
);
font-family
:
Microsoft
YaHei
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
18px
;
letter-spacing
:
0px
;
text-align
:
left
;
}
}
.card-box
{
width
:
100%
;
.card-item
{
width
:
100%
;
height
:
77px
;
display
:
flex
;
display
:
flex
;
background
:
rgba
(
255
,
255
,
255
,
1
);
box-sizing
:
border-box
;
border
:
1px
solid
rgba
(
234
,
236
,
238
,
1
);
border-radius
:
10px
;
box-shadow
:
0px
0px
20px
0px
rgba
(
94
,
95
,
95
,
0
.1
);
padding-right
:
36px
;
.card-content
{
width
:
1211px
;
.card-item-img
{
width
:
56px
;
height
:
77px
;
margin-right
:
22px
;
flex-shrink
:
0
;
margin-top
:
33px
;
margin-left
:
37px
;
padding-bottom
:
27px
;
}
}
.right-footer
{
margin-top
:
43px
;
display
:
flex
;
justify-content
:
space-between
;
.info
{
height
:
19px
;
color
:
rgba
(
132
,
136
,
142
,
1
);
font-family
:
Microsoft
YaHei
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
18px
;
letter-spacing
:
0px
;
text-align
:
left
;
}
}
}
.card-item-text
{
.card-item
{
width
:
100%
;
height
:
77px
;
display
:
flex
;
flex-direction
:
column
;
.card-item-title
{
color
:
rgb
(
59
,
65
,
75
);
font-family
:
"Source Han Sans CN"
;
font-size
:
18px
;
font-weight
:
700
;
line-height
:
22px
;
margin-bottom
:
2px
;
display
:
inline-flex
;
cursor
:
pointer
;
.card-item-img
{
width
:
56px
;
height
:
77px
;
margin-right
:
22px
;
flex-shrink
:
0
;
}
.card-item-time
{
color
:
rgb
(
95
,
101
,
108
);
font-family
:
"Source Han Sans CN"
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
22px
;
margin-bottom
:
7px
;
text-align
:
left
;
display
:
inline-flex
;
.card-item-text
{
.card-open-image
{
width
:
16px
;
height
:
16px
;
margin-left
:
9px
;
margin-top
:
3px
;
display
:
flex
;
flex-direction
:
column
;
.card-item-title
{
color
:
rgb
(
59
,
65
,
75
);
font-family
:
"Source Han Sans CN"
;
font-size
:
18px
;
font-weight
:
700
;
line-height
:
22px
;
margin-bottom
:
2px
;
display
:
inline-flex
;
cursor
:
pointer
;
}
}
.card-item-category
{
gap
:
8px
;
height
:
24px
;
display
:
flex
;
.card-item-time
{
color
:
rgb
(
95
,
101
,
108
);
font-family
:
"Source Han Sans CN"
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
22px
;
margin-bottom
:
7px
;
text-align
:
left
;
display
:
inline-flex
;
.card-open-image
{
width
:
16px
;
height
:
16px
;
margin-left
:
9px
;
margin-top
:
3px
;
cursor
:
pointer
;
}
}
.card-item-category
{
gap
:
8px
;
height
:
24px
;
display
:
flex
;
}
}
}
}
.divider
{
height
:
1px
;
background
:
rgb
(
234
,
236
,
238
);
margin
:
16px
0
;
.divider
{
height
:
1px
;
background
:
rgb
(
234
,
236
,
238
);
margin
:
16px
0
;
}
}
</
style
>
src/views/thinkTank/components/ThinkTankPolicyAdviceOverview.vue
浏览文件 @
c10747eb
...
...
@@ -81,7 +81,7 @@
</div>
</div>
<div
class=
"right-footer"
>
<div
class=
"info"
>
共
{{
total
}}
篇
智库报告
</div>
<div
class=
"info"
>
共
{{
total
}}
篇
政策建议
</div>
<div
class=
"page-box"
>
<el-pagination
:page-size=
"pageSize"
background
layout=
"prev, pager, next"
:total=
"total"
@
current-change=
"p => emit('page-change', p)"
:current-page=
"currentPage"
/>
...
...
@@ -298,7 +298,7 @@ const handleYearGroupChange = (val) => {
.right
{
width
:
1224px
;
height
:
1377px
;
.card-box
{
width
:
100%
;
...
...
@@ -316,61 +316,26 @@ const handleYearGroupChange = (val) => {
height
:
1067px
;
margin-top
:
33px
;
margin-left
:
37px
;
}
}
.card-item
{
width
:
100%
;
height
:
100%
;
display
:
flex
;
.divider
{
height
:
1px
;
background
:
rgb
(
234
,
236
,
238
);
margin
:
16px
0
;
}
.card-item-img
{
width
:
56px
;
height
:
77px
;
margin-right
:
22px
;
flex-shrink
:
0
;
img
{
.card-item
{
width
:
100%
;
height
:
100%
;
}
}
.card-item-text
{
flex
:
1
;
min-width
:
0
;
display
:
flex
;
flex-direction
:
column
;
gap
:
7px
;
.card-item-title
{
color
:
rgb
(
59
,
65
,
75
);
font-family
:
"Source Han Sans CN"
;
font-size
:
18px
;
font-weight
:
700
;
line-height
:
22px
;
display
:
inline-flex
;
}
display
:
flex
;
.card-item-time
{
color
:
rgb
(
95
,
101
,
108
);
font-family
:
"Source Han Sans CN"
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
22px
;
text-align
:
left
;
display
:
inline-flex
;
.card-open-image
{
width
:
16px
;
height
:
16px
;
margin-left
:
9px
;
margin-top
:
3px
;
cursor
:
pointer
;
.card-item-img
{
width
:
56px
;
height
:
77px
;
margin-right
:
22px
;
flex-shrink
:
0
;
img
{
width
:
100%
;
...
...
@@ -378,97 +343,141 @@ const handleYearGroupChange = (val) => {
}
}
.card-item-text
{
flex
:
1
;
min-width
:
0
;
display
:
flex
;
flex-direction
:
column
;
gap
:
7px
;
}
.card-item-title
{
color
:
rgb
(
59
,
65
,
75
);
font-family
:
"Source Han Sans CN"
;
font-size
:
18px
;
font-weight
:
700
;
line-height
:
22px
;
display
:
inline-flex
;
}
}
.card-item-time
{
color
:
rgb
(
95
,
101
,
108
);
font-family
:
"Source Han Sans CN"
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
22px
;
.card-item-category
{
gap
:
8px
;
height
:
24px
;
display
:
flex
;
overflow
:
hidden
;
white-space
:
nowrap
;
}
text-align
:
left
;
display
:
inline-flex
;
.tag-box
{
.card-open-image
{
width
:
16px
;
height
:
16px
;
margin-left
:
9px
;
margin-top
:
3px
;
cursor
:
pointer
;
display
:
flex
;
gap
:
8px
;
.tag
{
height
:
22px
;
padding
:
0
8px
;
box-sizing
:
border-box
;
border
:
1px
solid
rgba
(
230
,
231
,
232
,
1
);
border-radius
:
4px
;
background
:
rgba
(
247
,
248
,
249
,
1
);
color
:
rgba
(
95
,
101
,
108
,
1
);
font-family
:
Microsoft
YaHei
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
20px
;
}
}
img
{
width
:
100%
;
height
:
100%
;
}
}
.file-box
{
display
:
flex
;
gap
:
8px
;
}
.file
{
height
:
32px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
gap
:
12px
;
border-radius
:
4px
;
background
:
rgba
(
246
,
250
,
255
,
1
);
padding-left
:
8px
;
padding-right
:
8px
;
.type
{
height
:
22px
;
padding
:
0
4px
;
border-radius
:
4px
;
background
:
rgba
(
231
,
243
,
255
,
1
);
color
:
rgba
(
5
,
95
,
194
,
1
);
font-family
:
"Source Han Sans CN"
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
22px
;
}
.card-item-category
{
gap
:
8px
;
height
:
24px
;
display
:
flex
;
overflow
:
hidden
;
white-space
:
nowrap
;
}
.title
{
color
:
rgba
(
5
,
95
,
194
,
1
);
font-family
:
"Source Han Sans CN"
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
24px
;
.tag-box
{
display
:
flex
;
gap
:
8px
;
.tag
{
height
:
22px
;
padding
:
0
8px
;
box-sizing
:
border-box
;
border
:
1px
solid
rgba
(
230
,
231
,
232
,
1
);
border-radius
:
4px
;
background
:
rgba
(
247
,
248
,
249
,
1
);
color
:
rgba
(
95
,
101
,
108
,
1
);
font-family
:
Microsoft
YaHei
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
20px
;
}
}
.more
{
width
:
20px
;
height
:
20px
;
display
:
flex
;
margin-top
:
2px
;
cursor
:
pointer
;
.file-box
{
.img
{
width
:
100%
;
height
:
100%
;
display
:
flex
;
gap
:
8px
;
.file
{
height
:
32px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
gap
:
12px
;
border-radius
:
4px
;
background
:
rgba
(
246
,
250
,
255
,
1
);
padding-left
:
8px
;
padding-right
:
8px
;
.type
{
height
:
22px
;
padding
:
0
4px
;
border-radius
:
4px
;
background
:
rgba
(
231
,
243
,
255
,
1
);
color
:
rgba
(
5
,
95
,
194
,
1
);
font-family
:
"Source Han Sans CN"
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
22px
;
}
.title
{
color
:
rgba
(
5
,
95
,
194
,
1
);
font-family
:
"Source Han Sans CN"
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
24px
;
}
.more
{
width
:
20px
;
height
:
20px
;
display
:
flex
;
margin-top
:
2px
;
cursor
:
pointer
;
.img
{
width
:
100%
;
height
:
100%
;
}
}
}
}
}
}
}
.right-footer
{
margin-top
:
43px
;
display
:
flex
;
...
...
@@ -487,11 +496,4 @@ const handleYearGroupChange = (val) => {
}
}
}
.divider
{
height
:
1px
;
background
:
rgb
(
234
,
236
,
238
);
margin
:
16px
0
;
}
</
style
>
src/views/thinkTank/index.vue
浏览文件 @
c10747eb
...
...
@@ -4243,7 +4243,7 @@ onBeforeUnmount(() => {
.home-main-footer
{
overflow
:
hidden
;
background
:
rgba
(
247
,
248
,
249
,
1
);
height
:
1700px
;
.home-main-footer-header
{
width
:
1600px
;
...
...
@@ -4332,6 +4332,7 @@ onBeforeUnmount(() => {
width
:
1600px
;
display
:
flex
;
gap
:
16px
;
margin-bottom
:
140px
;
.left
{
width
:
360px
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论