Skip to content

Commit

Permalink
fix: 捏脸码
Browse files Browse the repository at this point in the history
  • Loading branch information
TiAmo-code committed Jul 2, 2024
1 parent a966a11 commit 1bd9ef3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/assets/css/face/item.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
}
.u-pinch__marker {
.pa();
.rt(25px);
.size(20px);
.rt(15px);
.size(30px);
}
.m-tags {
.flex;
Expand Down
6 changes: 3 additions & 3 deletions src/assets/img/face/bxs_barcode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/face/tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ export default {
star: false,
is_unlimited: false,
price_type: false,
filter_empty_images: -1,
filter_empty_images: 0,
is_new_face: -1,
code_mode: -1,
code_mode: 0,
title: "",
filterOpen: false,
screenWidth: window.innerWidth,
Expand Down
2 changes: 1 addition & 1 deletion src/views/face/Single.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
</div>
</div>
<!-- 数据区 -->
<div class="m-single-data">
<div class="m-single-data" v-if="!post.code_mode">
<span class="m-single-data-title">独家数据分析</span>
<facedata v-if="has_buy && facedata" :data="faceAllData" :lock="true" type="face" />
<div class="m-single-buy-box" v-else>
Expand Down

0 comments on commit 1bd9ef3

Please sign in to comment.