Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
1
合并请求
1
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
b8fd958d
提交
b8fd958d
authored
12月 17, 2025
作者:
coderBryanFu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
273f345b
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
0 行增加
和
59 行删除
+0
-59
SourceLibrary.vue
src/views/technologyFigures/component/SourceLibrary.vue
+0
-59
没有找到文件。
src/views/technologyFigures/component/SourceLibrary.vue
浏览文件 @
b8fd958d
<!-- SourceLibrary.vue -->
<!-- SourceLibrary.vue -->
<
template
>
<
template
>
<<<<<<<
HEAD
<div
class=
"source-library-container"
>
<div
class=
"source-library-container"
>
<div
class=
"source-library-grid"
>
<div
class=
"source-library-grid"
>
<div
v-for=
"(item, index) in sourceLibraryData"
:key=
"index"
class=
"source-library-card"
>
<div
v-for=
"(item, index) in sourceLibraryData"
:key=
"index"
class=
"source-library-card"
>
...
@@ -37,42 +36,6 @@
...
@@ -37,42 +36,6 @@
/>
/>
</div>
</div>
</div>
</div>
=======
<div
class=
"source-library-container"
>
<div
class=
"source-library-grid"
>
<div
v-for=
"(item, index) in sourceLibraryData"
:key=
"index"
class=
"source-library-card"
>
<div
class=
"source-library-avatar-wrapper"
>
<img
:src=
"item.avatar"
alt=
""
class=
"source-library-avatar"
/>
<div
class=
"person-tags"
>
<div
class=
"person-tag-bg"
v-for=
"(tag, tIdx) in item.icon"
:key=
"tIdx"
>
<img
:src=
"'/public/icon/header-icon' + tag + '.png'"
class=
"tag-icon"
alt=
"tag"
/>
</div>
</div>
</div>
<div
class=
"source-library-text-content"
>
<div
style=
" width: 240px;"
>
<h3
class=
"source-library-name"
>
{{
item
.
name
}}
</h3>
<p
class=
"source-library-title"
>
{{
item
.
title
}}
</p>
<p
class=
"source-library-tag"
:style=
"
{
background: item.colorArray[2],
color: item.colorArray[0],
borderColor: item.colorArray[1],
}">
{{
item
.
tag
}}
</p>
</div>
</div>
</div>
</div>
<div
class=
"page"
>
<div
class=
"count"
>
共1205项调查
</div>
<el-pagination
v-model:current-page=
"currentPage"
:page-size=
"pageSize"
:total=
"total"
layout=
"prev, pager, next"
background
@
current-change=
"handlePageChange"
/>
</div>
</div>
>>>>>>> af566f60d3ab2563ec38173a60323b1404cd7081
</
template
>
</
template
>
<
script
setup
>
<
script
setup
>
...
@@ -204,7 +167,6 @@ const handlePageChange = p => {
...
@@ -204,7 +167,6 @@ const handlePageChange = p => {
}
}
.page
{
.page
{
<<<<<<<
HEAD
/* width: 1221px; */
/* width: 1221px; */
width
:
1600px
;
width
:
1600px
;
height
:
40px
;
height
:
40px
;
...
@@ -222,27 +184,6 @@ const handlePageChange = p => {
...
@@ -222,27 +184,6 @@ const handlePageChange = p => {
letter-spacing
:
0px
;
letter-spacing
:
0px
;
text-align
:
left
;
text-align
:
left
;
}
}
=======
width
:
1600px
;
height
:
40px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
margin
:
36px
0
0
0
;
padding-left
:
11px
;
.count
{
color
:
rgba
(
59
,
65
,
75
,
1
);
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
24px
;
letter-spacing
:
0px
;
text-align
:
left
;
}
>>>>>>>
af566f60d3ab2563ec38173a60323b1404cd7081
}
}
:deep
(
.el-pagination
)
{
:deep
(
.el-pagination
)
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论