chache/graceUI/components/graceSegmentedControl.wxss
2024-01-22 18:48:00 +08:00

16 lines
292 B
Plaintext

.gui-segmented-Control {
background-color: #f5f6f8;
border-radius: 10rpx;
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
padding: 6rpx;
width: 100%;
}
.gui-segmented-Control-item {
border-radius: 8rpx;
text-align: center;
width: 700rpx;
}