123456789101112131415161718192021 |
- @import '../../app.less';
- .super-open {
- position: relative;
- .hide-content {
- overflow: hidden;
- }
- }
- .super-open-text {
- line-height: 20px;
- padding-right: 30px;
- span {
- position: absolute;
- top: 0;
- right: 0;
- background: #fff;
- }
- }
|