We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fc455 commit 924dabcCopy full SHA for 924dabc
1 file changed
src/tab-bar/index.less
@@ -1,3 +1,5 @@
1
+@import "../../config/styles/_mixins.less";
2
+
3
// 红点颜色
4
@red-dot-color: #ff474b;
5
@component: lu-tab-bar;
@@ -15,12 +17,14 @@
15
17
background-color: white;
16
18
background-size: 100% 100%;
19
background-repeat: no-repeat;
20
+ .safe-area-inset-bottom();
21
}
22
23
.@{component}__item-wrapper {
24
display: flex;
25
height: 100%;
26
justify-content: center;
27
28
29
30
.@{component}__item-container {
0 commit comments