Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1
Commits
bca46d41
Commit
bca46d41
authored
Feb 27, 2022
by
Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 方案服务商轮播图问题修改
parent
ed49a07c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
index.vue
src/views/Service/Partners/index.vue
+10
-10
No files found.
src/views/Service/Partners/index.vue
View file @
bca46d41
...
...
@@ -25,13 +25,13 @@
</div>
<h5
style=
"text-align: center;margin: 40px 0 10px"
>
解决方案服务商案例
</h5>
<div
id=
"partners-index-carousel"
class=
"carousel slide"
data-
bs-
ride=
"carousel"
>
<div
id=
"partners-index-carousel"
class=
"carousel slide"
data-ride=
"carousel"
>
<div
class=
"carousel-indicators"
>
<button
type=
"button"
data-
bs-target=
"#partners-index-carousel"
data-bs
-slide-to=
"0"
class=
"active"
<button
type=
"button"
data-
target=
"#partners-index-carousel"
data
-slide-to=
"0"
class=
"active"
aria-current=
"true"
aria-label=
"Slide 1"
></button>
<button
type=
"button"
data-
bs-target=
"#partners-index-carousel"
data-bs
-slide-to=
"1"
<button
type=
"button"
data-
target=
"#partners-index-carousel"
data
-slide-to=
"1"
aria-label=
"Slide 2"
></button>
<button
type=
"button"
data-
bs-target=
"#partners-index-carousel"
data-bs
-slide-to=
"2"
<button
type=
"button"
data-
target=
"#partners-index-carousel"
data
-slide-to=
"2"
aria-label=
"Slide 3"
></button>
</div>
<div
class=
"carousel-inner"
>
...
...
@@ -75,15 +75,15 @@
</div>
</div>
</div>
<button
class=
"carousel-control-prev"
type=
"button"
data-
bs-
target=
"#partners-index-carousel"
data-
bs-
slide=
"prev"
>
<button
class=
"carousel-control-prev"
type=
"button"
data-target=
"#partners-index-carousel"
data-slide=
"prev"
>
<span
class=
"carousel-control-prev-icon"
aria-hidden=
"true"
></span>
<span
class=
"visually-hidden"
>
Previous
</span
>
<!--
<span
class=
"visually-hidden"
>
Previous
</span>
--
>
</button>
<button
class=
"carousel-control-next"
type=
"button"
data-
bs-
target=
"#partners-index-carousel"
data-
bs-
slide=
"next"
>
<button
class=
"carousel-control-next"
type=
"button"
data-target=
"#partners-index-carousel"
data-slide=
"next"
>
<span
class=
"carousel-control-next-icon"
aria-hidden=
"true"
></span>
<span
class=
"visually-hidden"
>
Next
</span
>
<!--
<span
class=
"visually-hidden"
>
Next
</span>
--
>
</button>
</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