Compare commits

...

2 Commits

Author SHA1 Message Date
姜鑫 2c6be366e6 chore(release): 1.0.0-B.28 2 years ago
姜鑫 cb6286d44f style: 🎨 修改 2 years ago
  1. 2
      CHANGELOG.md
  2. 2
      package-lock.json
  3. 2
      package.json
  4. 2
      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.28](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.27...v1.0.0-B.28) (2024-05-08)
## [1.0.0-B.27](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.26...v1.0.0-B.27) (2024-05-07)
## [1.0.0-B.26](https://git.1000my.com/project_yongwangyun/YongWang_Customer/compare/v1.0.0-B.25...v1.0.0-B.26) (2024-05-07)

2
package-lock.json

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

2
package.json

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

2
src/components/ScrollList/ScrollList.vue

@ -1,5 +1,5 @@
<template>
<div class="flex relative rounded-xl overflow-hidden border border-solid border-white bg-[rgba(245,245,245,0.60)] mx-10">
<div class="flex h-[936px] relative rounded-xl overflow-hidden border border-solid border-white bg-[rgba(245,245,245,0.60)] mx-10">
<div class="swiper-containers py-5 w-[1840px]">
<Swiper
v-if="chunkList.length"

Loading…
Cancel
Save