Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
6a94689d
提交
6a94689d
authored
11月 24, 2025
作者:
coderBryanFu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
0feee6c8
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
245 行增加
和
153 行删除
+245
-153
App.vue
src/App.vue
+11
-3
AiBox.vue
src/components/AiBox.vue
+2
-2
main.css
src/styles/main.css
+1
-1
index.vue
src/views/bill/billHome/index.vue
+22
-13
index.vue
src/views/decree/decreeHome/index.vue
+26
-10
index.vue
src/views/exportControl/index.vue
+113
-87
link.vue
src/views/finance/components/link.vue
+11
-3
title.vue
src/views/finance/components/title.vue
+2
-2
index.vue
src/views/finance/index.vue
+0
-0
index.vue
...views/marketAccessRestrictions/marketAccessHome/index.vue
+55
-30
index.vue
...ews/marketAccessRestrictions/marketAccessLayout/index.vue
+1
-1
index.vue
...views/marketAccessRestrictions/singleCaseLayout/index.vue
+1
-1
没有找到文件。
src/App.vue
浏览文件 @
6a94689d
...
...
@@ -7,7 +7,7 @@
<div
class=
"brand-icon"
>
<img
src=
"@/assets/icons/header-logo.png"
alt=
""
/>
</div>
<div
class=
"brand-text"
>
<div
class=
"brand-text"
@
click=
"handleToHome"
>
<div
class=
"text-ch"
>
某方向风险监测预警系统
</div>
<div
class=
"text-en"
>
National Science and Technology Security Risk Monitoring and Early Warning System
...
...
@@ -101,6 +101,12 @@ import AiBox from "./components/AiBox.vue";
const
router
=
useRouter
();
const
handleToHome
=
()
=>
{
router
.
push
({
path
:
'/overview'
})
}
const
isShowAiBox
=
ref
(
false
);
const
closeAiBox
=
()
=>
{
...
...
@@ -193,6 +199,7 @@ body {
}
.brand-text
{
cursor
:
pointer
;
.text-ch
{
height
:
37px
;
color
:
rgba
(
10
,
18
,
30
,
1
);
...
...
@@ -298,7 +305,7 @@ body {
.ai-btn
{
position
:
absolute
;
top
:
5
0%
;
bottom
:
2
0%
;
right
:
46px
;
cursor
:
pointer
;
...
...
@@ -313,6 +320,7 @@ body {
}
.text
{
margin-top
:
-15px
;
height
:
24px
;
color
:
rgba
(
59
,
65
,
75
,
1
);
font-family
:
Microsoft
YaHei
;
...
...
@@ -326,7 +334,7 @@ body {
.ai-dialog
{
position
:
absolute
;
right
:
100px
;
top
:
5
0px
;
top
:
10
0px
;
z-index
:
9999
;
}
}
...
...
src/components/AiBox.vue
浏览文件 @
6a94689d
...
...
@@ -269,7 +269,7 @@ onUnmounted(() => {
<
style
lang=
"scss"
scoped
>
.ai-wrapper
{
width
:
548px
;
height
:
1048
px
;
height
:
800
px
;
box-sizing
:
border-box
;
border
:
1px
solid
rgba
(
234
,
236
,
238
,
1
);
border-radius
:
10px
;
...
...
@@ -326,7 +326,7 @@ onUnmounted(() => {
}
.main
{
height
:
83
0px
;
height
:
58
0px
;
// background: rgba(225, 225, 225, 0.5);
width
:
520px
;
margin
:
10px
auto
;
...
...
src/styles/main.css
浏览文件 @
6a94689d
:root
{
--color-main-active
:
rgba
(
10
,
87
,
166
,
1
);
--color-main-active
:
rgba
(
5
,
95
,
194
,
1
);
--color-main-primay
:
rgba
(
59
,
65
,
75
,
1
);
/* 普通按钮颜色 */
...
...
src/views/bill/billHome/index.vue
浏览文件 @
6a94689d
...
...
@@ -2,7 +2,7 @@
<div
class=
"home-wrapper"
>
<div
class=
"search-header"
v-show=
"isShow"
>
<div
class=
"home-main-header-center"
>
<el-input
v-model=
"
inpu
t"
style=
"width: 680px; height: 100%"
placeholder=
"搜索科技法案"
/>
<el-input
v-model=
"
searchBillTex
t"
style=
"width: 680px; height: 100%"
placeholder=
"搜索科技法案"
/>
<div
class=
"search"
>
<div
class=
"search-icon"
>
<img
src=
"./assets/images/search-icon.png"
alt=
""
/>
...
...
@@ -31,8 +31,6 @@
</div>
<div
class=
"home-box"
:class=
"
{ scrollHomeBox: isShow }" ref="containerRef">
<div
class=
"home-header"
v-show=
"!isShow"
>
<!--
<span>
国家科技安全
</span>
>
<span
style=
"cursor: pointer;"
>
中美博弈概览
</span>
>
<span>
科技法案
</span>
-->
<div
class=
"header-item"
>
国家科技安全
</div>
<div
class=
"header-item"
>
>
</div>
<div
class=
"header-item back-item"
@
click=
"handleBackHome"
>
中美博弈概览
</div>
...
...
@@ -42,7 +40,7 @@
<div
class=
"home-main"
>
<div
class=
"home-main-header"
v-show=
"!isShow"
>
<div
class=
"home-main-header-center"
>
<el-input
v-model=
"
inpu
t"
style=
"width: 800px; height: 100%"
placeholder=
"搜索科技法案"
/>
<el-input
v-model=
"
searchBillTex
t"
style=
"width: 800px; height: 100%"
placeholder=
"搜索科技法案"
/>
<div
class=
"search"
>
<div
class=
"search-icon"
>
<img
src=
"./assets/images/search-icon.png"
alt=
""
/>
...
...
@@ -571,12 +569,14 @@ import Zyy from "@/assets/icons/zyy.png";
import
Ghd
from
"@/assets/icons/ghd.png"
;
import
Mzd
from
"@/assets/icons/mzd.png"
;
const
searchBillText
=
ref
(
""
);
// 返回首页
const
handleBackHome
=
()
=>
{
router
.
push
({
path
:
'/overview'
}
)
}
path
:
"/overview"
}
)
;
}
;
const
currentPage
=
ref
(
1
);
// 处理页码改变事件
...
...
@@ -1246,12 +1246,16 @@ onMounted(async () => {
box
-
sizing
:
border
-
box
;
padding
:
1
px
;
position
:
relative
;
border
:
1
px
solid
transparent
;
&
:
hover
{
border
:
1
px
solid
var
(
--
color
-
main
-
active
);
}
.
search
{
position
:
absolute
;
right
:
1
px
;
top
:
2
px
;
right
:
-
1
px
;
top
:
0
px
;
width
:
120
px
;
height
:
4
4
px
;
height
:
4
6
px
;
border
-
radius
:
10
px
;
background
:
var
(
--
color
-
main
-
active
);
display
:
flex
;
...
...
@@ -1368,12 +1372,16 @@ onMounted(async () => {
box
-
sizing
:
border
-
box
;
padding
:
1
px
;
position
:
relative
;
border
:
1
px
solid
transparent
;
&
:
hover
{
border
:
1
px
solid
var
(
--
color
-
main
-
active
);
}
.
search
{
position
:
absolute
;
right
:
1
px
;
top
:
2
px
;
right
:
-
1
px
;
top
:
0
px
;
width
:
120
px
;
height
:
4
4
px
;
height
:
4
6
px
;
border
-
radius
:
10
px
;
background
:
var
(
--
color
-
main
-
active
);
display
:
flex
;
...
...
@@ -2818,6 +2826,7 @@ onMounted(async () => {
:
deep
(.
el
-
input__wrapper
)
{
box
-
shadow
:
none
;
border
-
radius
:
10
px
;
}
:
deep
(.
el
-
input__wrapper
:
hover
)
{
box
-
shadow
:
none
!
important
;
...
...
src/views/decree/decreeHome/index.vue
浏览文件 @
6a94689d
...
...
@@ -644,9 +644,9 @@ import Message3 from "./assets/images/message-icon3.png";
// 返回首页
const
handleBackHome
=
()
=>
{
router
.
push
({
path
:
'/overview'
}
)
}
path
:
"/overview"
}
)
;
}
;
const
containerRef
=
ref
(
null
);
const
{
isShow
}
=
useContainerScroll
(
containerRef
);
...
...
@@ -1112,17 +1112,22 @@ onMounted(async () => {
box
-
sizing
:
border
-
box
;
padding
:
1
px
;
position
:
relative
;
border
:
1
px
solid
transparent
;
&
:
hover
{
border
:
1
px
solid
var
(
--
color
-
main
-
active
);
}
.
search
{
position
:
absolute
;
right
:
1
px
;
top
:
2
px
;
right
:
-
1
px
;
top
:
0
px
;
width
:
120
px
;
height
:
4
4
px
;
height
:
4
6
px
;
border
-
radius
:
10
px
;
background
:
var
(
--
color
-
main
-
active
);
display
:
flex
;
justify
-
content
:
center
;
align
-
items
:
center
;
cursor
:
pointer
;
.
search
-
icon
{
width
:
18
px
;
height
:
18
px
;
...
...
@@ -1228,23 +1233,28 @@ onMounted(async () => {
margin
-
top
:
48
px
;
width
:
960
px
;
height
:
48
px
;
border
-
radius
:
4
px
;
border
-
radius
:
10
px
;
box
-
shadow
:
0
px
0
px
15
px
0
px
rgba
(
22
,
119
,
255
,
0.1
);
background
:
rgba
(
255
,
255
,
255
,
1
);
box
-
sizing
:
border
-
box
;
padding
:
1
px
;
position
:
relative
;
border
:
1
px
solid
transparent
;
&
:
hover
{
border
:
1
px
solid
var
(
--
color
-
main
-
active
);
}
.
search
{
position
:
absolute
;
right
:
1
px
;
top
:
2
px
;
right
:
-
1
px
;
top
:
0
px
;
width
:
120
px
;
height
:
4
4
px
;
height
:
4
6
px
;
border
-
radius
:
10
px
;
background
:
var
(
--
color
-
main
-
active
);
display
:
flex
;
justify
-
content
:
center
;
align
-
items
:
center
;
cursor
:
pointer
;
.
search
-
icon
{
width
:
18
px
;
height
:
18
px
;
...
...
@@ -1347,6 +1357,11 @@ onMounted(async () => {
align
-
items
:
center
;
margin
:
0
6
px
16
px
6
px
;
cursor
:
pointer
;
transition
:
transform
0.3
s
ease
,
box
-
shadow
0.3
s
ease
;
&
:
hover
{
transform
:
translateY
(
-
3
px
);
box
-
shadow
:
0
4
px
16
px
rgba
(
0
,
0
,
0
,
0.15
);
}
.
item
-
left
{
width
:
48
px
;
height
:
48
px
;
...
...
@@ -2799,6 +2814,7 @@ onMounted(async () => {
:
deep
(.
el
-
input__wrapper
)
{
box
-
shadow
:
none
;
border
-
radius
:
10
px
;
}
:
deep
(.
el
-
input__wrapper
:
hover
)
{
box
-
shadow
:
none
!
important
;
...
...
src/views/exportControl/index.vue
浏览文件 @
6a94689d
...
...
@@ -10,25 +10,32 @@
<div
class=
"home-main"
>
<div
class=
"home-main-header"
>
<div
class=
"home-main-header-center"
>
<el-input
<
!--
<
el-input
v-model=
"searchKey"
style=
"width: 100%; height: 48px"
size=
"large"
placeholder=
"搜索出口管制调查"
:suffix-icon=
"Search"
/>
/>
-->
<el-input
v-model=
"searchKey"
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
class=
"home-main-header-footer"
>
<div
class=
"home-main-header-footer-item"
>
<div
class=
"item-top"
>
1
42
</div>
<div
class=
"item-top"
>
1
096
</div>
<div
class=
"item-footer"
>
实体清单
</div>
</div>
<div
class=
"home-main-header-footer-item"
>
<div
class=
"item-top"
>
2
8
</div>
<div
class=
"item-top"
>
2
633
</div>
<div
class=
"item-footer"
>
商业管制清单
</div>
</div>
<div
class=
"home-main-header-footer-item"
>
<div
class=
"item-top"
>
326
</div>
<div
class=
"item-top"
>
162
</div>
<div
class=
"item-footer"
>
关键和新型技术清单
</div>
</div>
</div>
...
...
@@ -51,71 +58,8 @@
</div>
</div>
<el-row
:gutter=
"20"
>
<CustomTitle
title=
"资讯要闻"
/>
<el-col
:span=
"12"
>
<custom-container
title=
"新闻资讯"
:titleIcon=
"newsIcon"
height=
"450px"
>
<template
#
header-right
>
<el-button
type=
"primary"
link
@
click=
"handleClick"
>
{{
"更多 +"
}}
</el-button>
</
template
>
<
template
#
default
>
<div
class=
"news-list"
>
<NewsList
:list-data=
"customNewsData"
/>
</div>
</
template
>
</custom-container>
</el-col>
<el-col
:span=
"12"
>
<custom-container
title=
"社交媒体"
:titleIcon=
"dialogIcon"
height=
"450px"
>
<
template
#
header-right
>
<el-button
type=
"primary"
link
>
{{
"更多 +"
}}
</el-button>
</
template
>
<
template
#
default
>
<div
class=
"dialog-list"
>
<!--
<MessageBubble
:avatar=
"customMessage.avatar"
:name=
"customMessage.name"
:time=
"customMessage.time"
:source=
"customMessage.source"
:content=
"customMessage.content"
/>
-->
<MessageBubble
:avatar=
"trumpAvatar"
name=
"唐纳德·特朗普"
time=
"16:02"
source=
"发布于真实社交"
content=
"埃隆·马斯克在强力支持我竞选总统之前,早就知道我强烈反对‘电动汽车强制令’。这太荒谬了,这一直是我竞选活动的主要部分。电动汽车没问题,但不应该强迫每个人都拥有一辆。埃隆获得的补贴可能远远超过历史上任何一个人。如果没有补贴,埃隆可能不得不关门大吉,回到南非老家。"
/>
<MessageBubble
:avatar=
"elongAvatar"
name=
"埃隆·马斯克"
time=
"16:02"
source=
"发布于真实社交"
content=
"如果这个疯狂的支出法案获得通过,‘美国党’将在第二天成立。"
/>
<MessageBubble
:avatar=
"elongAvatar"
name=
"埃隆·马斯克"
time=
"16:02"
source=
"发布于真实社交"
content=
"提出特朗普政府的AI政策强调技术开放与快速应用,但可能以牺牲安全防范为代价,开启了“潘多拉魔盒”。"
/>
</div>
</
template
>
</custom-container>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<CustomTitle
title=
"最新动态"
/>
<el-row
:gutter=
"20"
style=
"width: 1600px; margin: 0 auto"
>
<CustomTitle
title=
"最新动态"
style=
"margin-top: 24px"
/>
<el-col
:span=
"16"
>
<custom-container
titleType=
"primary"
title=
"最新出口管制政策"
:titleIcon=
"houseIcon"
height=
"450px"
>
<template
#
header-right
>
...
...
@@ -240,8 +184,71 @@
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<CustomTitle
title=
"数据总览"
/>
<el-row
:gutter=
"20"
style=
"width: 1600px; margin: 0 auto"
>
<CustomTitle
title=
"资讯要闻"
style=
"margin-top: 64px"
/>
<el-col
:span=
"12"
>
<custom-container
title=
"新闻资讯"
:titleIcon=
"newsIcon"
height=
"450px"
>
<
template
#
header-right
>
<el-button
type=
"primary"
link
@
click=
"handleClick"
>
{{
"更多 +"
}}
</el-button>
</
template
>
<
template
#
default
>
<div
class=
"news-list"
>
<NewsList
:list-data=
"customNewsData"
/>
</div>
</
template
>
</custom-container>
</el-col>
<el-col
:span=
"12"
>
<custom-container
title=
"社交媒体"
:titleIcon=
"dialogIcon"
height=
"450px"
>
<
template
#
header-right
>
<el-button
type=
"primary"
link
>
{{
"更多 +"
}}
</el-button>
</
template
>
<
template
#
default
>
<div
class=
"dialog-list"
>
<!--
<MessageBubble
:avatar=
"customMessage.avatar"
:name=
"customMessage.name"
:time=
"customMessage.time"
:source=
"customMessage.source"
:content=
"customMessage.content"
/>
-->
<MessageBubble
:avatar=
"trumpAvatar"
name=
"唐纳德·特朗普"
time=
"16:02"
source=
"发布于真实社交"
content=
"埃隆·马斯克在强力支持我竞选总统之前,早就知道我强烈反对‘电动汽车强制令’。这太荒谬了,这一直是我竞选活动的主要部分。电动汽车没问题,但不应该强迫每个人都拥有一辆。埃隆获得的补贴可能远远超过历史上任何一个人。如果没有补贴,埃隆可能不得不关门大吉,回到南非老家。"
/>
<MessageBubble
:avatar=
"elongAvatar"
name=
"埃隆·马斯克"
time=
"16:02"
source=
"发布于真实社交"
content=
"如果这个疯狂的支出法案获得通过,‘美国党’将在第二天成立。"
/>
<MessageBubble
:avatar=
"elongAvatar"
name=
"埃隆·马斯克"
time=
"16:02"
source=
"发布于真实社交"
content=
"提出特朗普政府的AI政策强调技术开放与快速应用,但可能以牺牲安全防范为代价,开启了“潘多拉魔盒”。"
/>
</div>
</
template
>
</custom-container>
</el-col>
</el-row>
<el-row
:gutter=
"20"
style=
"width: 1600px; margin: 0 auto"
>
<CustomTitle
title=
"数据总览"
style=
"margin-top: 64px"
/>
<el-col
:span=
"24"
>
<custom-container
title=
"发布频度"
:titleIcon=
"box3Icon"
height=
"450px"
>
<
template
#
default
>
...
...
@@ -354,7 +361,7 @@
</el-col>
</el-row>
<el-row
gutter=
"20
"
>
<el-row
:gutter=
"20"
style=
"width: 1600px; margin: 0 auto
"
>
<el-col
:span=
"8"
>
<custom-container
title=
"制裁领域分析"
:titleIcon=
"radarIcon"
height=
"450px"
>
<
template
#
header-right
>
...
...
@@ -377,8 +384,8 @@
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<CustomTitle
title=
"
最新动态"
/>
<el-row
:gutter=
"20"
style=
"width: 1600px; margin: 0 auto"
>
<CustomTitle
title=
"
资源库"
style=
"margin-top: 54px"
/>
<el-col
:span=
"8"
>
<custom-container
title=
"历次制裁过程"
:titleIcon=
"listIcon"
height=
"845px"
>
<
template
#
default
>
...
...
@@ -661,9 +668,9 @@ import aircasIcon from "./assets/images/aircas.png";
// 返回首页
const
handleBackHome
=
()
=>
{
router
.
push
({
path
:
'/overview'
})
}
path
:
"/overview"
})
;
}
;
const
handleToDetail
=
()
=>
{
router
.
push
({
...
...
@@ -1996,26 +2003,31 @@ onMounted(async () => {
margin-top
:
43px
;
}
.home-main-header-center
{
margin-top
:
13
px
;
width
:
96
0px
;
margin-top
:
20
px
;
width
:
80
0px
;
height
:
48px
;
border-radius
:
4
px
;
border-radius
:
10
px
;
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
;
border
:
1px
solid
transparent
;
&
:hover
{
border
:
1px
solid
var
(
--
color-main-active
);
}
.search
{
position
:
absolute
;
right
:
1px
;
top
:
1
px
;
right
:
-
1px
;
top
:
0
px
;
width
:
120px
;
height
:
4
2
px
;
border-radius
:
4
px
;
background
:
rgba
(
22
,
119
,
255
,
1
);
height
:
4
6
px
;
border-radius
:
10
px
;
background
:
var
(
--
color-main-active
);
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
cursor
:
pointer
;
.search-icon
{
width
:
18px
;
height
:
18px
;
...
...
@@ -2067,8 +2079,10 @@ onMounted(async () => {
}
.home-main-header-footer-link
,
.home-main-header-footer-info
{
width
:
1600px
;
display
:
flex
;
gap
:
30px
;
justify-content
:
center
;
gap
:
16px
;
padding
:
30px
0
;
}
}
...
...
@@ -2592,4 +2606,16 @@ onMounted(async () => {
}
}
}
:deep
(
.el-input__wrapper
)
{
box-shadow
:
none
;
border-radius
:
10px
;
}
:deep
(
.el-input__wrapper
:hover
)
{
box-shadow
:
none
!
important
;
}
:deep
(
.el-input__wrapper.is-focus
)
{
box-shadow
:
none
!
important
;
}
</
style
>
src/views/finance/components/link.vue
浏览文件 @
6a94689d
...
...
@@ -2,12 +2,14 @@
<div
:class=
"['clickable-card',
{ disabled: disabled }]" @click="handleClick">
<span
class=
"card-text"
>
{{
text
}}
</span>
<!--
<span
class=
"arrow-icon"
>
→
</span>
-->
<el-icon><ArrowRight
/></el-icon>
<div
class=
"icon"
>
<el-icon><ArrowRightBold
/></el-icon>
</div>
</div>
</
template
>
<
script
setup
>
import
{
ArrowRight
}
from
"@element-plus/icons-vue"
;
import
{
ArrowRight
,
ArrowRightBold
}
from
"@element-plus/icons-vue"
;
import
{
useRouter
}
from
"vue-router"
;
const
router
=
useRouter
();
...
...
@@ -50,7 +52,7 @@ const handleClick = () => {
};
</
script
>
<
style
scoped
>
<
style
lang=
"scss"
scoped
>
.clickable-card
{
width
:
160px
;
height
:
48px
;
...
...
@@ -68,6 +70,12 @@ const handleClick = () => {
font-size
:
20px
;
font-weight
:
500
;
box-sizing
:
border-box
;
position
:
relative
;
.icon
{
position
:
absolute
;
top
:
14px
;
right
:
12px
;
}
}
.clickable-card
:hover
{
...
...
src/views/finance/components/title.vue
浏览文件 @
6a94689d
...
...
@@ -41,8 +41,8 @@ defineProps({
}
.title-text
{
font-size
:
20
px
;
font-weight
:
bold
;
font-size
:
32
px
;
font-weight
:
700
;
margin-left
:
20px
;
white-space
:
nowrap
;
}
...
...
src/views/finance/index.vue
浏览文件 @
6a94689d
差异被折叠。
点击展开。
src/views/marketAccessRestrictions/marketAccessHome/index.vue
浏览文件 @
6a94689d
...
...
@@ -61,7 +61,7 @@
</div>
</div>
<div
class=
"home-main-header-card-box"
>
<div
class=
"home-main-header-card-box-box1"
>
<div
class=
"home-main-header-card-box-box1
card
"
>
<div
class=
"header"
>
<div
class=
"header-left"
>
{{
"301调查"
}}
</div>
<div
class=
"header-right"
>
{{
"52项"
}}
</div>
...
...
@@ -73,7 +73,7 @@
</div>
</div>
</div>
<div
class=
"home-main-header-card-box-box2"
>
<div
class=
"home-main-header-card-box-box2
card
"
>
<div
class=
"header"
>
<div
class=
"header-left"
>
{{
"232调查"
}}
</div>
<div
class=
"header-right"
>
{{
"3项"
}}
</div>
...
...
@@ -85,7 +85,7 @@
</div>
</div>
</div>
<div
class=
"home-main-header-card-box-box3"
>
<div
class=
"home-main-header-card-box-box3
card
"
>
<div
class=
"header"
>
<div
class=
"header-left"
>
{{
"337调查"
}}
</div>
<div
class=
"header-right"
>
{{
"87项"
}}
</div>
...
...
@@ -217,7 +217,7 @@
<div
class=
"icon"
>
<img
src=
"./assets/images/box2-footer-icon.png"
alt=
""
/>
</div>
<div
class=
"text"
>
{{
"
风险处理
"
}}
</div>
<div
class=
"text"
>
{{
"
查看更多
"
}}
</div>
</div>
</div>
</div>
...
...
@@ -443,9 +443,9 @@ import Message3 from "./assets/images/message-icon3.png";
// 返回首页
const
handleBackHome
=
()
=>
{
router
.
push
({
path
:
'/overview'
})
}
path
:
"/overview"
})
;
}
;
const
handleClickToDetail
=
()
=>
{
router
.
push
(
"/marketAccessLayout"
);
...
...
@@ -861,18 +861,22 @@ onMounted(async () => {
margin-top
:
48px
;
width
:
960px
;
height
:
48px
;
border-radius
:
4
px
;
border-radius
:
10
px
;
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
;
border
:
1px
solid
transparent
;
&
:hover
{
border
:
1px
solid
var
(
--
color-main-active
);
}
.search
{
position
:
absolute
;
right
:
1px
;
top
:
2
px
;
right
:
-
1px
;
top
:
0
px
;
width
:
120px
;
height
:
4
4
px
;
height
:
4
6
px
;
border-radius
:
10px
;
background
:
var
(
--
color-main-active
);
display
:
flex
;
...
...
@@ -952,7 +956,7 @@ onMounted(async () => {
font-family
:
Microsoft
YaHei
;
font-size
:
20px
;
font-weight
:
400
;
line-height
:
3
6
px
;
line-height
:
3
4
px
;
margin-left
:
5px
;
}
.btn-icon
{
...
...
@@ -975,13 +979,22 @@ onMounted(async () => {
margin-top
:
64px
;
display
:
flex
;
justify-content
:
space-between
;
.card
{
transition
:
transform
0
.3s
ease
,
box-shadow
0
.3s
ease
;
&
:hover
{
transform
:
translateY
(
-3px
);
box-shadow
:
0
4px
16px
rgba
(
0
,
0
,
0
,
0
.15
);
}
}
.home-main-header-card-box-box1
{
width
:
520px
;
height
:
142px
;
background
:
#fff
;
border-radius
:
4
px
;
border-radius
:
10
px
;
box-shadow
:
0px
0px
15px
0px
rgba
(
60
,
87
,
126
,
0
.2
);
position
:
relative
;
cursor
:
pointer
;
&
:
:
before
{
content
:
""
;
position
:
absolute
;
...
...
@@ -1033,9 +1046,13 @@ onMounted(async () => {
width
:
520px
;
height
:
142px
;
background
:
#fff
;
border-radius
:
4
px
;
border-radius
:
10
px
;
box-shadow
:
0px
0px
15px
0px
rgba
(
60
,
87
,
126
,
0
.2
);
position
:
relative
;
cursor
:
pointer
;
// &:hover {
// margin-top: -2px;
// }
&
:
:
before
{
content
:
""
;
position
:
absolute
;
...
...
@@ -1087,9 +1104,14 @@ onMounted(async () => {
width
:
520px
;
height
:
142px
;
background
:
#fff
;
border-radius
:
4
px
;
border-radius
:
10
px
;
box-shadow
:
0px
0px
15px
0px
rgba
(
60
,
87
,
126
,
0
.2
);
position
:
relative
;
cursor
:
pointer
;
// &:hover {
// margin-top: -3px;
// box-shadow: 0 0 5px 5px rgba(10, 87, 166, 0.1);
// }
&
:
:
before
{
content
:
""
;
position
:
absolute
;
...
...
@@ -1153,8 +1175,6 @@ onMounted(async () => {
box-shadow
:
0px
0px
15px
0px
rgba
(
22
,
119
,
255
,
0
.1
);
background
:
#fff
;
box-sizing
:
border-box
;
padding-left
:
31px
;
padding-right
:
41px
;
position
:
relative
;
.box1-left
{
position
:
absolute
;
...
...
@@ -1185,6 +1205,8 @@ onMounted(async () => {
border-bottom
:
1px
solid
rgba
(
240
,
242
,
244
,
1
);
display
:
flex
;
justify-content
:
space-between
;
padding-left
:
31px
;
padding-right
:
41px
;
.box1-header-left
{
display
:
flex
;
.icon
{
...
...
@@ -1224,6 +1246,7 @@ onMounted(async () => {
width
:
1064px
;
height
:
354px
;
margin-top
:
22px
;
margin-left
:
31px
;
.box1-main-header
{
width
:
990px
;
height
:
54px
;
...
...
@@ -1355,19 +1378,19 @@ onMounted(async () => {
}
.box2
{
width
:
521px
;
padding-right
:
20px
;
height
:
450px
;
box-shadow
:
0px
0px
15px
0px
rgba
(
22
,
119
,
255
,
0
.1
);
background
:
rgba
(
255
,
255
,
255
,
1
);
position
:
relative
;
.box2-header
{
height
:
54px
;
height
:
48px
;
border-bottom
:
1px
solid
rgba
(
240
,
242
,
244
,
1
);
display
:
flex
;
.icon
{
width
:
24px
;
height
:
22px
;
margin-left
:
33px
;
margin-top
:
1
8
px
;
margin-top
:
1
3
px
;
img
{
width
:
100%
;
height
:
100%
;
...
...
@@ -1376,11 +1399,12 @@ onMounted(async () => {
.title
{
display
:
flex
;
width
:
148px
;
height
:
48px
;
background
:
rgba
(
206
,
79
,
81
,
1
);
margin-left
:
25px
;
.text
{
margin-left
:
15px
;
margin-top
:
1
6
px
;
margin-top
:
1
3
px
;
height
:
22px
;
color
:
#fff
;
font-family
:
Microsoft
YaHei
;
...
...
@@ -1397,13 +1421,13 @@ onMounted(async () => {
font-family
:
Microsoft
YaHei
;
font-size
:
12px
;
margin-left
:
15px
;
margin-top
:
1
8
px
;
margin-top
:
1
4
px
;
border-radius
:
100px
;
background
:
rgba
(
255
,
255
,
255
,
0
.3
);
}
}
.more
{
margin-top
:
1
9
px
;
margin-top
:
1
6
px
;
margin-left
:
200px
;
color
:
rgba
(
20
,
89
,
187
,
1
);
font-family
:
Microsoft
YaHei
;
...
...
@@ -1414,7 +1438,8 @@ onMounted(async () => {
}
}
.box2-main
{
height
:
282px
;
margin-top
:
2px
;
height
:
330px
;
overflow-y
:
auto
;
.box2-main-item
{
margin-left
:
23px
;
...
...
@@ -1449,7 +1474,6 @@ onMounted(async () => {
margin-left
:
13px
;
width
:
408px
;
height
:
47px
;
border-top
:
1px
solid
rgba
(
240
,
242
,
244
,
1
);
border-bottom
:
1px
solid
rgba
(
240
,
242
,
244
,
1
);
display
:
flex
;
.text
{
...
...
@@ -1473,16 +1497,17 @@ onMounted(async () => {
}
.box2-footer
{
position
:
absolute
;
left
:
4
0px
;
left
:
3
0px
;
bottom
:
20px
;
width
:
4
3
0px
;
width
:
4
6
0px
;
height
:
42px
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
border-radius
:
6px
;
background
:
rgba
(
22
,
119
,
255
,
1
);
background
:
var
(
--
color-main-active
);
gap
:
8px
;
cursor
:
pointer
;
.icon
{
width
:
16px
;
...
...
@@ -1493,10 +1518,9 @@ onMounted(async () => {
}
}
.text
{
margin-left
:
8px
;
color
:
rgba
(
255
,
255
,
255
,
1
);
font-family
:
Microsoft
YaHei
;
font-size
:
1
4
px
;
font-size
:
1
6
px
;
font-weight
:
400
;
line-height
:
22px
;
}
...
...
@@ -2161,6 +2185,7 @@ onMounted(async () => {
}
:deep
(
.el-input__wrapper
)
{
box-shadow
:
none
;
border-radius
:
10px
;
}
:deep
(
.el-input__wrapper
:hover
)
{
box-shadow
:
none
!
important
;
...
...
src/views/marketAccessRestrictions/marketAccessLayout/index.vue
浏览文件 @
6a94689d
...
...
@@ -137,7 +137,7 @@ const handleClickBtn = (item) => {
width
:
120px
;
height
:
36px
;
border-radius
:
6px
;
background
:
rgba
(
22
,
119
,
255
,
1
);
background
:
var
(
--
color-main-active
);
display
:
flex
;
cursor
:
pointer
;
.icon
{
...
...
src/views/marketAccessRestrictions/singleCaseLayout/index.vue
浏览文件 @
6a94689d
...
...
@@ -223,7 +223,7 @@ const handleClickNav = (index) => {
width
:
120px
;
height
:
36px
;
border-radius
:
6px
;
background
:
rgba
(
22
,
119
,
255
,
1
);
background
:
var
(
--
color-main-active
);
display
:
flex
;
cursor
:
pointer
;
.icon
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论