Compare commits

...

2 Commits

  1. 7
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json
  4. 3
      src/views/Parking/Parking.vue

7
CHANGELOG.md

@ -2,6 +2,13 @@
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.10](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/compare/v1.0.0-B.9...v1.0.0-B.10) (2023-06-15)
### Bug Fixes
* 修改轮播底部按钮 ([2e3e082](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/commit/2e3e0821b8acebec4c4cd84aa0762d8af5d0b6b4))
## [1.0.0-B.9](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/compare/v1.0.0-B.8...v1.0.0-B.9) (2023-06-15)

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.9",
"version": "1.0.0-B.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vue_cli_ts",
"version": "1.0.0-B.9",
"version": "1.0.0-B.10",
"dependencies": {
"@better-scroll/core": "^2.5.0",
"@better-scroll/observe-image": "^2.5.0",

2
package.json

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

3
src/views/Parking/Parking.vue

@ -125,12 +125,13 @@ handleTab(1)
:deep(.swiper-pagination-bullet) {
border-radius: 4px !important;
}
.parking-container {
--swiper-pagination-bottom: 0px;
--swiper-pagination-bullet-horizontal-gap: 8px;
--swiper-pagination-bullet-width: 28px;
--swiper-pagination-bullet-height: 4px;
--swiper-pagination-bullet-inactive-color: rgb(0 0 0 / 6%);
--swiper-pagination-bullet-inactive-color: rgb(0 0 0 / 60%);
--swiper-theme-color: #d7ba92;
display: inline-block;

Loading…
Cancel
Save