dev #22

Merged
liyongle merged 3 commits from dev into test 3 years ago
  1. 9
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json
  4. 11
      src/components/ShopItem/ShopItem.vue

9
CHANGELOG.md

@ -2,6 +2,15 @@
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.7-B.0](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/compare/v1.0.6...v1.0.7-B.0) (2023-08-28)
### [1.0.6](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/compare/v1.0.6-B.0...v1.0.6) (2023-08-28)
### Bug Fixes
* 🧩 店铺logo居中修改 ([a1c84f7](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/commit/a1c84f7e64ecc327bf5df163f9bb0006889527b6))
### [1.0.6-B.0](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/compare/v1.0.5...v1.0.6-B.0) (2023-08-25)
### [1.0.5](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/compare/v1.0.5-B.0...v1.0.5) (2023-08-25)

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "vue_cli_ts",
"version": "1.0.6-B.0",
"version": "1.0.7-B.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vue_cli_ts",
"version": "1.0.6-B.0",
"version": "1.0.7-B.0",
"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.6-B.0",
"version": "1.0.7-B.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

11
src/components/ShopItem/ShopItem.vue

@ -50,7 +50,7 @@ function showDetail(shop: Shop) {
position: relative;
width: 212px;
height: 136px;
height: 145px;
border-radius: 16px 16px 0 0;
.logo {
width: 120px;
@ -59,11 +59,12 @@ function showDetail(shop: Shop) {
}
}
.bottom {
@include fl(space-between);
@include fl(space-between, flex-start);
width: 212px;
height: 40px;
height: 31px;
padding: 9px 16px;
padding-top: 0;
background: rgb(255 255 255 / 60%);
border-radius: 0 0 16px 16px;
.shop-name {
@ -75,7 +76,7 @@ function showDetail(shop: Shop) {
color: #534f46;
font-style: normal;
font-weight: 700;
line-height: 22px;
// line-height: 22px;
}
.right {
@include fl;
@ -92,7 +93,7 @@ function showDetail(shop: Shop) {
color: #615c59;
font-style: normal;
font-weight: 700;
line-height: 22px;
// line-height: 22px;
}
}
}

Loading…
Cancel
Save