Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
98ba9ba7
Commit
98ba9ba7
authored
Feb 20, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改首页事项展示
parent
b451fbe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
18 deletions
+11
-18
sample-form-client-ui/admin/src/pages/home/Home.vue
sample-form-client-ui/admin/src/pages/home/Home.vue
+11
-18
No files found.
sample-form-client-ui/admin/src/pages/home/Home.vue
View file @
98ba9ba7
...
@@ -132,26 +132,19 @@
...
@@ -132,26 +132,19 @@
class=
"hot-matter-list flex1 mt10"
class=
"hot-matter-list flex1 mt10"
v-if=
"matterList && matterList.length"
v-if=
"matterList && matterList.length"
>
>
<vue-seamless-scroll
<div
:class-option=
"optionTop"
class=
"hot-matter-item flex aic"
class=
"seamless-warp"
v-for=
"(v, i) in matterList"
:key=
"v.id"
>
>
<div>
<div
class=
"flex aic jcc item-index"
>
<div
<img
v-if=
"i
<
3
"
:src=
"checkTopImg(i)"
/>
class=
"hot-matter-item flex aic"
<span
v-else
>
{{
i
+
1
}}
.
</span>
v-for=
"(v, i) in matterList"
:key=
"v.id"
>
<div
class=
"flex aic jcc item-index"
>
<img
v-if=
"i
<
3
"
:src=
"checkTopImg(i)"
/>
<span
v-else
>
{{
i
+
1
}}
.
</span>
</div>
<p
class=
"flex1"
v-ellipsis
@
click=
"checkMatter(v)"
>
{{
v
.
matterName
?
v
.
matterName
:
v
.
matterFullName
}}
</p>
</div>
</div>
</div>
</vue-seamless-scroll>
<p
class=
"flex1"
v-ellipsis
@
click=
"checkMatter(v)"
>
{{
v
.
matterName
?
v
.
matterName
:
v
.
matterFullName
}}
</p>
</div>
</div>
</div>
<div
v-else
class=
"tac empty-text"
>
暂无数据
</div>
<div
v-else
class=
"tac empty-text"
>
暂无数据
</div>
</div>
</div>
...
...
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