Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
source-trace-manage
Commits
634815ba
Commit
634815ba
authored
Jun 09, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SYCZ-949
SYCZ-950
parent
e0089a24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
index.vue
...views/Collection/PassMaker/DialogOfRelatedProof/index.vue
+6
-4
No files found.
src/views/Collection/PassMaker/DialogOfRelatedProof/index.vue
View file @
634815ba
...
...
@@ -19,7 +19,7 @@
<div
class=
"floderList"
>
<ul
v-if=
"proofList.length >= 1"
class=
"infinite-list"
class=
"infinite-list
overflow-hidden
"
v-infinite-scroll=
"pagechange"
infinite-scroll-delay=
"100"
style=
"overflow: auto"
...
...
@@ -28,10 +28,12 @@
v-for=
"i in proofList"
class=
"infinite-list-item flex justify-between"
>
<div>
<div
class=
"overflow-hidden text-ellipsis flex-grow whitespace-nowrap"
>
{{
i
.
name
}}
</div>
<div>
<div
class=
"flex-shrink-0"
>
<syButton
mode=
"elementBtn"
size=
"small"
...
...
@@ -50,7 +52,7 @@
</div>
</li>
</ul>
<div
v-else
class=
"search_empty
m
t-20"
>
<div
v-else
class=
"search_empty
!p
t-20"
>
<span
v-if=
"searchKeywords !== ''"
>
没有找到匹配结果,尝试其他关键词搜索
</span
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment