Files
ai_dianshang/miniprogram/custom-tab-bar/index.wxss

10 lines
149 B
Plaintext
Raw Normal View History

2025-11-17 13:32:54 +08:00
.custom-tab-bar-wrapper {
display: flex;
flex-direction: column;
align-items: center;
}
.custom-tab-bar-wrapper .text {
font-size: 20rpx;
}