Skip to content

Commit

Permalink
fix: 修复pr意见
Browse files Browse the repository at this point in the history
  • Loading branch information
zelmazhou committed May 11, 2024
1 parent 3d248bd commit 5453cb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions style/mobile/components/swiper-nav/v2/_var.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
@swiper-nav-dot-active-color: var(--td-swiper-nav-dot-active-color, @font-white-1);
@swiper-nav-dot-size: var(--td-swiper-nav-dot-size, 6px);
@swiper-nav-dots-bar-active-width: var(--td-swiper-nav-dots-bar-active-width, 20px);
@swiper-nav-outside-bg: var(--td-swiper-nav-dot-color-outside, @gray-color-3);
@swiper-nav-outside-bg-active: var(--td-swiper-nav-dot-active-color-outside, @brand-color-7);
@swiper-nav-outside-bg: var(--td-swiper-nav-outside-bg, @gray-color-3);
@swiper-nav-outside-bg-active: var(--td-swiper-nav-outside-bg-active, @brand-color-7);

// fraction
@swiper-nav-fraction-color: var(--td-swiper-nav-fraction-color, @font-white-1);
Expand Down
3 changes: 2 additions & 1 deletion style/mobile/components/swiper/v2/_var.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import "../../swiper-nav/v2/_var.less";
@swiper-border-radius: var(--td-swiper-border-radius, 8px);
@swiper-placement-outside-padding: var(
--td-swiper-placement-outside-padding,
18px
calc(@spacer-1 + @swiper-nav-dot-size)
);

0 comments on commit 5453cb1

Please sign in to comment.