tabbar-placeholder.wxss 163 B

123456
  1. /* components/tabbar-placeholder/tabbar-placeholder.wxss */
  2. .tabbar-placeholder {
  3. height: 48px;
  4. display: flex;
  5. padding-bottom: env(safe-area-inset-bottom);
  6. }