Compare commits

...

2 Commits

  1. 2
      CHANGELOG.md
  2. 2
      package-lock.json
  3. 2
      package.json
  4. 4
      src/components/ScrollList/ScrollList.vue

2
CHANGELOG.md

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.0.0-B.8](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.7...v1.0.0-B.8) (2023-11-08)
## [1.0.0-B.7](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.6...v1.0.0-B.7) (2023-11-08)
## [1.0.0-B.6](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.5...v1.0.0-B.6) (2023-11-08)

2
package-lock.json

@ -1,6 +1,6 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.7",
"version": "1.0.0-B.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,6 +1,6 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.7",
"version": "1.0.0-B.8",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

4
src/components/ScrollList/ScrollList.vue

@ -1,11 +1,11 @@
<template>
<div class="flex relative items-stretch rounded-[10px] bg-[#E9E9E9] mx-10">
<div class="swiper-container w-[calc(100%-104px)] my-[30px]">
<div class="swiper-container w-[calc(100%-104px)] my-[30px] pl-6">
<Swiper
v-if="chunkList.length"
rewind
:autoplay="chunkList.length > 1 ? { delay: 15000 } : false"
:modules="modules"
:slides-offset-before="24"
style="height: 879px"
@swiper="swiperInit"
>

Loading…
Cancel
Save