Skip to content

Commit

Permalink
feat: 删除不必要的改动
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzejia authored and liuzejia committed Mar 14, 2024
1 parent 2d1fab9 commit eb5ee9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ body {
position: relative;
width: 100%;
height: var(--taro-tabbar-height);
min-height: 50px;
transition: bottom 0.2s, top 0.2s;

&-top {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
z-index: 500;
bottom: 0;
width: 100%;
background-color: #f7f7fa; // $weuiBgColorPrimary;
background-color: #F7F7Fa; // $weuiBgColorPrimary;

&::before {
@include setTopLine(#c0bfc4); // $weuiLineColorLight
@include setTopLine(#C0BFC4); // $weuiLineColorLight
}
}

Expand Down Expand Up @@ -36,7 +36,7 @@
.weui-tabbar__icon,
.weui-tabbar__icon > i,
.weui-tabbar__label {
color: #09bb07; // $weuiColorPrimary;
color: #09BB07; // $weuiColorPrimary;
}
}
}
Expand Down

0 comments on commit eb5ee9d

Please sign in to comment.