Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
0feee6c8
提交
0feee6c8
authored
11月 24, 2025
作者:
coderBryanFu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
8c81c52f
显示空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
93 行增加
和
105 行删除
+93
-105
App.vue
src/App.vue
+9
-10
search-icon.png
src/assets/icons/search-icon.png
+0
-0
header-icon1.png
src/views/bill/billLayout/assets/icons/header-icon1.png
+0
-0
header-icon2.png
src/views/bill/billLayout/assets/icons/header-icon2.png
+0
-0
header-icon3.png
src/views/bill/billLayout/assets/icons/header-icon3.png
+0
-0
header-icon4.png
src/views/bill/billLayout/assets/icons/header-icon4.png
+0
-0
header-icon5.png
src/views/bill/billLayout/assets/icons/header-icon5.png
+0
-0
index.vue
src/views/bill/billLayout/index.vue
+0
-87
index.vue
src/views/bill/introdoction/index.vue
+3
-3
index.vue
src/views/bill/template/index.vue
+1
-1
index.vue
src/views/thinkTank/index.vue
+80
-4
没有找到文件。
src/App.vue
浏览文件 @
0feee6c8
...
@@ -153,7 +153,6 @@ body {
...
@@ -153,7 +153,6 @@ body {
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
padding
:
0
24px
;
background
:
white
;
background
:
white
;
color
:
#333
;
color
:
#333
;
height
:
100%
;
height
:
100%
;
...
@@ -161,7 +160,7 @@ body {
...
@@ -161,7 +160,7 @@ body {
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0
.1
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0
.1
);
position
:
relative
;
position
:
relative
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
height
:
96
px
;
height
:
64
px
;
}
}
.main-container
{
.main-container
{
...
@@ -176,8 +175,7 @@ body {
...
@@ -176,8 +175,7 @@ body {
align-items
:
center
;
align-items
:
center
;
gap
:
12px
;
gap
:
12px
;
position
:
absolute
;
position
:
absolute
;
left
:
160px
;
left
:
13px
;
.brand-icon
{
.brand-icon
{
width
:
48px
;
width
:
48px
;
height
:
48px
;
height
:
48px
;
...
@@ -196,12 +194,12 @@ body {
...
@@ -196,12 +194,12 @@ body {
.brand-text
{
.brand-text
{
.text-ch
{
.text-ch
{
height
:
42
px
;
height
:
37
px
;
color
:
rgba
(
10
,
18
,
30
,
1
);
color
:
rgba
(
10
,
18
,
30
,
1
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
32
px
;
font-size
:
28
px
;
font-weight
:
700
;
font-weight
:
700
;
line-height
:
42
px
;
line-height
:
37
px
;
}
}
.text-en
{
.text-en
{
...
@@ -264,7 +262,7 @@ body {
...
@@ -264,7 +262,7 @@ body {
border-radius
:
6px
;
border-radius
:
6px
;
color
:
#333
;
color
:
#333
;
position
:
absolute
;
position
:
absolute
;
right
:
159
px
;
right
:
37
px
;
.email
{
.email
{
width
:
20px
;
width
:
20px
;
...
@@ -335,15 +333,16 @@ body {
...
@@ -335,15 +333,16 @@ body {
.el-header
{
.el-header
{
padding
:
0
;
padding
:
0
;
height
:
96
px
;
height
:
64
px
;
position
:
relative
;
position
:
relative
;
z-index
:
1
;
z-index
:
1
;
}
}
.el-main
{
.el-main
{
padding
:
0
;
padding
:
0
;
height
:
calc
(
100vh
-
96
px
);
height
:
calc
(
100vh
-
64
px
);
overflow
:
hidden
;
overflow
:
hidden
;
overflow-y
:
auto
;
background-color
:
rgba
(
246
,
251
,
255
,
1
);
background-color
:
rgba
(
246
,
251
,
255
,
1
);
}
}
</
style
>
</
style
>
src/assets/icons/search-icon.png
0 → 100644
浏览文件 @
0feee6c8
922 Bytes
src/views/bill/billLayout/assets/icons/header-icon1.png
deleted
100644 → 0
浏览文件 @
8c81c52f
1.5 KB
src/views/bill/billLayout/assets/icons/header-icon2.png
deleted
100644 → 0
浏览文件 @
8c81c52f
2.2 KB
src/views/bill/billLayout/assets/icons/header-icon3.png
deleted
100644 → 0
浏览文件 @
8c81c52f
2.1 KB
src/views/bill/billLayout/assets/icons/header-icon4.png
deleted
100644 → 0
浏览文件 @
8c81c52f
2.0 KB
src/views/bill/billLayout/assets/icons/header-icon5.png
deleted
100644 → 0
浏览文件 @
8c81c52f
2.0 KB
src/views/bill/billLayout/index.vue
浏览文件 @
0feee6c8
...
@@ -118,17 +118,6 @@
...
@@ -118,17 +118,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"tool-box"
>
<div
class=
"tool1"
>
<img
src=
"./assets/icons/tool-icon1.png"
alt=
""
/>
</div>
<div
class=
"tool2"
>
<img
src=
"./assets/icons/tool-icon2.png"
alt=
""
/>
</div>
<div
class=
"tool3"
>
<img
src=
"./assets/icons/tool-icon3.png"
alt=
""
/>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -136,23 +125,6 @@
...
@@ -136,23 +125,6 @@
import
{
ref
,
onMounted
}
from
"vue"
;
import
{
ref
,
onMounted
}
from
"vue"
;
import
router
from
"@/router"
;
import
router
from
"@/router"
;
import
GJKJAQImg
from
"./assets/images/icon1.png"
;
import
GJKJAQActiveImg
from
"./assets/images/icon1.png"
;
import
KJLYImg
from
"./assets/images/icon2.png"
;
import
KJLYActiveImg
from
"./assets/images/icon2.png"
;
import
KJYSImg
from
"./assets/images/icon3.png"
;
import
KJYSActiveImg
from
"./assets/images/icon3.png"
;
import
ZDKJAQImg
from
"./assets/images/icon4.png"
;
import
ZDKJAQActiveImg
from
"./assets/images/icon4.png"
;
import
ZBTXImg
from
"./assets/images/icon5.png"
;
import
ZBTXActiveImg
from
"./assets/images/icon5.png"
;
import
ZJKImg
from
"./assets/images/icon6.png"
;
import
ZJKActiveImg
from
"./assets/images/icon6.png"
;
import
XTGLImg
from
"./assets/images/icon7.png"
;
import
XTGLActiveImg
from
"./assets/images/icon7.png"
;
import
search
from
"./assets/images/search.png"
;
import
mail
from
"./assets/images/mail.png"
;
import
icon1
from
"./assets/icons/icon1.png"
;
import
icon1
from
"./assets/icons/icon1.png"
;
import
icon1Active
from
"./assets/icons/icon1_active.png"
;
import
icon1Active
from
"./assets/icons/icon1_active.png"
;
import
icon2
from
"./assets/icons/icon2.png"
;
import
icon2
from
"./assets/icons/icon2.png"
;
...
@@ -162,12 +134,6 @@ import icon3Active from "./assets/icons/icon3_active.png";
...
@@ -162,12 +134,6 @@ import icon3Active from "./assets/icons/icon3_active.png";
import
icon4
from
"./assets/icons/icon4.png"
;
import
icon4
from
"./assets/icons/icon4.png"
;
import
icon4Active
from
"./assets/icons/icon4_active.png"
;
import
icon4Active
from
"./assets/icons/icon4_active.png"
;
import
headerIcon1
from
"./assets/icons/header-icon1.png"
;
import
headerIcon2
from
"./assets/icons/header-icon2.png"
;
import
headerIcon3
from
"./assets/icons/header-icon3.png"
;
import
headerIcon4
from
"./assets/icons/header-icon4.png"
;
import
headerIcon5
from
"./assets/icons/header-icon5.png"
;
const
activeName
=
ref
(
"分析报告"
);
const
activeName
=
ref
(
"分析报告"
);
const
handleSwitchActiveName
=
(
name
)
=>
{
const
handleSwitchActiveName
=
(
name
)
=>
{
...
@@ -222,13 +188,6 @@ const handleClickMainHeaderBtn = (item) => {
...
@@ -222,13 +188,6 @@ const handleClickMainHeaderBtn = (item) => {
router
.
push
(
item
.
path
);
router
.
push
(
item
.
path
);
};
};
const
activeNavIndex
=
ref
(
0
);
const
handleClickNav
=
(
index
,
item
)
=>
{
activeNavIndex
.
value
=
index
;
router
.
push
(
item
.
path
);
};
onMounted
(()
=>
{
onMounted
(()
=>
{
if
(
window
.
sessionStorage
.
getItem
(
'activeTitle'
))
{
if
(
window
.
sessionStorage
.
getItem
(
'activeTitle'
))
{
activeTitle
.
value
=
window
.
sessionStorage
.
getItem
(
'activeTitle'
)
activeTitle
.
value
=
window
.
sessionStorage
.
getItem
(
'activeTitle'
)
...
@@ -239,7 +198,6 @@ onMounted(() => {
...
@@ -239,7 +198,6 @@ onMounted(() => {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.layout-container
{
.layout-container
{
width
:
1920px
;
width
:
1920px
;
// height: 1080px;
height
:
1016px
;
height
:
1016px
;
background
:
rgba
(
249
,
250
,
252
,
1
);
background
:
rgba
(
249
,
250
,
252
,
1
);
position
:
relative
;
position
:
relative
;
...
@@ -623,49 +581,5 @@ onMounted(() => {
...
@@ -623,49 +581,5 @@ onMounted(() => {
}
}
}
}
}
}
.tool-box
{
position
:
fixed
;
z-index
:
10000
;
bottom
:
80px
;
left
:
0
;
width
:
48px
;
height
:
144px
;
border-radius
:
0px
10px
10px
0px
;
box-shadow
:
0px
0px
15px
0px
rgba
(
22
,
119
,
255
,
0
.1
);
background
:
rgba
(
255
,
255
,
255
,
1
);
.tool1
{
width
:
17px
;
height
:
18px
;
margin-top
:
17px
;
margin-left
:
16px
;
cursor
:
pointer
;
img
{
width
:
100%
;
height
:
100%
;
}
}
.tool2
{
width
:
22px
;
height
:
20px
;
margin-top
:
26px
;
margin-left
:
14px
;
cursor
:
pointer
;
img
{
width
:
100%
;
height
:
100%
;
}
}
.tool3
{
width
:
20px
;
height
:
20px
;
margin-top
:
25px
;
margin-left
:
15px
;
cursor
:
pointer
;
img
{
width
:
100%
;
height
:
100%
;
}
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/bill/introdoction/index.vue
浏览文件 @
0feee6c8
...
@@ -635,7 +635,7 @@ onMounted(() => {
...
@@ -635,7 +635,7 @@ onMounted(() => {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.introduction-wrap
{
.introduction-wrap
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
880px
;
display
:
flex
;
display
:
flex
;
.box-header
{
.box-header
{
height
:
56px
;
height
:
56px
;
...
@@ -768,8 +768,8 @@ onMounted(() => {
...
@@ -768,8 +768,8 @@ onMounted(() => {
}
}
.item-right4
{
.item-right4
{
// width: 500px;
// width: 500px;
margin-top
:
-
2
px
;
margin-top
:
-
4
px
;
height
:
2
6
px
;
height
:
2
8
px
;
display
:
flex
;
display
:
flex
;
padding-left
:
-10px
;
padding-left
:
-10px
;
border
:
2px
solid
#5f656c
;
border
:
2px
solid
#5f656c
;
...
...
src/views/bill/template/index.vue
浏览文件 @
0feee6c8
...
@@ -586,7 +586,7 @@ onMounted(async () => {
...
@@ -586,7 +586,7 @@ onMounted(async () => {
.tag
{
.tag
{
height
:
18px
;
height
:
18px
;
line-height
:
18px
;
line-height
:
18px
;
padding
:
1px
8px
1px
8px
;
padding
:
0
8px
;
border-radius
:
4px
;
border-radius
:
4px
;
margin-left
:
5px
;
margin-left
:
5px
;
font-size
:
12px
;
font-size
:
12px
;
...
...
src/views/thinkTank/index.vue
浏览文件 @
0feee6c8
<
template
>
<
template
>
<!-- 面包屑导航 -->
<!-- 面包屑导航 -->
<div
class=
"breadcrumb"
>
<div
class=
"breadcrumb"
>
<span>
国家科技安全
</span>
>
<span>
中美博弈概览
</span>
>
<div
class=
"header-item"
>
国家科技安全
</div>
<span>
科技智库
</span>
<div
class=
"header-item"
>
>
</div>
<div
class=
"header-item back-item"
@
click=
"handleBackHome"
>
中美博弈概览
</div>
<div
class=
"header-item"
>
>
</div>
<div
class=
"header-item"
>
科技智库
</div>
</div>
</div>
<div
class=
"tech-think-tank"
>
<div
class=
"tech-think-tank"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
<div
class=
"search-section"
>
<div
class=
"search-section"
>
<el-input
v-model=
"searchText"
placeholder=
"搜索智库、报告或政策建议"
class=
"search-input"
size=
"large"
>
<
!--
<
el-input
v-model=
"searchText"
placeholder=
"搜索智库、报告或政策建议"
class=
"search-input"
size=
"large"
>
<template
#
append
>
<template
#
append
>
<el-button
type=
"primary"
style=
"background: #1677ff; color: #fff"
:icon=
"Search"
>
搜索
</el-button>
<el-button
type=
"primary"
style=
"background: #1677ff; color: #fff"
:icon=
"Search"
>
搜索
</el-button>
</
template
>
</
template
>
</el-input>
</el-input>
-->
<el-input
v-model=
"searchText"
style=
"width: 800px; height: 100%"
placeholder=
"搜索智库、报告或政策建议"
/>
<div
class=
"search"
>
<div
class=
"search-icon"
>
<img
src=
"@/assets/icons/search-icon.png"
alt=
""
/>
</div>
<div
class=
"search-text"
>
搜索
</div>
</div>
</div>
</div>
<!-- 统计数据 -->
<!-- 统计数据 -->
...
@@ -516,6 +526,16 @@ onMounted(() => {
...
@@ -516,6 +526,16 @@ onMounted(() => {
line-height
:
64px
;
line-height
:
64px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-left
:
160px
;
padding-left
:
160px
;
display
:
flex
;
.header-item
{
margin
:
0
3px
;
}
.back-item
{
cursor
:
pointer
;
&
:hover
{
color
:
#ccc
;
}
}
}
}
.tech-think-tank
{
.tech-think-tank
{
...
@@ -762,8 +782,48 @@ onMounted(() => {
...
@@ -762,8 +782,48 @@ onMounted(() => {
.search-section
{
.search-section
{
margin-bottom
:
30px
;
margin-bottom
:
30px
;
// display: flex;
// justify-content: center;
// margin-top: 20px;
margin-left
:
200px
;
width
:
800px
;
height
:
48px
;
border-radius
:
10px
;
box-shadow
:
0px
0px
15px
0px
rgba
(
22
,
119
,
255
,
0
.1
);
background
:
rgba
(
255
,
255
,
255
,
1
);
box-sizing
:
border-box
;
padding
:
1px
;
position
:
relative
;
.search
{
position
:
absolute
;
right
:
1px
;
top
:
2px
;
width
:
120px
;
height
:
44px
;
border-radius
:
10px
;
background
:
var
(
--
color-main-active
);
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
cursor
:
pointer
;
.search-icon
{
width
:
18px
;
height
:
18px
;
img
{
width
:
100%
;
height
:
100%
;
}
}
.search-text
{
margin-left
:
8px
;
height
:
22px
;
color
:
#fff
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
22px
;
}
}
}
}
.search-input
{
.search-input
{
...
@@ -1074,4 +1134,19 @@ onMounted(() => {
...
@@ -1074,4 +1134,19 @@ onMounted(() => {
.view-all-link
:hover
{
.view-all-link
:hover
{
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
:deep
(
.el-input__wrapper
)
{
box-shadow
:
none
;
}
:deep
(
.el-input__wrapper
)
{
box-shadow
:
none
;
}
:deep
(
.el-input__wrapper
:hover
)
{
box-shadow
:
none
!
important
;
}
:deep
(
.el-input__wrapper.is-focus
)
{
box-shadow
:
none
!
important
;
}
</
style
>
</
style
>
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论