Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
1
合并请求
1
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
8911aba6
提交
8911aba6
authored
1月 05, 2026
作者:
李智林
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
“update”
上级
1c9f29b9
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
12 行增加
和
49 行删除
+12
-49
index.vue
src/views/exportControl/index.vue
+0
-6
index.vue
...s/sanctionsOverview/components/introductionPage/index.vue
+12
-0
index.vue
...v2.0SingleSanction/components/sanctionsOverview/index.vue
+0
-43
没有找到文件。
src/views/exportControl/index.vue
浏览文件 @
8911aba6
...
...
@@ -573,7 +573,6 @@
</div>
</div>
<div
class=
"right-footer"
>
<<<<<<<
HEAD
<div
class=
"total-count"
>
共
{{
totalAll
}}
项
</div>
<el-pagination
v-model:current-page=
"currentPageAll"
...
...
@@ -583,11 +582,6 @@
background
@
current-change=
"handlePageChangeAll"
/>
=======
<div
class=
"total-count"
>
共
{{
totalAll
}}
项调查
</div>
<el-pagination
v-model:current-page=
"currentPageAll"
:page-size=
"pageSizeAll"
:total=
"totalAll"
layout=
"prev, pager, next"
background
@
current-change=
"handlePageChangeAll"
/>
>>>>>>> bea204f6b0c426712984ef0245e831fffbbfef4d
</div>
</div>
</div>
...
...
src/views/exportControl/v2.0EntityList/components/sanctionsOverview/components/introductionPage/index.vue
浏览文件 @
8911aba6
...
...
@@ -291,6 +291,18 @@ watch([selectedDomain, onlyChina], () => {
const
handlePageChangeAll
=
val
=>
{
currentPageAll
.
value
=
val
;
getSanctionUpdate
();
const
container
=
document
.
querySelector
(
".entity-list"
);
const
target
=
document
.
querySelector
(
".left-bottom"
);
if
(
container
&&
target
)
{
const
containerRect
=
container
.
getBoundingClientRect
();
const
targetRect
=
target
.
getBoundingClientRect
();
// 148是吸顶头部的高度,减去它以避免标题被遮挡
const
top
=
targetRect
.
top
-
containerRect
.
top
+
container
.
scrollTop
-
148
;
container
.
scrollTo
({
top
:
top
,
behavior
:
"smooth"
}
);
}
}
;
// 获取实体清单发布机构
...
...
src/views/exportControl/v2.0SingleSanction/components/sanctionsOverview/index.vue
浏览文件 @
8911aba6
...
...
@@ -514,7 +514,6 @@ onMounted(() => {
margin
:
0
auto
;
padding-top
:
16px
;
padding-bottom
:
50px
;
<<<<<<<
HEAD
.main
{
width
:
100%
;
height
:
100%
;
...
...
@@ -531,28 +530,6 @@ onMounted(() => {
box-shadow
:
0px
0px
20px
0px
rgba
(
25
,
69
,
130
,
0
.1
);
background-color
:
#fff
;
margin-bottom
:
16px
;
=======
.main
{
width
:
100%
;
height
:
100%
;
display
:
flex
;
justify-content
:
space-between
;
.left
{
width
:
520px
;
height
:
1119px
;
.left-top
{
width
:
100%
;
height
:
582px
;
padding-bottom
:
20px
;
border-radius
:
10px
;
box-shadow
:
0px
0px
20px
0px
rgba
(
25
,
69
,
130
,
0
.1
);
background-color
:
#fff
;
margin-bottom
:
16px
;
>>>>>>>
bea204f6b0c426712984ef0245e831fffbbfef4d
.left-top-title
{
padding
:
22px
20px
22px
27px
;
width
:
100%
;
...
...
@@ -610,28 +587,8 @@ onMounted(() => {
&
.tags
{
gap
:
8px
;
<<<<<<<
HEAD
flex-wrap
:
wrap
;
overflow
:
visible
;
=======
overflow-x
:
auto
;
// Allow horizontal scrolling
white-space
:
nowrap
;
// Prevent wrapping
padding-bottom
:
4px
;
// Add some space for scrollbar
/* Custom Scrollbar */
&
:
:-
webkit-scrollbar
{
height
:
4px
;
}
&
:
:-
webkit-scrollbar-thumb
{
background
:
#ccc
;
border-radius
:
2px
;
}
&
:
:-
webkit-scrollbar-track
{
background
:
transparent
;
}
>>>>>>>
bea204f6b0c426712984ef0245e831fffbbfef4d
.tag
{
padding
:
1px
8px
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论