Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
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
fns_front_2
Commits
33f85008
Commit
33f85008
authored
Sep 29, 2021
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
722d2573
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
index.vue
src/components/Loan/LoanCard/index.vue
+1
-1
index.vue
src/components/NavBar/index.vue
+2
-1
Banner.vue
src/views/withMenu/Home/Banner/Banner.vue
+5
-5
No files found.
src/components/Loan/LoanCard/index.vue
View file @
33f85008
...
...
@@ -7,7 +7,7 @@
<div
class=
"bd6 flex flex-col flex-shrink overflow-hidden overflow-ellipsis"
>
<span
class=
"word15"
>
{{
inst_name
}}
-
{{
product_name
}}
</span>
<span
class=
"word15"
>
{{
product_name
}}
</span>
<span
class=
"txt10"
>
{{
features
}}
</span>
<!--
<span
class=
"word16"
>
{{
features
}}
</span>
-->
</div>
...
...
src/components/NavBar/index.vue
View file @
33f85008
<
template
>
<div
class=
"navbar w-full"
style=
"z-index: 300"
>
<div
class=
"h-full theBar flex items-center px-5 justify-center relative bg-white"
class=
"h-full theBar flex items-center px-5 justify-center relative "
style=
"background:#F7F7FA"
v-bind=
"$attrs"
>
<div
class=
"relative w-full flex items-center justify-center"
>
...
...
src/views/withMenu/Home/Banner/Banner.vue
View file @
33f85008
<
template
>
<van-swipe
class=
"my-swipe"
:autoplay=
"3000"
indicator-color=
"white"
>
<van-swipe-item
v-for=
"(image, index) in bannerUrls"
:key=
"index"
>
<vantImage
fit=
"co
ntain"
class=
"
h-36 w-full"
:src=
"image"
/>
<van-swipe
class=
"my-swipe"
:autoplay=
"3000"
indicator-color=
"white"
>
<van-swipe-item
v-for=
"(image, index) in bannerUrls"
:key=
"index"
>
<vantImage
fit=
"co
ver"
class=
"
h-36 w-full"
:src=
"image"
/>
</van-swipe-item>
</van-swipe>
</
template
>
...
...
@@ -29,12 +29,12 @@ export default defineComponent({
<
style
scoped
lang=
"less"
>
.my-swipe {
min-height: 200
px;
height: 144
px;
}
.my-swipe .van-swipe-item {
color: #fff;
font-size: 20px;
line-height: 100px;
//
line-height: 100px;
text-align: center;
background-color: #e8edf0;
}
...
...
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