minishouyin/node_modules/rc-segmented/assets/style.less

13 lines
130 B
Plaintext
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
@import './index.less';
// reset
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.wrapper {
margin-bottom: 10px;
}