index.wxss 149 B

123456789
  1. .custom-tab-bar-wrapper {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. }
  6. .custom-tab-bar-wrapper .text {
  7. font-size: 20rpx;
  8. }